import { TableProps as MuiTableProps, TableContainerProps, TableHeadProps, TableBodyProps, TableFooterProps, TableRowProps, TableCellProps, TablePaginationProps } from '@mui/material'; export declare const TableContainer: ({ children, ...props }: TableContainerProps) => import("react/jsx-runtime").JSX.Element; export declare const Table: ({ children, ...props }: MuiTableProps) => import("react/jsx-runtime").JSX.Element; export declare const TableHead: ({ children, ...props }: TableHeadProps) => import("react/jsx-runtime").JSX.Element; export declare const TableBody: ({ children, ...props }: TableBodyProps) => import("react/jsx-runtime").JSX.Element; export declare const TableFooter: ({ children, ...props }: TableFooterProps) => import("react/jsx-runtime").JSX.Element; export declare const TableRow: ({ children, ...props }: TableRowProps) => import("react/jsx-runtime").JSX.Element; export declare const TableCell: ({ children, ...props }: TableCellProps) => import("react/jsx-runtime").JSX.Element; export declare const TablePagination: (props: TablePaginationProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Table.d.ts.map