import { ITable } from "../types"; export declare const Table: (props: ITable) => import("react/jsx-runtime").JSX.Element;