import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const LocationMarkerIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default LocationMarkerIcon;
