export declare const PrimaryColors: { id: string; primary: string; children: string[] & { primary?: string; }; }[]; export declare const validColorText: (_: string) => boolean; export declare const fillText: (_: string) => string;