import * as React from 'react'; import { ITableProps } from './Table.types'; export declare class Table extends React.Component { render(): JSX.Element; private _colStyle; } export default Table;