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