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