import React from "react"; import { MessageProps } from "./types"; declare const Message: React.FC; export default Message;