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