import * as React from 'react';
import { BlueprintFormMiddlewareProps } from '../share';
export declare function withName(list: [string, React.ComponentType<BlueprintFormMiddlewareProps>][]): React.FC<BlueprintFormMiddlewareProps>[];
export declare const ExtraPropsMw: React.ComponentType<BlueprintFormMiddlewareProps>;
export default ExtraPropsMw;
