import { type PropsWithChildren } from 'react'; import type { GaugeChartInternalConfig } from '../types/gauge-chart-config-internal.js'; import type { GaugeChartProps } from '../types/gauge-chart.js'; export declare const useGaugeChartConfig: (props: PropsWithChildren) => GaugeChartInternalConfig;