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