import React from 'react';
declare const Table: ({ width, instance }: {
    width: any;
    instance: any;
}) => React.JSX.Element;
export default Table;
