import * as React from 'react'; import { ITabSwitchProps } from './TabSwitch.types'; declare const TabSwitch: React.FC; export default TabSwitch;