import { ChartType } from '../types/chart-type';
import { GoogleChartsConfig } from '../types/google-charts-config';
export declare function getPackageForChart(type: ChartType): string;
export declare function getDefaultConfig(): GoogleChartsConfig;
