import { MantineThemeOverride } from '@mantine/core';
import { LOCALE } from "../../../interfaces/types";
import { CustomStylesType } from "./types";
export declare const themeColors: {
    hb: string[];
    mb: string[];
    blue: string[];
    gray: string[];
    delftGray: string[];
    neutral: string[];
    green: string[];
    pink: string[];
    violet: string[];
    yellow: string[];
    teal: string[];
    indigol: string[];
    red: string[];
    redViolet: string[];
};
export declare const getMantineThemeOverride: (locale: LOCALE, template?: 'hb' | 'mb', version?: CustomStylesType) => MantineThemeOverride;
