/** * VerifyScreen — wrapper around the existing Verification component. * * Mounts Verification with the dataDir resolved from getConfig() and adds an * esc/q hotkey to return to SettingsHome. No verify logic lives here — all of * that is delegated to the SP6 Verification + useVerify hook stack. */ import React from 'react'; interface VerifyScreenProps { onBack: () => void; } export declare function VerifyScreen({ onBack }: VerifyScreenProps): React.ReactElement; export {}; //# sourceMappingURL=VerifyScreen.d.ts.map