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