import type { TableProps } from "../types";
declare function Table(props: TableProps): import("react/jsx-runtime").JSX.Element;
export default Table;
