import { SVGProps } from 'react'; declare function ProjectIcon(props: SVGProps): JSX.Element; export default ProjectIcon;