import { WithSlots } from "../../lib/slots.cjs"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import React from "react"; //#region src/components/chat/CopilotModalHeader.d.ts type HeaderSlots = { titleContent: typeof CopilotModalHeader.Title; closeButton: typeof CopilotModalHeader.CloseButton; }; type HeaderRestProps = { title?: string; } & Omit, "children">; type CopilotModalHeaderProps = WithSlots; declare function CopilotModalHeader({ title, titleContent, closeButton, children, className, ...rest }: CopilotModalHeaderProps): string | number | bigint | boolean | react_jsx_runtime0.JSX.Element | Iterable | Promise> | Iterable | null | undefined> | null | undefined; declare namespace CopilotModalHeader { var displayName: string; } declare namespace CopilotModalHeader { const Title: React.FC>; const CloseButton: React.FC>; } //#endregion export { CopilotModalHeader, CopilotModalHeaderProps }; //# sourceMappingURL=CopilotModalHeader.d.cts.map