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) => import("react/jsx-runtime").JSX.Element; export { AcceptableUploadsComponent };