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