import React from 'react'; import type { ResumableZoomProps } from '../../components/resumable/types'; export default function withResumableValidation(Component: React.ComponentType

): React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=withResumableValidation.d.ts.map