import { TabsProps as MuiTabsProps } from "@material-ui/core/Tabs/Tabs";
export declare type TabsProps = MuiTabsProps & {
    customStyle: any;
};
declare const _default: import("styled-components").StyledComponent<({ children, ...rest }: any) => JSX.Element, any, Readonly<TabsProps> & {
    customStyle: any;
}, never>;
export default _default;
