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