import { VerificationService } from '../../lib/types/types'; interface StepHybridIdentityPersonalInfoComponentProps { intl: any; verificationService: VerificationService; } export declare const StepHybridIdentityPersonalInfo: ({ intl, verificationService, }: StepHybridIdentityPersonalInfoComponentProps) => import("react/jsx-runtime").JSX.Element; export declare const StepHybridIdentityPersonalInfoComponent: import('react').ComponentClass, any> & { WrappedComponent: import('react').ComponentType; }; export default StepHybridIdentityPersonalInfoComponent;