import type { TableSummary } from '../type'; export declare const useSummary: () => (summary: TableSummary) => import("../type").TableData[];