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