import { Theme } from '@material-ui/core/styles';
declare const headerThemeSwitcherCompStyle: (theme: Theme) => Record<"active" | "switcher", import("@material-ui/styles/withStyles").CreateCSSProperties<{}> | ((props: {}) => import("@material-ui/styles/withStyles").CreateCSSProperties<{}>)>;
export default headerThemeSwitcherCompStyle;
