type ColorProperty = "fill" | "stroke" | "color"; export declare function contrastingColor(color: number[] | null): "black" | "white"; export declare function luma(rgb: number[]): number; export declare function getColor(element: Element, property: ColorProperty): number[] | null; export {}; //# sourceMappingURL=colors.d.ts.map