import React from 'react';
declare const Table: (props: any) => React.JSX.Element;
export default Table;
