import { PropType } from 'vue'; import { TdBaseTableProps } from '../type'; import { RowAndColFixedPosition } from '../types'; export interface TFootProps { rowKey: string; isFixedHeader: boolean; rowAndColFixedPosition: RowAndColFixedPosition; footData: TdBaseTableProps['footData']; columns: TdBaseTableProps['columns']; rowAttributes: TdBaseTableProps['rowAttributes']; rowClassName: TdBaseTableProps['rowClassName']; thWidthList?: { [colKey: string]: number; }; footerSummary?: TdBaseTableProps['footerSummary']; rowspanAndColspanInFooter: TdBaseTableProps['rowspanAndColspanInFooter']; virtualScroll?: boolean; } declare const _default: import("vue").DefineComponent<{ rowKey: StringConstructor; isFixedHeader: BooleanConstructor; rowAndColFixedPosition: PropType; footData: PropType; columns: PropType; rowAttributes: PropType; rowClassName: PropType; thWidthList: PropType; footerSummary: PropType; rowspanAndColspanInFooter: PropType; virtualScroll: BooleanConstructor; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; footData: PropType; columns: PropType; rowAttributes: PropType; rowClassName: PropType; thWidthList: PropType; footerSummary: PropType; rowspanAndColspanInFooter: PropType; virtualScroll: BooleanConstructor; }>>, { isFixedHeader: boolean; virtualScroll: boolean; }, {}>; export default _default;