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