/// <reference types="react" />
declare const Pencil: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default Pencil;
