import { LocaleProps } from "../lib/localizations/locales";
type Translations = Record<keyof LocaleProps, any>;
export default function useLocales(replacements?: Record<string, any>): Translations;
export {};
