import * as React from 'react'; export interface TabsProps { style?: 'object'; size?: 'string'; shape?: 'string'; tabArr?: 'array'; tabPosition?: 'string'; } declare const Tabs: React.FC; export default Tabs;