import { DME } from 'dmeditor/core/types';
import { GalleryEntity } from './entity';
export declare function Gallery(props: DME.WidgetRenderProps<GalleryEntity>): import("react/jsx-runtime").JSX.Element;
