export declare const hexColorToRgba: (hexColor: string, alpha?: number) => string; export declare const darkerColor: (hexColor: string, alpha?: number) => string;