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