import { FC } from 'react'; import type { Table } from '../models'; export declare const TableComp: FC;