import { ITableProps } from './types'; declare const Table: ({ className, tbodyCells, theadCells, tfootCells, size, transparent, hasBorder, hasBorderRadius, hasHoverEffect, }: ITableProps) => import("react/jsx-runtime").JSX.Element; export default Table; //# sourceMappingURL=Table.d.ts.map