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