import type { NotificationToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genStackStyle: GenerateStyle<NotificationToken>;
export default genStackStyle;
