/// import { PropsWithElementAttributes } from '../utils'; export declare type GalleryProps = PropsWithElementAttributes<{ images?: Array; }>; export declare const Gallery: ({ images, className, style }: GalleryProps) => JSX.Element; //# sourceMappingURL=Gallery.d.ts.map