import { SVGProps } from "react"; declare const PencilIcon: (props: SVGProps) => JSX.Element; export default PencilIcon;