import type { InternalChartType } from '../types'; export declare function isLargeDataSet(data: any, chartType?: InternalChartType): boolean; //# sourceMappingURL=isLargeDataSet.d.ts.map