export declare function cssColorToRgb(cssColorValue: string, options?: {
    force?: boolean;
    element?: HTMLElement;
}): number[];
export declare function cssColorToHex(...args: Parameters<typeof cssColorToRgb>): string;
