import type { YMap as YMapI } from "../../../imperative/YMap";
import type { CustomVuefyFn } from "../types";
export declare const YMapVuefyOverride: CustomVuefyFn<YMapI>;
