import { ConstructorOf, LocaleInterface } from '../types';
declare const LOCALES: {
    [key: string]: ConstructorOf<LocaleInterface>;
};
export default LOCALES;
