import { QrCodeErrorCorrectionLevel, RGBAColor } from "./types"; import * as i0 from "@angular/core"; export declare class QrCodeComponent { value?: string; size?: string | number; style?: { [klass: string]: any; } | null; styleClass?: string; darkColor?: RGBAColor; lightColor?: RGBAColor; errorCorrectionLevel?: QrCodeErrorCorrectionLevel; centerImageSrc?: string; centerImageSize?: string | number; margin?: number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }