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