import type { TMapHovered, TMapKeyboardFocused } from 'refun'; export declare type TZoomLevel = { onPress: () => void; children: string; } & TMapHovered & TMapKeyboardFocused; export declare const ZoomLevel: import("refun").TComponent;