export declare const colorHasUrl: (color?: string | undefined) => boolean; export declare const cleanColor: (color?: string | undefined) => string | undefined; //# sourceMappingURL=cleanColorString.d.ts.map