import { Theme } from '@material-ui/core/styles'; import { WithStyles } from '@material-ui/core/styles/withStyles'; export declare const styles: (theme: Theme) => Record<"root" | "separator" | "tabsRoot" | "tabRoot" | "scrollButtons" | "tabLabel" | "tabDisabled" | "tabWrapper" | "indicatorTop", import("@material-ui/core/styles/withStyles").CSSProperties>; export declare type Styles = Partial>; //# sourceMappingURL=Tabs.style.d.ts.map