export declare class QRCodeComponent { value: string; size: number; padding: number; level: string | 'L' | 'M' | 'Q' | 'H'; colordark: string; colorlight: string; usesvg: boolean; mime: string; }