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