import { ChartDatasourcePrometheusPluginOptions } from "./options"; export declare function selectLabel(options: ChartDatasourcePrometheusPluginOptions, serie: any, i: any): any; export declare function selectBackGroundColor(options: ChartDatasourcePrometheusPluginOptions, serie: any, i: any): string; export declare function selectBorderColor(options: ChartDatasourcePrometheusPluginOptions, serie: any, i: any): string;