import { default as PreviewType } from "./components/cropper-preview"; import { CropperOptions } from './types'; import { Ref } from 'vue'; export type PreviewInstance = InstanceType | null; declare const _default: import('vue').DefineComponent<{ height: StringConstructor; src: StringConstructor; imageType: { type: StringConstructor; default: string; }; accept: { type: StringConstructor; default: string; }; tools: { type: StringConstructor; default: string; }; preview: { type: BooleanConstructor; default: boolean; }; previewWidth: { type: NumberConstructor; default: number; }; toBlob: BooleanConstructor; options: import('vue').PropType; croppedOptions: import('vue').PropType; tooltip: { type: BooleanConstructor; default: boolean; }; tooltipProps: import('vue').PropType>; responsive: { type: BooleanConstructor; default: null; }; locale: import('vue').PropType>; /** 渲染 */ }, { imageRef: Ref; previewRef: Ref; isResponsive: import('vue').ComputedRef; onZoomIn: () => void; onZoomOut: () => void; onMoveLeft: () => void; onMoveRight: () => void; onMoveUp: () => void; onMoveDown: () => void; onRotateLeft: () => void; onRotateRight: () => void; onFlipX: () => void; onFlipY: () => void; onReset: () => void; onUpload: ({ data, type }: { data: string; type: string; }) => void; onOk: () => void; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { done: (_result?: string | Blob | null | undefined) => boolean; }, string, import('vue').PublicProps, Readonly; croppedOptions: import('vue').PropType; tooltip: { type: BooleanConstructor; default: boolean; }; tooltipProps: import('vue').PropType>; responsive: { type: BooleanConstructor; default: null; }; locale: import('vue').PropType>; /** 渲染 */ }>> & { onDone?: ((_result?: string | Blob | null | undefined) => any) | undefined; }, { tooltip: boolean; preview: boolean; responsive: boolean; imageType: string; accept: string; tools: string; previewWidth: number; toBlob: boolean; }, {}>; export default _default;