import { TabsProps } from "@material-ui/core";
export interface SegmentedTabsProps extends TabsProps {
    width?: number | string;
    slide?: boolean;
}
