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