declare namespace _default { function root({ props, context }: { props: any; context: any; }): { class: any[]; }; function label({ props }: { props: any; }): { class: (string | { 'hover:underline': any; 'flex-1'?: undefined; 'invisible w-0'?: undefined; } | { 'flex-1': boolean; 'invisible w-0': boolean; 'hover:underline'?: undefined; })[]; }; function icon({ props }: { props: any; }): { class: (string | { '!h-[11px] !w-[11px]': boolean; })[]; }; function loadingIcon({ props }: { props: any; }): { class: (string | { 'mr-2': boolean; 'ml-2 order-1': boolean; 'mb-2': boolean; 'mt-2': boolean; })[]; }; function badge({ props }: { props: any; }): { class: { 'ml-2 w-4 h-4 leading-none flex items-center justify-center': any; }[]; }; } export default _default;