import { ErrorCorrectionLevel } from './enums'; export declare class QRCode { url: string; level?: ErrorCorrectionLevel; class?: string; color?: string; render(): any; }