import { IntlShape } from "react-intl";
import { Localization } from "@gooddata/typings";
declare function getIntl(locale?: Localization.ILocale): IntlShape;
declare function getTranslation(translationId: string, locale: Localization.ILocale, values?: {}): string;
declare const _default: {
    getIntl: typeof getIntl;
    getTranslation: typeof getTranslation;
};
export default _default;
