import type L from "leaflet";
/**
 * Icon component, lets you add and custom icons to the map
 */
declare const _sfc_main: import("vue").DefineComponent<{
    options: {
        readonly type: ObjectConstructor;
        readonly default: () => {};
        readonly custom: true;
    };
    iconUrl: {
        readonly type: StringConstructor;
    };
    iconRetinaUrl: {
        readonly type: StringConstructor;
    };
    iconSize: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    iconAnchor: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    popupAnchor: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    tooltipAnchor: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    shadowUrl: {
        readonly type: StringConstructor;
    };
    shadowRetinaUrl: {
        readonly type: StringConstructor;
    };
    shadowSize: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    shadowAnchor: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    bgPos: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    className: {
        readonly type: StringConstructor;
    };
}, {
    root: import("vue").Ref<HTMLInputElement | undefined>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    options: {
        readonly type: ObjectConstructor;
        readonly default: () => {};
        readonly custom: true;
    };
    iconUrl: {
        readonly type: StringConstructor;
    };
    iconRetinaUrl: {
        readonly type: StringConstructor;
    };
    iconSize: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    iconAnchor: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    popupAnchor: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    tooltipAnchor: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    shadowUrl: {
        readonly type: StringConstructor;
    };
    shadowRetinaUrl: {
        readonly type: StringConstructor;
    };
    shadowSize: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    shadowAnchor: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    bgPos: {
        readonly type: import("vue").PropType<L.PointExpression>;
    };
    className: {
        readonly type: StringConstructor;
    };
}>>, {
    options: Record<string, any>;
}>;
export default _sfc_main;
