import React from 'react'; import { MessageProps } from '../../types'; export declare const ARIA_STATUSES: { SUCCESS: string; ERROR: string; WARNING: string; }; declare const Message: React.ForwardRefExoticComponent>; export default Message;