import { GoogleChartWrapper, GoogleViz, ReactGoogleChartProps } from "../../types"; export type GoogleChartEventsParams = ReactGoogleChartProps & { googleChartWrapper?: GoogleChartWrapper | null; google: GoogleViz; }; export declare const useGoogleChartEvents: (props: GoogleChartEventsParams) => void;