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