export declare const baseColors: {
    red: string;
    yellow: string;
    black: string;
    golden: string;
    gray: string;
};
export declare const FiestaThemes: {
    Default: string[];
    Dark: string[];
    Wedding: string[];
    Halloween: string[];
    Neon: string[];
    Christmas: string[];
};
