declare const randomBgColors: (name?: string) => {
    bg: string;
    color: string;
    borderColor: string;
};

export { randomBgColors };
