export declare const sleep: (t: any) => Promise; declare const QRCode: (props: any) => JSX.Element; export default QRCode;