import { CopilotChatProps } from "./CopilotChat.mjs"; import { CopilotSidebarViewProps } from "./CopilotSidebarView.mjs"; import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/chat/CopilotSidebar.d.ts type CopilotSidebarProps = Omit & { header?: CopilotSidebarViewProps["header"]; toggleButton?: CopilotSidebarViewProps["toggleButton"]; defaultOpen?: boolean; width?: number | string; }; declare function CopilotSidebar({ header, toggleButton, defaultOpen, width, ...chatProps }: CopilotSidebarProps): react_jsx_runtime0.JSX.Element; declare namespace CopilotSidebar { var displayName: string; } //#endregion export { CopilotSidebar, CopilotSidebarProps }; //# sourceMappingURL=CopilotSidebar.d.mts.map