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