import { File } from "instill-sdk"; type FileTableRowProps = { item: File; index: number; handleFileClick: (file: File) => void; handleDelete: (fileId: string) => void; }; export declare const FileTableRow: ({ item, handleFileClick, handleDelete, }: FileTableRowProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FileTableRow.d.ts.map