import { ConfigProviderTheme } from '../config-provider'; export declare const generateColors: (color: string) => any[]; export declare const generatePrimaryColors: (primaryColor?: string) => void; export declare const generateSuccessColors: (color?: string) => void; export declare const generateWarningColors: (color?: string) => void; export declare const generateErrorColors: (color?: string) => void; export declare const initColors: (theme?: ConfigProviderTheme) => void;