import React from "react"; import { IContact } from "../types"; export default function ChatHeader({ data }: { data: IContact; }): React.JSX.Element;