declare type GoogleResponse = { [key: string]: any; }; export default GoogleResponse;