/**
 * Render a chat button component.
 * placed in the home screen in order to access the view/screen.(/chat)
 */
export declare function ChatButton(): import("react/jsx-runtime").JSX.Element;
