import React from "react"; import { FileGalleryProps } from "../../types"; declare const FileGallery: React.FC; export default FileGallery;