import React from "react"; export interface ErrorStatusProps { msg: JSX.Element; size?: number; style?: React.HTMLAttributes["style"]; } export declare const ErrorStatus: React.FunctionComponent;