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