import React from "react";
import IProps from "./IProps";
declare const FormattedDecimal: React.FC<IProps>;
export default FormattedDecimal;
