import { default as React } from 'react';
import { VerificationService } from '../../lib/types/types';

interface Props {
    verificationService: VerificationService;
}
/**
 * This was part of the legacy doc upload. It's now only used as it was exported
 * from the es6 file.
 * @deprecated
 */
declare const AcceptableUploadsComponent: ({ verificationService }: Props) => React.JSX.Element;
export { AcceptableUploadsComponent };
