import type ymaps from 'yandex-maps'; interface ZoomButtonProps { yandexMaps: ymaps.Map; direction?: string; } export declare const ZoomButton: import("@redneckz/uni-jsx").UNIComponent; export {};