import { CustomCssPropsInterface } from '../../utils'; export interface Props extends CustomCssPropsInterface { tall?: boolean; } declare const HeaderWrapperStyle: import("styled-components").StyledComponent<"div", any, Props, never>; export default HeaderWrapperStyle; //# sourceMappingURL=HeaderWrapperStyle.d.ts.map