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