import type { Attachment, DefaultOneChatGenerics } from '../../types'; export declare type ModalGalleryProps = { /** The images for the Carousel component */ images: Attachment[]; /** The index for the component */ index?: number; }; export declare const ModalGallery: (props: ModalGalleryProps) => JSX.Element; //# sourceMappingURL=ModalGallery.d.ts.map