import { HTMLAttributes } from "preact/compat"; export declare function QrCode({ lnurl, ...props }: { lnurl: string; } & HTMLAttributes): import("preact/compat").JSX.Element; //# sourceMappingURL=QrCode.d.ts.map