import { CropperLocale } from '../ele-cropper/types'; declare const _default: import('vue').DefineComponent<{ modelValue: BooleanConstructor; modalProps: import('vue').PropType>>; 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>; }, { lang: import('vue').ComputedRef; updateModelValue: (value: boolean) => void; onDone: (result: Blob | string | null) => void; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { done: (_result: string | Blob | null) => boolean; 'update:modelValue': (_value: boolean) => boolean; /** 更新绑定值 */ }, string, import('vue').PublicProps, Readonly>>; 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>; }>> & { "onUpdate:modelValue"?: ((_value: boolean) => any) | undefined; onDone?: ((_result: string | Blob | null) => any) | undefined; }, { modelValue: boolean; tooltip: boolean; preview: boolean; responsive: boolean; imageType: string; accept: string; tools: string; previewWidth: number; toBlob: boolean; }, {}>; export default _default;