import { CSSProperties } from "preact/compat"; export declare function LightningAuth({ title, lnurl, theme, }: { title: string; lnurl: string; theme?: { loading?: CSSProperties; wrapper?: CSSProperties; title?: CSSProperties; qr?: CSSProperties; copy?: CSSProperties; button?: CSSProperties; }; }): import("preact/compat").JSX.Element; //# sourceMappingURL=LightningAuth.d.ts.map