import React from 'react'; interface QRCodeViewProps { value: string; size?: number; color?: string; backgroundColor?: string; } export declare const QRCodeView: React.FC; export default QRCodeView;