/** * The homepage component for the chat interface. * Displays a background artwork (image or video), a settings button, * and the main chat input box fixed at the bottom of the screen. */ export default function ChatHomepage(): import("react").JSX.Element;