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