interface Colors {
    mongeral: string;
    regalBlue: string;
}
declare const _default: (Colors: Colors) => string;
export default _default;
