export declare const guxLogoType: readonly ["duotone", "monotone"]; export declare const guxLogoLayout: readonly ["default", "tagline-horizontal", "tagline-stacked"]; export type GuxLogoType = (typeof guxLogoType)[number]; export type GuxLogoLayout = (typeof guxLogoLayout)[number];