import { type IntlShape } from "react-intl"; import { type ITooltipLocalizedStrings } from "./types.js"; /** * Builds the localized placeholder strings for the non-value reference states, * shared by every tooltip consumer (Highcharts, geo) so the wording and the * message ids live in one place. `intl` is optional — the Highcharts tooltip * formatter receives it optionally — and falls back to English. * * @internal */ export declare function buildTooltipLocalizedStrings(intl?: IntlShape): ITooltipLocalizedStrings; //# sourceMappingURL=localizedStrings.d.ts.map