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