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