import { GoogleMapObjectWithSetOptions } from '../common/types'; declare const useMemoizedOptions: (instance: GoogleMapObjectWithSetOptions | undefined, opts: any, prevOpts: string, setPrevOpts: React.Dispatch>) => void; export default useMemoizedOptions;