/** * Derives chart family from chart type. * * @param chartType - chart type * @returns chart family * @internal */ export declare const deriveChartFamily: (chartType: string) => string;