import { Position } from './position.model'; export declare class EventLoad { center: Position; zoom: number; constructor(obj?: Partial); }