import React from 'react'; declare type QRCodeProps = { url: string; size: number; withWrapper: boolean; }; export declare const QRCode: React.FC; export {};