export declare const guxCloudLogoType: readonly ["duotone", "monotone"]; export declare const guxCloudLogoLayout: readonly ["horizontal", "stacked"]; export type GuxCloudLogoType = (typeof guxCloudLogoType)[number]; export type GuxCloudLogoLayout = (typeof guxCloudLogoLayout)[number];