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