import type { SingleValueConfigProperties, SingleValueProps } from '../types/single-value.js'; import type { SingleValueSlots } from '../utils/iterate-slots.js'; /** * @internal */ export declare const SingleValueConfigContext: import("react").Context; /** * Provider for the SingleValue API config that can be shared across charts * @public */ export declare const SingleValueConfig: import("react").Provider; /** * @internal */ export declare const useSingleValueConfig: (props: Omit, slots: SingleValueSlots) => SingleValueConfigProperties;