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