import { ComponentInterface } from '../../stencil-public-runtime'; export declare class QRCodeWebLink implements ComponentInterface { color: string; container: HTMLElement; qrCodeDataUrl: string; render(): any; }