import type { ExtractPropTypes } from 'vue'; import type { PreviewGroupPreview } from './interface'; export declare function previewGroupProps(): { previewPrefixCls: StringConstructor; preview: { default: boolean | PreviewGroupPreview; type: import("vue").PropType; }; }; export type ImageGroupProps = Partial>>;