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