import type { SweepResult } from '../lib/sweeper'; interface Props { sweeping: boolean; progress: string; result: SweepResult | null; } export declare function SweepProgress({ sweeping, progress, result }: Props): import("react").JSX.Element | null; export {}; //# sourceMappingURL=sweep-progress.d.ts.map