import type { YMapControl as YMapControlI } from "../../../imperative/YMapControl/index";
import type { CustomVuefyFn } from '../types';
export declare const YMapControlVuefyOverride: CustomVuefyFn<YMapControlI>;
