import { type PropsWithChildren } from 'react'; /** * Zoom interactions slot component * @public */ export declare const ChartInteractions: { (props: PropsWithChildren): null; displayName: string; } & { Zoom: { (): null; displayName: string; }; ZoomX: { (): null; displayName: string; }; Pan: { (): null; displayName: string; }; };