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