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