import { FC } from 'react'; export declare type TabProps = { data: any; onChange: Function; active?: any; }; export declare const Tab: FC;