/// <reference types="react" />
import { ITemplateMaskActiveBrickRectInfo } from '@chief-editor/core';
export interface IBrickRectMask {
    boardId: string;
    data: ITemplateMaskActiveBrickRectInfo;
}
export declare type IBrickRectMaskProps = IBrickRectMask;
export declare function BrickRectMask(props: IBrickRectMaskProps): JSX.Element;
