interface ExampleTabsProps { activeTab: string; onTabChange: (tab: string) => void; } export declare const ExampleTabs: React.FC; export {};