export declare function ErrorIcon({ icon, message }: { icon?: string; message: string; }): import("react").JSX.Element;