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