import { IconProps } from './@ErkIcon'; declare function ErrorIcon(props: IconProps): JSX.Element; export default ErrorIcon;