export declare const setAlphaColor: (color: string, opacity?: number) => string;
export declare const adaptiveColor: (backgroundColor: string) => string;
