import { type ReactNode } from 'react'; import type { XYChartData } from './../types/xy-chart.js'; export declare const isEmptyData: (children: ReactNode | undefined, data: XYChartData[]) => boolean;