import { G11nLocale, G11nFeature } from '@hug/ngx-g11n/internal';

declare const withDefaultLocales: (locales?: Record<string, G11nLocale>) => G11nFeature;

export { withDefaultLocales };
