/// <reference types="google.maps" />
import * as themes from "../themes/index";
export declare type IControlPosition = keyof typeof google.maps.ControlPosition;
export declare type ITheme = keyof typeof themes;
