import { TABS, TabId } from './slider/tabs-config'; interface TabsProps { tabs: typeof TABS; activeTab: TabId; onChange?: (id: TabId) => void; } export declare const Tabs: ({ tabs, activeTab, onChange }: TabsProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=tabs.d.ts.map