import * as React from 'react';
import { BlueprintFormMiddlewareProps } from '../share';
export declare const NumericInputMw: React.ComponentType<BlueprintFormMiddlewareProps>;
export default NumericInputMw;
