import React from 'react'; import { TableProps } from '../iTable'; import { DefaultRecordType } from '../interface'; export declare const defaultProps: { data: never[]; useFixedHeader: boolean; expandIconAsCell: boolean; defaultExpandAllRows: boolean; defaultExpandedRowKeys: never[]; columnKey: string; rowKey: string; bordered: boolean; rowClassName: () => string; expandedRowClassName: () => string; onExpand(): void; onExpandedRowsChange(): void; onRowClick(): void; clsPrefix: string; bodyStyle: {}; style: {}; childrenColumnName: string; indentSize: number; expandIconColumnIndex: number; showHeader: boolean; scroll: {}; rowRef: () => null; getBodyWrapper: (body: any) => any; columns: never[]; minColumnWidth: number; syncHover: boolean; tabIndex: number; height: null; heightConsistent: boolean; syncFixedRowHeight: boolean; size: string; rowDraggAble: boolean; hideDragHandle: boolean; onDropRow: () => void; onDragRowStart: () => void; onBodyScroll: () => void; bodyDisplayInRow: boolean; headerDisplayInRow: boolean; headerHeight: null; showRowNum: boolean; onPaste: () => void; originWidth: null; selectedRowKeys: never[]; stripeLine: boolean; findRowKeys: never[]; fillSpace: boolean; locale: string; bigColumns: boolean; columnsLoadBuffer: number; columnFilterAble: boolean; }; declare const _default: React.ComponentClass>, any>; export default _default;