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