import { LatLng } from './index'; export declare class MapOptions { center: LatLng; zoom: number; markers?: Array; }