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