import type { App } from "vue";
import { SingleImage, ImageGallery, ImageGalleryMasonry, ProductGallery } from '../components/index';
declare const _default: {
    install: (app: App) => void;
};
export default _default;
export { SingleImage, ImageGallery, ImageGalleryMasonry, ProductGallery };
