import React from 'react'; import { TableProps } from './Table.types'; /** * A table is a structured set of data that is organized into rows and columns. It is used to present information in a concise and organized way, allowing users to easily compare and analyze data. */ declare const Table: React.ForwardRefExoticComponent & React.RefAttributes>; export default Table; //# sourceMappingURL=Table.d.ts.map