export default class MockMapObject {
  constructor(parentElement: any, state?: {}, options?: {});
  setType(value: any): void;
  setZoom(value: any): void;
  setCenter(value: any): void;
  setBounds(value: any): void;
  destroy(): void;
}
