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