import { FC } from 'react'; import { TableProps } from './interfaces'; import './FeTable.scss'; export declare const FeTable: FC;