/** * Native controls only accept #rrggbb. AuraGlass APIs can * still accept tokens; this adapter resolves or falls back before touching the DOM value. */ export declare function normalizeColorInputValue(value: string | null | undefined, fallback?: string): string; //# sourceMappingURL=colorInput.d.ts.map