import { ComponentType } from 'react'; import { SimpleInterpolation } from 'styled-components'; import { Colors } from '@monorail/helpers/exports'; export declare const SimSpaceLogo: ComponentType<{ background?: Colors.BrandDarkBlue | Colors.BrandLightBlue; cssOverrides?: SimpleInterpolation; className?: string; }>; export declare const SimSpaceLogoMark: ComponentType<{ background?: Colors.BrandDarkBlue | Colors.BrandLightBlue; cssOverrides?: SimpleInterpolation; }>; export declare const SimSpaceLogoFlat: ComponentType<{ background?: Colors.BrandDarkBlue | Colors.BrandLightBlue; cssOverrides?: SimpleInterpolation; }>; export declare const PCTELogoMark: ComponentType<{ cssOverrides?: SimpleInterpolation; }>;