import type { VerifyPageProps } from "./types"; export declare function VerifyPage({ env, endpoint, minDelayMs, redirectDelayMs, labels, className, onSuccess, onError, }: VerifyPageProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=VerifyPage.d.ts.map