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