///
export declare type Props = {
tall?: boolean;
};
export declare const LogoShortStyle: import("styled-components").StyledComponent<(props: import("react").SVGAttributes) => JSX.Element, any, {}, never>;
export declare const LogoTallStyle: import("styled-components").StyledComponent<(props: import("react").SVGAttributes) => JSX.Element, any, {}, never>;
export declare const LogoTitleStyle: import("styled-components").StyledComponent<"span", any, {}, never>;
declare const AmsterdamLogoStyle: import("styled-components").StyledComponent<"a", any, Props, never>;
export default AmsterdamLogoStyle;
//# sourceMappingURL=AmsterdamLogoStyle.d.ts.map