import { IntlShape } from "react-intl";
export declare function getThousandSeparator(intl: IntlShape): string;
