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