import type { ExtractPropTypes, ImgHTMLAttributes, Plugin } from 'vue'; import { imageProps } from '../vc-image/src/Image'; import PreviewGroup from './PreviewGroup'; export type ImageProps = Partial> & Omit>; export { imageProps }; export { PreviewGroup as ImagePreviewGroup }; declare const _default: { new (...args: any[]): import("vue").CreateComponentPublicInstance any); fallback?: string; } & Omit>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly any); fallback?: string; } & Omit>>, { class?: any; placeholder?: any; inlist?: any; }, true, {}, {}, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly any); fallback?: string; } & Omit>>, {}, {}, {}, {}, { class?: any; placeholder?: any; inlist?: any; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase any); fallback?: string; } & Omit>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { class?: any; placeholder?: any; inlist?: any; }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Plugin & { readonly PreviewGroup: typeof PreviewGroup; }; export default _default;