import type { JSX } from 'solid-js'; import type { SelectOptionStateOptions, SelectOptionStateRenderProps } from '../../states/create-select-option-state'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; import type { Prettify } from '../../utils/types'; export type TabBaseProps = Prettify & SelectOptionStateRenderProps>; export type TabProps = HeadlessPropsWithRef>; export declare function Tab(props: TabProps): JSX.Element; //# sourceMappingURL=Tab.d.ts.map