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