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