import { LocaleConfig, LocaleInterface } from '../types';
export default class Locale implements LocaleInterface {
    config: LocaleConfig;
}
