import Component from '../../components/qr-code/qr-code.js'; /** * @summary QR codes encode a URL or other short text into a scannable image, rendered client-side using the Canvas API. * Use them to share links, contact info, or Wi-Fi credentials that visitors can scan with a phone. * @documentation https://webawesome.com/docs/components/qr-code * @status stable * @since 2.0 * * @csspart base - The component's base wrapper. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;