import React from "react";
import { TaskListTableProps } from "../../types/public-types";
export declare const TaskListTableDefault: React.NamedExoticComponent<TaskListTableProps>;
