import * as React from 'react'; import { Brand } from 'theme/brands'; export declare const LogoWrapper: import("styled-components").StyledComponentClass, HTMLSpanElement>, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").DetailedHTMLProps, HTMLSpanElement>>; declare const _default: React.MemoExoticComponent<({ brandCode }: { brandCode: Brand; }) => JSX.Element>; export default _default;