import { FC } from 'react';
import { BaseTableProps } from './types';
export declare const BaseTable: FC<BaseTableProps>;
