import React from 'react'; import 'antd/dist/antd.css'; export declare const Message: React.FC<{ msgId: string; }>;