export declare function getColorPalettes(primaryColor: string): string[]; export declare function getAlphaColor(frontColor: string, backgroundColor?: string): string;