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