export declare type Props = { fullWidth?: boolean; }; declare const HeaderStyle: import("styled-components").StyledComponent<"header", any, import("../TopBar/TopBarStyle").Props & Props, never>; export default HeaderStyle; //# sourceMappingURL=HeaderStyle.d.ts.map