import { TdBaseTableProps } from '../table/type'; import { PropType } from 'vue'; declare const _default: { activeRowKeys: { type: PropType; default: TdBaseTableProps["activeRowKeys"]; }; defaultActiveRowKeys: { type: PropType; default: () => TdBaseTableProps["defaultActiveRowKeys"]; }; activeRowType: { type: PropType; default: TdBaseTableProps["activeRowType"]; }; allowResizeColumnWidth: { type: BooleanConstructor; default: any; }; attach: { type: PropType; }; bordered: BooleanConstructor; bottomContent: { type: PropType; }; cellEmptyContent: { type: PropType; }; columns: { type: PropType; default: () => TdBaseTableProps["columns"]; }; data: { type: PropType; default: () => TdBaseTableProps["data"]; }; disableDataPage: BooleanConstructor; disableSpaceInactiveRow: { type: BooleanConstructor; default: any; }; empty: { type: PropType; default: TdBaseTableProps["empty"]; }; firstFullRow: { type: PropType; }; fixedRows: { type: PropType; }; footData: { type: PropType; default: () => TdBaseTableProps["footData"]; }; footerAffixProps: { type: PropType; }; footerAffixedBottom: { type: PropType; default: TdBaseTableProps["footerAffixedBottom"]; }; footerSummary: { type: PropType; }; headerAffixProps: { type: PropType; }; headerAffixedTop: { type: PropType; default: TdBaseTableProps["headerAffixedTop"]; }; height: { type: PropType; }; horizontalScrollAffixedBottom: { type: PropType; }; hover: BooleanConstructor; keyboardRowHover: { type: BooleanConstructor; default: boolean; }; lastFullRow: { type: PropType; }; lazyLoad: BooleanConstructor; loading: { type: PropType; default: TdBaseTableProps["loading"]; }; loadingProps: { type: PropType; }; locale: { type: PropType; }; maxHeight: { type: PropType; }; pagination: { type: PropType; }; paginationAffixedBottom: { type: PropType; }; resizable: BooleanConstructor; rowAttributes: { type: PropType; }; rowClassName: { type: PropType; }; rowKey: { type: StringConstructor; default: string; required: boolean; }; rowspanAndColspan: { type: PropType; }; rowspanAndColspanInFooter: { type: PropType; }; scroll: { type: PropType; }; showHeader: { type: BooleanConstructor; default: boolean; }; size: { type: PropType; validator(val: TdBaseTableProps["size"]): boolean; }; stripe: BooleanConstructor; tableContentWidth: { type: StringConstructor; default: string; }; tableLayout: { type: PropType; default: TdBaseTableProps["tableLayout"]; validator(val: TdBaseTableProps["tableLayout"]): boolean; }; topContent: { type: PropType; }; verticalAlign: { type: PropType; default: TdBaseTableProps["verticalAlign"]; validator(val: TdBaseTableProps["verticalAlign"]): boolean; }; onActiveChange: PropType; onActiveRowAction: PropType; onCellClick: PropType; onColumnResizeChange: PropType; onPageChange: PropType; onRowClick: PropType; onRowDblclick: PropType; onRowMousedown: PropType; onRowMouseenter: PropType; onRowMouseleave: PropType; onRowMouseover: PropType; onRowMouseup: PropType; onScroll: PropType; onScrollX: PropType; onScrollY: PropType; }; export default _default;