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