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