interface QRRenderInterface { data: string; } export declare const Qrcode: ({ data }: QRRenderInterface) => JSX.Element; export {};