import React from "react"; import { QRCodeProps } from "."; declare const QRCode: React.FunctionComponent; export default QRCode;