import { type PropsWithChildren } from 'react'; /** * The Shared Chart Interactions Component * @public */ export declare const SharedChartInteractions: { ({ children }: PropsWithChildren): import("react/jsx-runtime.js").JSX.Element; displayName: string; };