import type { HTMLAttributes, ReactElement, ReactNode } from 'react';
type MessageInfoStatus = 'default' | 'info' | 'success' | 'warning' | 'caution';
declare const MessageInfo: import("react").MemoExoticComponent & import("react").RefAttributes>>;
export type { MessageInfoStatus };
export { MessageInfo };