import type { FC } from "react"; import { TaskListTableRowProps } from "../../../types"; export declare const TaskListSortableTableRow: FC;