import { IconProps } from '../lib';
declare function Pencil(props: IconProps): JSX.Element;
export default Pencil;
