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