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