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