import type { JSX } from 'solid-js'; import type { SelectOptionStateOptions } from '../../states/create-select-option-state'; import type { HeadlessProps, ValidConstructor } from '../../utils/dynamic-prop'; export interface TabPanelBaseProps extends Exclude, 'disabled'> { unmount?: boolean; } export type TabPanelProps = HeadlessProps>; export declare function TabPanel(props: TabPanelProps): JSX.Element; //# sourceMappingURL=TabPanel.d.ts.map