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