export interface TChartProps { options?: Record; id?: string; theme?: string; isEmpty?: boolean | ((options: Record) => boolean); description?: string; }