import * as React from "react"; import { TablePropsT } from "./types"; export declare const Table: React.FC;