import * as React from 'react'; export default class Table extends React.Component { static defaultProps: { dataSource: any[]; prefixCls: string; }; render(): JSX.Element; }