import { type AnyApiReferenceConfiguration } from '@scalar/types/api-reference'; import type { TraversedEntry } from '@scalar/workspace-store/schemas/navigation'; import '@scalar/agent-chat/style.css'; type __VLS_Props = { /** * Configuration for the API reference. * Can be a single configuration or an array of configurations for multiple documents. */ configuration?: AnyApiReferenceConfiguration; }; type __VLS_Slots = { 'content-start'?(): { breadcrumb: string; }; 'content-end'?(): { breadcrumb: string; }; 'sidebar-start'?(): { breadcrumb: string; }; 'sidebar-end'?(): { breadcrumb: string; }; 'editor-placeholder'?(): { breadcrumb: string; }; footer?(): { breadcrumb: string; }; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, { eventBus: import("@scalar/workspace-store/events").WorkspaceEventBus; workspaceStore: import("@scalar/workspace-store/client").WorkspaceStore; sidebarItems: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ApiReference.vue.d.ts.map