type BrandingTextProps = { logoColor?: "blue" | "white"; size?: "small" | "medium" | "large"; }; declare const BrandingText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, BrandingTextProps>> & string; export default BrandingText;