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