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