import React, { ComponentProps } from 'react';
import { QRCodeSVG } from 'qrcode.react';
export declare const QRCode: (props: ComponentProps<typeof QRCodeSVG>) => React.JSX.Element;
