import { JSX } from 'react'; import { IconPropsWithoutSvgPath } from '../Icon/Icon.types'; export declare const ErrorSVGpath: import("react/jsx-runtime").JSX.Element; export declare function ErrorIcon(props: IconPropsWithoutSvgPath): JSX.Element;