export declare class zoomModel { constructor(options: any); zoomInText: string; zoomInTitle: string; zoomOutText: string; zoomOutTitle: string; position: string; }