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