import { TabProps } from '@mui/material/Tab';
export type IButtonTab = TabProps;
export declare const ButtonTab: React.FC<IButtonTab>;
