import { FC } from "react"; import { IconProps } from "./../BaseIcon"; declare const ErrorIcon: FC; export default ErrorIcon;