import { type IGenAIAssistantConversationHeaderProps } from "./types.js"; /** * Default implementation of the ConversationHeader slot. * * @alpha */ export declare function DefaultConversationHeader(_: IGenAIAssistantConversationHeaderProps): null; //# sourceMappingURL=ConversationHeader.d.ts.map