import { PropType } from '@vue/composition-api'; import { CreateElement } from 'vue'; import { BaseTableProps, RowAndColFixedPosition } from './interface'; import { TdBaseTableProps } from './type'; import { VirtualScrollConfig } from '../hooks/useVirtualScrollNew'; export declare const ROW_AND_TD_LISTENERS: string[]; export interface TableBodyProps extends BaseTableProps { classPrefix: string; ellipsisOverlayClassName: string; rowAndColFixedPosition: RowAndColFixedPosition; showColumnShadow: { left: boolean; right: boolean; }; tableElm: HTMLDivElement; tableWidth: number; isWidthOverflow: boolean; virtualConfig: VirtualScrollConfig; tableContentElm: HTMLDivElement; cellEmptyContent: TdBaseTableProps['cellEmptyContent']; handleRowMounted: (rowData: any) => void; } export declare const extendTableProps: string[]; declare const _default: import("vue").ComponentOptions(pattern: T, ...args: any[]) => any; global: import("@vue/composition-api").ComputedRef<{} & import("..").TableConfig>; tableFullRowClasses: { base: string; innerFullRow: string; innerFullElement: string; firstFullRow: string; lastFullRow: string; }; tbodyClasses: import("@vue/composition-api").ComputedRef; tableBaseClass: { table: (string | { [x: string]: boolean; })[]; columnResizableTable: string; overflowVisible: string; body: string; content: string; topContent: string; bottomContent: string; paginationWrap: string; tdLastRow: string; tdFirstCol: string; thCellInner: string; tableRowEdit: string; cellEditable: string; cellEditWrap: string; bordered: string; striped: string; hover: string; loading: string; rowspanAndColspan: string; empty: string; emptyRow: string; headerFixed: string; columnFixed: string; widthOverflow: string; multipleHeader: string; footerAffixed: string; horizontalBarAffixed: string; affixedHeader: string; affixedHeaderElm: string; affixedFooterElm: string; affixedFooterWrap: string; scrollbarDivider: string; fullHeight: string; resizeLine: string; obviousScrollbar: string; affixedHeaderWrap: string; }; isFixedLeftColumn: import("@vue/composition-api").ComputedRef; skipSpansMap: import("@vue/composition-api").Ref>; renderTNode: (name: string, options?: import("../hooks/render-tnode").OptionsType) => any; getTrListeners: () => { [eventName: string]: (e: MouseEvent) => void; }; }> & import("@vue/composition-api").Data, {}, {}, { activeRowKeys?: { type: import("vue").PropType<(string | number)[]>; default: any; }; defaultActiveRowKeys?: { type: import("vue").PropType<(string | number)[]>; default: () => (string | number)[]; }; activeRowType?: { type: import("vue").PropType<"multiple" | "single">; default: string; }; allowResizeColumnWidth?: { type: BooleanConstructor; default: any; }; attach?: { type: import("vue").PropType; }; bordered?: BooleanConstructor; bottomContent?: { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; cellEmptyContent?: { type: import("vue").PropType) => import("vue/types/vnode").ScopedSlotReturnValue)>; }; columns: { type: import("vue").PropType[]>; default: () => import("./type").BaseTableCol[]; } | PropType[]>; data: { type: import("vue").PropType; default: () => import("./type").TableRowData[]; } | PropType; disableDataPage?: BooleanConstructor; disableSpaceInactiveRow?: { type: BooleanConstructor; default: any; }; empty?: { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; default: string; }; firstFullRow: PropType import("vue/types/vnode").ScopedSlotReturnValue)> | { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; fixedRows?: { type: import("vue").PropType; }; footData?: { type: import("vue").PropType; default: () => import("./type").TableRowData[]; }; footerAffixProps?: { type: import("vue").PropType>; }; footerAffixedBottom?: { type: import("vue").PropType>; default: boolean; }; footerSummary?: { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; headerAffixProps?: { type: import("vue").PropType>; }; headerAffixedTop?: { type: import("vue").PropType>; default: boolean; }; height?: { type: import("vue").PropType; }; horizontalScrollAffixedBottom?: { type: import("vue").PropType>; }; hover?: BooleanConstructor; keyboardRowHover?: { type: BooleanConstructor; default: boolean; }; lastFullRow: PropType import("vue/types/vnode").ScopedSlotReturnValue)> | { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; lazyLoad?: BooleanConstructor; loading?: { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; default: any; }; loadingProps?: { type: import("vue").PropType>; }; locale?: { type: import("vue").PropType; }; maxHeight?: { type: import("vue").PropType; }; pagination?: { type: import("vue").PropType; }; paginationAffixedBottom?: { type: import("vue").PropType>; }; resizable?: BooleanConstructor; rowAttributes?: { type: import("vue").PropType>; }; rowClassName?: { type: import("vue").PropType) => import("..").ClassName)>; }; rowKey?: { type: StringConstructor; default: string; required: boolean; }; rowspanAndColspan?: { type: import("vue").PropType>; }; rowspanAndColspanInFooter?: { type: import("vue").PropType>; }; scroll?: { type: import("vue").PropType; }; showHeader?: { type: BooleanConstructor; default: boolean; }; size?: { type: import("vue").PropType; default: import("..").SizeEnum; validator(val: import("..").SizeEnum): boolean; }; stripe?: BooleanConstructor; tableContentWidth?: { type: StringConstructor; default: string; }; tableLayout?: { type: import("vue").PropType<"fixed" | "auto">; default: "fixed" | "auto"; validator(val: "fixed" | "auto"): boolean; }; topContent?: { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; verticalAlign?: { type: import("vue").PropType<"top" | "bottom" | "middle">; default: "top" | "bottom" | "middle"; validator(val: "top" | "bottom" | "middle"): boolean; }; onActiveChange?: import("vue").PropType<(activeRowKeys: (string | number)[], context: import("./type").ActiveChangeContext) => void>; onActiveRowAction?: import("vue").PropType<(context: import("./type").ActiveRowActionContext) => void>; onCellClick?: import("vue").PropType<(context: import("./type").BaseTableCellEventContext) => void>; onColumnResizeChange?: import("vue").PropType<(context: { columnsWidth: { [colKey: string]: number; }; }) => void>; onPageChange?: import("vue").PropType<(pageInfo: import("..").PageInfo, newDataSource: import("./type").TableRowData[]) => void>; onRowClick?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onRowDblclick?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onRowMousedown?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onRowMouseenter?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onRowMouseleave?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onRowMouseover?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onRowMouseup?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onScroll?: import("vue").PropType<(params: { e: WheelEvent; }) => void>; onScrollX?: import("vue").PropType<(params: { e: WheelEvent; }) => void>; onScrollY?: import("vue").PropType<(params: { e: WheelEvent; }) => void>; classPrefix: StringConstructor; ellipsisOverlayClassName: StringConstructor; rowAndColFixedPosition: PropType; showColumnShadow: PropType<{ left: boolean; right: boolean; }>; tableElm: {}; tableWidth: NumberConstructor; isWidthOverflow: BooleanConstructor; virtualConfig: PropType<{ visibleData: import("@vue/composition-api").Ref; translateY: import("@vue/composition-api").Ref; scrollHeight: import("@vue/composition-api").Ref; isVirtualScroll: import("@vue/composition-api").ComputedRef; handleScroll: () => void; handleRowMounted: (rowData: any) => void; scrollToElement: (p: import("../hooks/useVirtualScrollNew").ScrollToElementParams) => void; }>; tableContentElm: {}; handleRowMounted: PropType<(rowData: any) => void>; renderExpandedRow: PropType<(h: CreateElement, params: import("./type").TableExpandedRowParams) => JSX.Element>; }, import("@vue/composition-api").ExtractPropTypes<{ activeRowKeys?: { type: import("vue").PropType<(string | number)[]>; default: any; }; defaultActiveRowKeys?: { type: import("vue").PropType<(string | number)[]>; default: () => (string | number)[]; }; activeRowType?: { type: import("vue").PropType<"multiple" | "single">; default: string; }; allowResizeColumnWidth?: { type: BooleanConstructor; default: any; }; attach?: { type: import("vue").PropType; }; bordered?: BooleanConstructor; bottomContent?: { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; cellEmptyContent?: { type: import("vue").PropType) => import("vue/types/vnode").ScopedSlotReturnValue)>; }; columns: { type: import("vue").PropType[]>; default: () => import("./type").BaseTableCol[]; } | PropType[]>; data: { type: import("vue").PropType; default: () => import("./type").TableRowData[]; } | PropType; disableDataPage?: BooleanConstructor; disableSpaceInactiveRow?: { type: BooleanConstructor; default: any; }; empty?: { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; default: string; }; firstFullRow: PropType import("vue/types/vnode").ScopedSlotReturnValue)> | { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; fixedRows?: { type: import("vue").PropType; }; footData?: { type: import("vue").PropType; default: () => import("./type").TableRowData[]; }; footerAffixProps?: { type: import("vue").PropType>; }; footerAffixedBottom?: { type: import("vue").PropType>; default: boolean; }; footerSummary?: { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; headerAffixProps?: { type: import("vue").PropType>; }; headerAffixedTop?: { type: import("vue").PropType>; default: boolean; }; height?: { type: import("vue").PropType; }; horizontalScrollAffixedBottom?: { type: import("vue").PropType>; }; hover?: BooleanConstructor; keyboardRowHover?: { type: BooleanConstructor; default: boolean; }; lastFullRow: PropType import("vue/types/vnode").ScopedSlotReturnValue)> | { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; lazyLoad?: BooleanConstructor; loading?: { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; default: any; }; loadingProps?: { type: import("vue").PropType>; }; locale?: { type: import("vue").PropType; }; maxHeight?: { type: import("vue").PropType; }; pagination?: { type: import("vue").PropType; }; paginationAffixedBottom?: { type: import("vue").PropType>; }; resizable?: BooleanConstructor; rowAttributes?: { type: import("vue").PropType>; }; rowClassName?: { type: import("vue").PropType) => import("..").ClassName)>; }; rowKey?: { type: StringConstructor; default: string; required: boolean; }; rowspanAndColspan?: { type: import("vue").PropType>; }; rowspanAndColspanInFooter?: { type: import("vue").PropType>; }; scroll?: { type: import("vue").PropType; }; showHeader?: { type: BooleanConstructor; default: boolean; }; size?: { type: import("vue").PropType; default: import("..").SizeEnum; validator(val: import("..").SizeEnum): boolean; }; stripe?: BooleanConstructor; tableContentWidth?: { type: StringConstructor; default: string; }; tableLayout?: { type: import("vue").PropType<"fixed" | "auto">; default: "fixed" | "auto"; validator(val: "fixed" | "auto"): boolean; }; topContent?: { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; verticalAlign?: { type: import("vue").PropType<"top" | "bottom" | "middle">; default: "top" | "bottom" | "middle"; validator(val: "top" | "bottom" | "middle"): boolean; }; onActiveChange?: import("vue").PropType<(activeRowKeys: (string | number)[], context: import("./type").ActiveChangeContext) => void>; onActiveRowAction?: import("vue").PropType<(context: import("./type").ActiveRowActionContext) => void>; onCellClick?: import("vue").PropType<(context: import("./type").BaseTableCellEventContext) => void>; onColumnResizeChange?: import("vue").PropType<(context: { columnsWidth: { [colKey: string]: number; }; }) => void>; onPageChange?: import("vue").PropType<(pageInfo: import("..").PageInfo, newDataSource: import("./type").TableRowData[]) => void>; onRowClick?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onRowDblclick?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onRowMousedown?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onRowMouseenter?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onRowMouseleave?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onRowMouseover?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onRowMouseup?: import("vue").PropType<(context: import("./type").RowEventContext) => void>; onScroll?: import("vue").PropType<(params: { e: WheelEvent; }) => void>; onScrollX?: import("vue").PropType<(params: { e: WheelEvent; }) => void>; onScrollY?: import("vue").PropType<(params: { e: WheelEvent; }) => void>; classPrefix: StringConstructor; ellipsisOverlayClassName: StringConstructor; rowAndColFixedPosition: PropType; showColumnShadow: PropType<{ left: boolean; right: boolean; }>; tableElm: {}; tableWidth: NumberConstructor; isWidthOverflow: BooleanConstructor; virtualConfig: PropType<{ visibleData: import("@vue/composition-api").Ref; translateY: import("@vue/composition-api").Ref; scrollHeight: import("@vue/composition-api").Ref; isVirtualScroll: import("@vue/composition-api").ComputedRef; handleScroll: () => void; handleRowMounted: (rowData: any) => void; scrollToElement: (p: import("../hooks/useVirtualScrollNew").ScrollToElementParams) => void; }>; tableContentElm: {}; handleRowMounted: PropType<(rowData: any) => void>; renderExpandedRow: PropType<(h: CreateElement, params: import("./type").TableExpandedRowParams) => JSX.Element>; }>> & Omit, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{ tableLayout?: "fixed" | "auto"; verticalAlign?: "top" | "bottom" | "middle"; loading?: boolean | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); size?: import("..").SizeEnum; empty?: string | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); hover?: boolean; lazyLoad?: boolean; bordered?: boolean; showHeader?: boolean; stripe?: boolean; activeRowKeys?: (string | number)[]; defaultActiveRowKeys?: (string | number)[]; activeRowType?: "multiple" | "single"; allowResizeColumnWidth?: boolean; disableDataPage?: boolean; disableSpaceInactiveRow?: boolean; footData?: import("./type").TableRowData[]; footerAffixedBottom?: boolean; headerAffixedTop?: boolean; keyboardRowHover?: boolean; resizable?: boolean; rowKey?: string; tableContentWidth?: string; isWidthOverflow: boolean; } & { data?: import("./type").TableRowData[]; height?: string | number; columns?: import("./type").BaseTableCol[]; maxHeight?: string | number; scroll?: import("..").TScroll; classPrefix?: string; pagination?: unknown; attach?: import("..").AttachNode; onScroll?: (params: { e: WheelEvent; }) => void; handleRowMounted?: (rowData: any) => void; onCellClick?: (context: import("./type").BaseTableCellEventContext) => void; virtualConfig?: { visibleData: import("@vue/composition-api").Ref; translateY: import("@vue/composition-api").Ref; scrollHeight: import("@vue/composition-api").Ref; isVirtualScroll: import("@vue/composition-api").ComputedRef; handleScroll: () => void; handleRowMounted: (rowData: any) => void; scrollToElement: (p: import("../hooks/useVirtualScrollNew").ScrollToElementParams) => void; }; onPageChange?: (pageInfo: import("..").PageInfo, newDataSource: import("./type").TableRowData[]) => void; loadingProps?: unknown; bottomContent?: string | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); cellEmptyContent?: string | ((h: CreateElement, props: import("./type").BaseTableCellParams) => import("vue/types/vnode").ScopedSlotReturnValue); firstFullRow?: string | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); fixedRows?: number[]; footerAffixProps?: unknown; footerSummary?: string | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); headerAffixProps?: unknown; horizontalScrollAffixedBottom?: unknown; lastFullRow?: string | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); locale?: unknown; paginationAffixedBottom?: unknown; rowAttributes?: import("./type").TableRowAttributes; rowClassName?: unknown; rowspanAndColspan?: import("./type").TableRowspanAndColspanFunc; rowspanAndColspanInFooter?: import("./type").TableRowspanAndColspanFunc; topContent?: string | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); onActiveChange?: (activeRowKeys: (string | number)[], context: import("./type").ActiveChangeContext) => void; onActiveRowAction?: (context: import("./type").ActiveRowActionContext) => void; onColumnResizeChange?: (context: { columnsWidth: { [colKey: string]: number; }; }) => void; onRowClick?: (context: import("./type").RowEventContext) => void; onRowDblclick?: (context: import("./type").RowEventContext) => void; onRowMousedown?: (context: import("./type").RowEventContext) => void; onRowMouseenter?: (context: import("./type").RowEventContext) => void; onRowMouseleave?: (context: import("./type").RowEventContext) => void; onRowMouseover?: (context: import("./type").RowEventContext) => void; onRowMouseup?: (context: import("./type").RowEventContext) => void; onScrollX?: (params: { e: WheelEvent; }) => void; onScrollY?: (params: { e: WheelEvent; }) => void; showColumnShadow?: { left: boolean; right: boolean; }; ellipsisOverlayClassName?: string; tableElm?: unknown; tableContentElm?: unknown; rowAndColFixedPosition?: RowAndColFixedPosition; renderExpandedRow?: (h: CreateElement, params: import("./type").TableExpandedRowParams) => JSX.Element; tableWidth?: number; }, import("@vue/composition-api").ShallowUnwrapRef<{ t: (pattern: T, ...args: any[]) => any; global: import("@vue/composition-api").ComputedRef<{} & import("..").TableConfig>; tableFullRowClasses: { base: string; innerFullRow: string; innerFullElement: string; firstFullRow: string; lastFullRow: string; }; tbodyClasses: import("@vue/composition-api").ComputedRef; tableBaseClass: { table: (string | { [x: string]: boolean; })[]; columnResizableTable: string; overflowVisible: string; body: string; content: string; topContent: string; bottomContent: string; paginationWrap: string; tdLastRow: string; tdFirstCol: string; thCellInner: string; tableRowEdit: string; cellEditable: string; cellEditWrap: string; bordered: string; striped: string; hover: string; loading: string; rowspanAndColspan: string; empty: string; emptyRow: string; headerFixed: string; columnFixed: string; widthOverflow: string; multipleHeader: string; footerAffixed: string; horizontalBarAffixed: string; affixedHeader: string; affixedHeaderElm: string; affixedFooterElm: string; affixedFooterWrap: string; scrollbarDivider: string; fullHeight: string; resizeLine: string; obviousScrollbar: string; affixedHeaderWrap: string; }; isFixedLeftColumn: import("@vue/composition-api").ComputedRef; skipSpansMap: import("@vue/composition-api").Ref>; renderTNode: (name: string, options?: import("../hooks/render-tnode").OptionsType) => any; getTrListeners: () => { [eventName: string]: (e: MouseEvent) => void; }; }>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, { tableLayout?: "fixed" | "auto"; verticalAlign?: "top" | "bottom" | "middle"; loading?: boolean | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); size?: import("..").SizeEnum; empty?: string | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); hover?: boolean; lazyLoad?: boolean; bordered?: boolean; showHeader?: boolean; stripe?: boolean; activeRowKeys?: (string | number)[]; defaultActiveRowKeys?: (string | number)[]; activeRowType?: "multiple" | "single"; allowResizeColumnWidth?: boolean; disableDataPage?: boolean; disableSpaceInactiveRow?: boolean; footData?: import("./type").TableRowData[]; footerAffixedBottom?: boolean; headerAffixedTop?: boolean; keyboardRowHover?: boolean; resizable?: boolean; rowKey?: string; tableContentWidth?: string; isWidthOverflow: boolean; } & { data?: import("./type").TableRowData[]; height?: string | number; columns?: import("./type").BaseTableCol[]; maxHeight?: string | number; scroll?: import("..").TScroll; classPrefix?: string; pagination?: unknown; attach?: import("..").AttachNode; onScroll?: (params: { e: WheelEvent; }) => void; handleRowMounted?: (rowData: any) => void; onCellClick?: (context: import("./type").BaseTableCellEventContext) => void; virtualConfig?: { visibleData: import("@vue/composition-api").Ref; translateY: import("@vue/composition-api").Ref; scrollHeight: import("@vue/composition-api").Ref; isVirtualScroll: import("@vue/composition-api").ComputedRef; handleScroll: () => void; handleRowMounted: (rowData: any) => void; scrollToElement: (p: import("../hooks/useVirtualScrollNew").ScrollToElementParams) => void; }; onPageChange?: (pageInfo: import("..").PageInfo, newDataSource: import("./type").TableRowData[]) => void; loadingProps?: unknown; bottomContent?: string | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); cellEmptyContent?: string | ((h: CreateElement, props: import("./type").BaseTableCellParams) => import("vue/types/vnode").ScopedSlotReturnValue); firstFullRow?: string | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); fixedRows?: number[]; footerAffixProps?: unknown; footerSummary?: string | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); headerAffixProps?: unknown; horizontalScrollAffixedBottom?: unknown; lastFullRow?: string | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); locale?: unknown; paginationAffixedBottom?: unknown; rowAttributes?: import("./type").TableRowAttributes; rowClassName?: unknown; rowspanAndColspan?: import("./type").TableRowspanAndColspanFunc; rowspanAndColspanInFooter?: import("./type").TableRowspanAndColspanFunc; topContent?: string | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); onActiveChange?: (activeRowKeys: (string | number)[], context: import("./type").ActiveChangeContext) => void; onActiveRowAction?: (context: import("./type").ActiveRowActionContext) => void; onColumnResizeChange?: (context: { columnsWidth: { [colKey: string]: number; }; }) => void; onRowClick?: (context: import("./type").RowEventContext) => void; onRowDblclick?: (context: import("./type").RowEventContext) => void; onRowMousedown?: (context: import("./type").RowEventContext) => void; onRowMouseenter?: (context: import("./type").RowEventContext) => void; onRowMouseleave?: (context: import("./type").RowEventContext) => void; onRowMouseover?: (context: import("./type").RowEventContext) => void; onRowMouseup?: (context: import("./type").RowEventContext) => void; onScrollX?: (params: { e: WheelEvent; }) => void; onScrollY?: (params: { e: WheelEvent; }) => void; showColumnShadow?: { left: boolean; right: boolean; }; ellipsisOverlayClassName?: string; tableElm?: unknown; tableContentElm?: unknown; rowAndColFixedPosition?: RowAndColFixedPosition; renderExpandedRow?: (h: CreateElement, params: import("./type").TableExpandedRowParams) => JSX.Element; tableWidth?: number; }, { tableLayout?: "fixed" | "auto"; verticalAlign?: "top" | "bottom" | "middle"; loading?: boolean | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); size?: import("..").SizeEnum; empty?: string | ((h: CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); hover?: boolean; lazyLoad?: boolean; bordered?: boolean; showHeader?: boolean; stripe?: boolean; activeRowKeys?: (string | number)[]; defaultActiveRowKeys?: (string | number)[]; activeRowType?: "multiple" | "single"; allowResizeColumnWidth?: boolean; disableDataPage?: boolean; disableSpaceInactiveRow?: boolean; footData?: import("./type").TableRowData[]; footerAffixedBottom?: boolean; headerAffixedTop?: boolean; keyboardRowHover?: boolean; resizable?: boolean; rowKey?: string; tableContentWidth?: string; isWidthOverflow: boolean; }, true>); export default _default;