import { VerificationService } from '../../lib/types/types';
interface StepSuccessProps {
    verificationService: VerificationService;
}
export declare const StepSuccessComponent: ({ verificationService }: StepSuccessProps) => JSX.Element;
export {};
