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