import React from 'react';
import { GoogleTranslateProps } from './GoogleTranslate.types';
declare const GoogleTranslate: React.FunctionComponent<GoogleTranslateProps>;
export default GoogleTranslate;
