import React, { PropsWithoutRef } from 'react'; export declare function createCropper(render: (props: P, ref: React.Ref) => React.ReactElement | null): (props: PropsWithoutRef

& React.RefAttributes) => React.ReactElement | null;