import { type PropsWithChildren } from 'react'; /** * The Shared Chart Interactions Component * @public */ export declare const SharedChartInteractions: { ({ children }: PropsWithChildren): import("react").JSX.Element; displayName: string; }; //# sourceMappingURL=SharedChartInteractions.d.ts.map