import React from 'react'; import { type CropZoomProps } from '../../components/crop/types'; export default function withCropValidation(Component: React.ComponentType

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