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