import { IntlShape } from "react-intl"; import { IDropdownItem } from "../components/configurationControls/DropdownControl"; export declare function getTranslation(translationId: string, intl: IntlShape, values?: { [key: string]: string; }): string; export declare function getTranslatedDropdownItems(dropdownItems: IDropdownItem[], intl: IntlShape): IDropdownItem[];