import React from 'react'; import { ButtonBaseProps } from '@mui/material'; /** * Component used to render Tab, contains duplication of label to change font-weight without changing width */ export declare const TabComponent: React.FC;