import Component from "../../components/qr-code/qr-code.component.js"; /** * @summary Generates a [QR code](https://www.qrcode.com/) and renders it using the [Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API). * @documentation https://pureui.online/components/qr-code * @status stable * @since 1.0 * * @csspart base - The component's base wrapper. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;