import { Dictionary } from '@ima/core';
/**
 * Provides direct access to Dictionary.get function.
 *
 * @example
 * const localize = useLocalize();
 *
 * @returns Localized string.
 */
export declare function useLocalize(): Dictionary['get'];
//# sourceMappingURL=localize.d.ts.map