import { DetailedHTMLProps, HTMLAttributes } from 'react'; import './Table.css'; export declare function Table(props: DetailedHTMLProps, HTMLTableElement>): import("react/jsx-runtime").JSX.Element;