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