import type { Store } from '../store'; import type { PropType } from 'vue'; import type { Sort, SummaryMethod } from '../table/defaults'; export interface TableFooter { fixed: string; store: Store; summaryMethod: SummaryMethod; sumText: string; border: boolean; defaultSort: Sort; } declare const _default: import("@vue/runtime-core").DefineComponent<{ fixed: { type: StringConstructor; default: string; }; store: { required: true; type: PropType; }; summaryMethod: PropType>; sumText: StringConstructor; border: BooleanConstructor; defaultSort: { type: PropType; default: () => { prop: string; order: string; }; }; }, { ns: { namespace: _vue_reactivity.ComputedRef; b: (blockSuffix?: string | undefined) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; getCellClasses: (columns: import("../table-column/defaults").TableColumnCtx[], cellIndex: number) => string[]; getCellStyles: (column: import("../table-column/defaults").TableColumnCtx, cellIndex: number) => any; columns: any; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, Record, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly; }; summaryMethod: PropType>; sumText: StringConstructor; border: BooleanConstructor; defaultSort: { type: PropType; default: () => { prop: string; order: string; }; }; }>>, { fixed: string; border: boolean; defaultSort: Sort; }>; export default _default;