interface ChatProps { url: string; } declare const Chat: ({ url }: ChatProps) => import("react/jsx-runtime").JSX.Element; export default Chat;