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