export interface ZoomLevel {
    id?: number;
    text?: string;
    displayValue?: string;
    type?: string;
    value?: number;
}
export declare const zoomOptionsData: {
    id: number;
    text: string;
    type: string;
    displayValue: string;
    value: number;
}[];
