import React from 'react'; import type { QRCodeProps, QRProps, QRPropsCanvas, QRPropsSvg } from './interface'; export type { QRCodeProps, QRProps, QRPropsCanvas, QRPropsSvg }; declare const QRCode: React.FC; export default QRCode;