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