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