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