import { GalleryConfigProps } from '../types';
export declare function GalleryConfig({ layout, animation, thumbnailsPosition, enableZoom, onConfigChange }: GalleryConfigProps): import("react/jsx-runtime").JSX.Element;
