export declare const LogoSize: { readonly X_SMALL: "x-small"; readonly SMALL: "small"; readonly NORMAL: "normal"; }; export declare const LOGO_SIZE_VALUES: ("x-small" | "small" | "normal")[];