import { TdBaseTableProps } from '../table/type'; import { PropType } from 'vue'; declare const _default: { bordered: BooleanConstructor; cellEmptyContent: { type: PropType; }; columns: { type: PropType; default: () => TdBaseTableProps['columns']; }; data: { type: PropType; default: () => TdBaseTableProps['data']; }; empty: { type: PropType; default: TdBaseTableProps['empty']; }; fixedRows: { type: PropType; }; footerSummary: { type: PropType; }; height: { type: PropType; }; loading: { type: PropType; default: TdBaseTableProps['loading']; }; loadingProps: { type: PropType; }; maxHeight: { type: PropType; }; rowAttributes: { type: PropType; }; rowClassName: { type: PropType; }; rowKey: { type: StringConstructor; default: string; required: boolean; }; rowspanAndColspan: { type: PropType; }; showHeader: { type: BooleanConstructor; default: boolean; }; stripe: BooleanConstructor; tableContentWidth: { type: StringConstructor; default: string; }; tableLayout: { type: PropType; default: TdBaseTableProps['tableLayout']; validator(val: TdBaseTableProps['tableLayout']): boolean; }; verticalAlign: { type: PropType; default: TdBaseTableProps['verticalAlign']; validator(val: TdBaseTableProps['verticalAlign']): boolean; }; onCellClick: PropType; onRowClick: PropType; onScroll: PropType; onScrollToBottom: PropType; }; export default _default;