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