import { ExtractPropTypes, PropType } from 'vue'; declare const imageGroupProps: { data: PropType; }; export type ImageGroupProps = ExtractPropTypes; declare const ImageGroup: import('vue').DefineComponent; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default ImageGroup;