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