import * as qrCode from "@zag-js/qr-code"; import { VanillaMachine } from "@zag-js/vanilla"; import { Component } from "../lib"; export declare class QrCode extends Component { initMachine(props: qrCode.Props): VanillaMachine; initApi(): qrCode.Api; render(): void; } export declare function initQrCode(doc?: HTMLElement | Document, selector?: string): void;