import type { Components, JSX } from "../types/components";

interface SlQrcode extends Components.SlQrcode, HTMLElement {}
export const SlQrcode: {
    prototype: SlQrcode;
    new (): SlQrcode;
};
/**
 * Used to define this component and all nested components recursively.
 */
export const defineCustomElement: () => void;
