import { type Context } from 'react'; import type { AriaLabelingProps } from '../../../core/types/a11y-props.js'; /** * @internal * Context carrying the consumer-provided aria-labeling props from a chart's * public root down to the internal element that owns `role="img"`, without * threading them through every component in between. */ export declare const AriaLabelingContext: Context; /** * @internal */ export declare const useAriaLabelingContext: () => AriaLabelingProps; //# sourceMappingURL=AriaLabelingContext.d.ts.map