import { TaskTableProps } from './types';
import './style.scss';
declare const TableV2: (props: TaskTableProps) => import("react/jsx-runtime").JSX.Element;
export default TableV2;
