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