import { FC } from 'react'; import { TableInterface } from './table.types'; export declare const Table: FC;