import React from 'react'; export declare const AggregationContext: React.Context<{ aggregations?: { total: { value: string | number | null; aggFunc: import("@teable/openapi").StatisticsFunc; } | null; fieldId: string; group?: Record | null | undefined; }[] | undefined; } | null>;