import { HandlePosition, ImageCropperProps } from './image-cropper.types.js'; import '@zag-js/core'; import '@zag-js/types'; declare const props: (keyof ImageCropperProps)[]; declare const splitProps: >(props: Props) => [Partial, Omit]; declare const handles: HandlePosition[]; export { handles, props, splitProps };