/// <reference types="react" />
declare const Pencil: (props: any, ref: any) => JSX.Element;
export default Pencil;
