import { SimpleInterpolation } from 'styled-components'; declare type LogoBoxProps = { alignRight?: boolean; alignLeft?: boolean; cssOverrides?: SimpleInterpolation; }; export declare const LogoBox: import("styled-components").StyledComponent<"div", any, LogoBoxProps, never>; export {};