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