import type { LegacyKeys } from '../types'; interface Props { onScan: (keys: LegacyKeys) => void; scanning: boolean; disabled: boolean; } export declare function WifInput({ onScan, scanning, disabled }: Props): import("react").JSX.Element; export {}; //# sourceMappingURL=wif-input.d.ts.map