import React from 'react'; import type { TableProps } from './interface'; declare const Table: React.FC; export default Table;