import type { YMapContainer as YMapContainerI } from "../../../imperative/YMapContainer/index";
import type { CustomVuefyFn } from '../types';
export declare const YMapContainerVuefyOverride: CustomVuefyFn<YMapContainerI>;
