import * as React from "react"; import { GoogleViz, ReactGoogleChartProps } from "../types"; type Props = ReactGoogleChartProps & { google: GoogleViz; }; export declare const GoogleChart: React.FC; export default GoogleChart;