/**



*/
/// <reference types="react" />
export declare const ErrorIcon: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
