declare namespace _default { function root({ props }: { props: any; }): { class: string[]; }; function button({ context }: { context: any; }): { class: (string | { 'bg-surface-0': boolean; 'text-primary-500': boolean; 'text-surface-0': any; 'bg-primary-500': any; 'focus:bg-primary-50 '?: undefined; 'hover:bg-primary-50 '?: undefined; 'focus:bg-primary-600'?: undefined; 'hover:bg-primary-600'?: undefined; } | { 'focus:bg-primary-50 ': boolean; 'hover:bg-primary-50 ': boolean; 'focus:bg-primary-600': any; 'hover:bg-primary-600': any; 'bg-surface-0'?: undefined; 'text-primary-500'?: undefined; 'text-surface-0'?: undefined; 'bg-primary-500'?: undefined; })[]; }; namespace label { let _class: string; export { _class as class }; } } export default _default;