import { ReactNode } from "react"; export declare const CopilotNewChatButton: () => import("react/jsx-runtime").JSX.Element; interface HeaderProps { className?: string; /** Custom content to render on the rightmost side of the logo container */ rightChildren?: ReactNode; /** Hide the new chat button */ hideNewChatButton?: boolean; /** Hide the thread list container */ hideThreadListContainer?: boolean; } export declare const Header: ({ className, rightChildren, hideNewChatButton, hideThreadListContainer, }: HeaderProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Header.d.ts.map