import { CropperState } from "../types/index";
declare function copyState<T extends CropperState | null>(state: T): T;
export { copyState };
