import { default as React } from 'react'; import { TTabs } from './types'; export declare function TabsWithFade(tabsProps: TTabs): React.JSX.Element;