import { type WalletInterface } from '@bsv/sdk'; import type { LegacyKeys } from '../types'; export interface SweepAppProps { legacyKeys?: LegacyKeys; wallet?: WalletInterface | null; sweepOnly?: boolean; } export declare function SweepApp({ legacyKeys: initialKeys, wallet: externalWallet, sweepOnly, }: SweepAppProps): import("react").JSX.Element; //# sourceMappingURL=SweepApp.d.ts.map