import type { TabOptionType } from '../../utils/TypesUtil'; export interface TabsProps { onTabChange: (index: number) => void; tabs: TabOptionType[]; } export declare function Tabs({ tabs, onTabChange }: TabsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map