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