import { Theme } from '@material-ui/core/styles';
declare const headerStyle: (theme: Theme) => Record<"flex" | "container" | "appBar" | "preFlex" | "postFlex" | "menuBtn" | "companyLogImg" | "title" | "primary" | "info" | "success" | "warning" | "danger", import("@material-ui/styles/withStyles").CreateCSSProperties<{}> | ((props: {}) => import("@material-ui/styles/withStyles").CreateCSSProperties<{}>)>;
export default headerStyle;
