import * as React from 'react';
import { FormMiddlewareProps } from '../core';
export declare const ChangeToBlurMw: React.ComponentType<FormMiddlewareProps>;
export default ChangeToBlurMw;
