import { File } from "instill-sdk"; type FileTableHeaderProps = { sortConfig: { key: keyof File | ""; direction: "ascending" | "descending" | ""; }; requestSort: (key: keyof File) => void; }; export declare const FileTableHeader: ({ sortConfig, requestSort, }: FileTableHeaderProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FileTableHeader.d.ts.map