import React from 'react'; import type { SettingsType } from '../../consts'; type TabNavigationProps = { activeTab: SettingsType; onTabChange: (tab: SettingsType) => void; }; export declare const TabNavigation: React.FC; export {}; //# sourceMappingURL=tab-navigation.d.ts.map