declare const colorOptions: string[];
declare const dateFormats: string[];
declare const countryCurrency: {
    code: string;
    label: string;
    value: string;
}[];
declare const AvatarBgColor: (name: any, mode?: string) => string;
export { colorOptions, dateFormats, countryCurrency, AvatarBgColor };
