import type { TraversedEntry } from '@scalar/workspace-store/schemas/navigation'; import { type SoftChenApiReferenceConfiguration } from '../helpers/normalize-configurations'; import { type ApiReferenceI18nOptions } from '../i18n'; type __VLS_Props = { /** * Configuration for the API reference. * Can be a single configuration or an array of configurations for multiple documents. */ configuration?: SoftChenApiReferenceConfiguration; /** Translation settings for static UI copy. */ i18n?: ApiReferenceI18nOptions; }; 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