/// export declare type ChatProps = { title: string; subtitle: string; placeholder: string; startClosed?: boolean; }; export default function Chat(props: ChatProps): JSX.Element;