import type { HandleVerifyAppProofsParams } from "../../types/method-types";
type VerifyPageProps = HandleVerifyAppProofsParams & {
    onSuccess?: () => void;
    onError?: (error: any) => void;
    successPageDuration?: number;
};
export declare function VerifyPage(props: VerifyPageProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Verify.d.ts.map