import React from "react"; import type { GalleryProps } from "./GalleryTypes"; export declare function Gallery({ files, size, max, onDelete }: GalleryProps): React.JSX.Element;