/// <reference types="react" />
import { IFormContainerBrickProps } from './type';
export declare function FormContainerBrick(props: IFormContainerBrickProps): JSX.Element;
