export declare function fromEntries(iterable: any): any; export declare const isValidHexColor: (color?: string) => boolean | "" | undefined; export declare const getValidHexColor: (color?: string) => string | undefined; //# sourceMappingURL=utils.d.ts.map