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