import type { IconProps } from '../types/index'; declare function SvgProject(iconProps: IconProps): JSX.Element; declare namespace SvgProject { var displayName: string; } export default SvgProject;