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