import React from 'react'; /** * `float` property widget * * Outputs a type=number TextField with an optional unit and an optional step */ declare const FloatPropertyWidget: (props: any) => React.JSX.Element; export default FloatPropertyWidget; //# sourceMappingURL=FloatPropertyWidget.d.ts.map