export declare const colorAdapter: { format(val: string): string; parse(val: string): string | undefined; };