import React from 'react'; interface ITableSampleProps { } declare const TableSample: React.FC; export default TableSample;