type Props = { fullscreen: boolean; }; export declare const ChatHeader: ({ fullscreen }: Props) => import("react/jsx-runtime").JSX.Element; export {};