import { VerificationService } from '../../lib/types/types'; interface StepSeniorPersonalInfoComponentProps { verificationService: VerificationService; } /** * @deprecated - Use StepAgePersonalInfoComponent instead. * @todo - Remove componenet from entire package */ export declare const StepSeniorPersonalInfoComponent: import('react').ComponentClass, any> & { WrappedComponent: import('react').ComponentType; }; export {};