import { default as React } from 'react';
type Props = {
useSsn: () => void;
useDocUpload: () => void;
verificationService: any;
};
export declare const SsnChoice: ({ useSsn, useDocUpload, verificationService }: Props) => React.JSX.Element;
export {};