import { TableProps } from 'antd/lib/table';
export declare const CustomTable: <RecordType extends object = any>(props: TableProps<RecordType>) => JSX.Element;
