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