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