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