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