import { MessagePlugin as _MessagePlugin } from './Message';
import './style/index.js';
export * from './type';
export declare const Message: import("react").FC<import("./MessageComponent").MessageComponentProps>;
export declare const message: _MessagePlugin;
export declare const MessagePlugin: _MessagePlugin;
export default Message;
