import type { GaugeChartSlotsConfig } from '../types/gauge-chart-config.js'; type GaugeChartLabelsContextProps = Omit; export declare const GaugeChartLabelsContext: import("react").Context; export {};