import { TdPrimaryTableProps } from '../table/type'; import { PropType } from 'vue'; declare const _default: { asyncLoading: { type: PropType; }; columnController: { type: PropType; }; columnControllerVisible: { type: BooleanConstructor; default: any; }; defaultColumnControllerVisible: { type: BooleanConstructor; default: any; }; columns: { type: PropType; default: () => TdPrimaryTableProps["columns"]; }; displayColumns: { type: PropType; default: TdPrimaryTableProps["displayColumns"]; }; defaultDisplayColumns: { type: PropType; }; dragSort: { type: PropType; validator(val: TdPrimaryTableProps["dragSort"]): boolean; }; dragSortOptions: { type: PropType; }; editableCellState: { type: PropType; }; editableRowKeys: { type: PropType; }; expandIcon: { type: PropType; default: TdPrimaryTableProps["expandIcon"]; }; expandOnRowClick: BooleanConstructor; expandedRow: { type: PropType; }; expandedRowKeys: { type: PropType; default: TdPrimaryTableProps["expandedRowKeys"]; }; defaultExpandedRowKeys: { type: PropType; default: () => TdPrimaryTableProps["defaultExpandedRowKeys"]; }; filterIcon: { type: PropType; }; filterRow: { type: PropType; }; filterValue: { type: PropType; default: TdPrimaryTableProps["filterValue"]; }; defaultFilterValue: { type: PropType; }; hideSortTips: BooleanConstructor; indeterminateSelectedRowKeys: { type: PropType; }; multipleSort: BooleanConstructor; reserveSelectedRowOnPaginate: { type: BooleanConstructor; default: boolean; }; rowSelectionAllowUncheck: BooleanConstructor; rowSelectionType: { type: PropType; validator(val: TdPrimaryTableProps["rowSelectionType"]): boolean; }; selectOnRowClick: BooleanConstructor; selectedRowKeys: { type: PropType; default: TdPrimaryTableProps["selectedRowKeys"]; }; defaultSelectedRowKeys: { type: PropType; default: () => TdPrimaryTableProps["defaultSelectedRowKeys"]; }; showSortColumnBgColor: BooleanConstructor; sort: { type: PropType; default: TdPrimaryTableProps["sort"]; }; defaultSort: { type: PropType; }; sortIcon: { type: PropType; }; sortOnRowDraggable: BooleanConstructor; onAsyncLoadingClick: PropType; onCellClick: PropType; onChange: PropType; onColumnChange: PropType; onColumnControllerVisibleChange: PropType; onDataChange: PropType; onDisplayColumnsChange: PropType; onDragSort: PropType; onExpandChange: PropType; onFilterChange: PropType; onRowEdit: PropType; onRowValidate: PropType; onSelectChange: PropType; onSortChange: PropType; onValidate: PropType; }; export default _default;