import type { Store } from '../store'; import type { DefaultRow, Sort, SummaryMethod } from '../table/defaults'; export interface TableFooter { fixed: string; store: Store; summaryMethod: SummaryMethod; sumText: string; border: boolean; defaultSort: Sort; } declare const _default: any; export default _default;