import type { AppConfig } from '@nuxt/schema'; import type { ComponentConfig } from '../../types'; import theme from '#build/cms/prose/uplora-image-gallery'; export type ProseUploraImageGallery = ComponentConfig; export interface ProseUploraImageGalleryProps { layout: 'two-columns' | 'three-columns'; class?: any; ui?: ProseUploraImageGallery['slots']; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };