import * as React from 'react'; import { ITableProps } from './Table.props'; export { ITableProps } from './Table.props'; /** * For more advanced usages, check [Material UI Table docs](https://material-ui.com/pt/components/table/). * * ## Importing * * ``` * import { Table, TableContainer, TableHead, TableRow, TableCell, TableBody } from "@naturacosmeticos/natds-web"; * ``` * */ export declare const Table: React.ForwardRefExoticComponent & React.RefAttributes>; export default Table;