declare namespace _default { namespace root { let _class: string; export { _class as class }; } namespace menu { let _class_1: string; export { _class_1 as class }; } namespace menuitem { let _class_2: string[]; export { _class_2 as class }; } function action({ props, context, state }: { props: any; context: any; state: any; }): { class: (string | { 'pr-4 min-[576px]:pr-32 md:pr-40': boolean; 'cursor-pointer'?: undefined; 'after:border-surface-200'?: undefined; 'after:border-primary-500'?: undefined; 'after:hidden'?: undefined; } | { 'cursor-pointer': boolean; 'pr-4 min-[576px]:pr-32 md:pr-40'?: undefined; 'after:border-surface-200'?: undefined; 'after:border-primary-500'?: undefined; 'after:hidden'?: undefined; } | { 'after:border-surface-200': boolean; 'pr-4 min-[576px]:pr-32 md:pr-40'?: undefined; 'cursor-pointer'?: undefined; 'after:border-primary-500'?: undefined; 'after:hidden'?: undefined; } | { 'after:border-primary-500': boolean; 'pr-4 min-[576px]:pr-32 md:pr-40'?: undefined; 'cursor-pointer'?: undefined; 'after:border-surface-200'?: undefined; 'after:hidden'?: undefined; } | { 'after:hidden': boolean; 'pr-4 min-[576px]:pr-32 md:pr-40'?: undefined; 'cursor-pointer'?: undefined; 'after:border-surface-200'?: undefined; 'after:border-primary-500'?: undefined; })[]; }; function step({ context, props, state }: { context: any; props: any; state: any; }): { class: (string | { 'text-surface-400/60': boolean; 'border-surface-100': boolean; 'bg-surface-0': boolean; 'border-primary-500'?: undefined; 'text-primary-500'?: undefined; 'bg-primary-500'?: undefined; 'text-surface-0'?: undefined; 'hover:border-surface-300'?: undefined; } | { 'border-primary-500': any; 'text-primary-500': any; 'text-surface-400/60'?: undefined; 'border-surface-100'?: undefined; 'bg-surface-0'?: undefined; 'bg-primary-500'?: undefined; 'text-surface-0'?: undefined; 'hover:border-surface-300'?: undefined; } | { 'bg-primary-500': boolean; 'text-surface-0': boolean; 'border-primary-500': boolean; 'text-surface-400/60'?: undefined; 'border-surface-100'?: undefined; 'bg-surface-0'?: undefined; 'text-primary-500'?: undefined; 'hover:border-surface-300'?: undefined; } | { 'hover:border-surface-300': boolean; 'text-surface-400/60'?: undefined; 'border-surface-100'?: undefined; 'bg-surface-0'?: undefined; 'border-primary-500'?: undefined; 'text-primary-500'?: undefined; 'bg-primary-500'?: undefined; 'text-surface-0'?: undefined; })[]; }; function label({ context }: { context: any; }): { class: (string | { 'font-medium': any; 'text-surface-400/60'?: undefined; 'text-surface-800/80'?: undefined; } | { 'text-surface-400/60': boolean; 'text-surface-800/80': any; 'font-medium'?: undefined; })[]; }; } export default _default;