import PropTypes from 'prop-types'; import { TableProps } from '@material-ui/core'; declare const ResizableTable: { ({ children, ...rest }: TableProps): JSX.Element; propTypes: { children: PropTypes.Validator; }; }; export default ResizableTable; //# sourceMappingURL=ResizableTable.d.ts.map