type Props = { useSsn: () => void; useDocUpload: () => void; verificationService: any; }; export declare const SsnChoice: ({ useSsn, useDocUpload, verificationService }: Props) => import("react/jsx-runtime").JSX.Element; export {};