import { MessagingType } from "../intefaces/interfaces"; declare const Messaging: (props: MessagingType) => JSX.Element; export default Messaging;