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