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