declare namespace _default { function navContainer({ props }: { props: any; }): { class: (string | { 'overflow-hidden': any; })[]; }; namespace navContent { let _class: string[]; export { _class as class }; } namespace previousButton { let _class_1: string[]; export { _class_1 as class }; } namespace nextButton { let _class_2: string[]; export { _class_2 as class }; } namespace nav { let _class_3: string[]; export { _class_3 as class }; } namespace tabpanel { function header({ props }: { props: any; }): { class: (string | { 'opacity-60 cursor-default user-select-none select-none pointer-events-none': any; })[]; }; function headerAction({ parent, context }: { parent: any; context: any; }): { class: (string | { 'border-surface-200': boolean; 'bg-surface-0': boolean; 'text-surface-700/80': boolean; 'border-primary-500': boolean; 'text-primary-500': boolean; 'hover:bg-surface-0'?: undefined; 'hover:border-surface-400'?: undefined; 'hover:text-surface-900'?: undefined; } | { 'hover:bg-surface-0': boolean; 'hover:border-surface-400': boolean; 'hover:text-surface-900': boolean; 'border-surface-200'?: undefined; 'bg-surface-0'?: undefined; 'text-surface-700/80'?: undefined; 'border-primary-500'?: undefined; 'text-primary-500'?: undefined; })[]; }; namespace headerTitle { let _class_4: string[]; export { _class_4 as class }; } namespace content { let _class_5: string[]; export { _class_5 as class }; } } } export default _default;