import type { Attachment } from 'stream-chat'; import type { DefaultStreamChatGenerics } from '../../types/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