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