import type { CustomVuefyFn, CustomVuefyOptions } from "../../vuefy/index"; import { YMapRulerCommonProps, YMapRulerCommon as YMapRulerI } from '../YMapRulerCommon'; type YMapRulerVuefyProps = Omit; export declare const YMapRulerVuefyOptions: CustomVuefyOptions; export declare const YMapRulerVuefyOverride: CustomVuefyFn; export {};