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