import type { FileManagerTableProps } from './types'; export declare function FileManagerTable({ files, selectedFiles, showCheckboxes, loading, isSearchResult, onSelectFile, onSelectAll, onFileClick, onFolderOpen, onFileAction, className, }: FileManagerTableProps): import("react").JSX.Element; //# sourceMappingURL=file-manager-table.d.ts.map