import React from 'react';
import type { ResumableZoomProps } from '../../components/resumable/types';
export default function withResumableValidation<T, P extends ResumableZoomProps>(Component: React.ComponentType<P>): React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<T>>;
//# sourceMappingURL=withResumableValidation.d.ts.map