export declare const hexToRgb: (hex: string) => [r: number, g: number, b: number]; export declare const isLight: (hexColor: string) => boolean; //# sourceMappingURL=hexToRgb.d.ts.map