export function Decimal(props: any): JSX.Element; export namespace Decimal { namespace propTypes { const inputRef: PropTypes.Validator<(...args: any[]) => any>; const name: PropTypes.Validator; const onChange: PropTypes.Validator<(...args: any[]) => any>; const suffix: PropTypes.Requireable; } const displayName: string; } export default Decimal; import PropTypes from "prop-types"; //# sourceMappingURL=Decimal.d.ts.map