declare const _default: { readonly appName: "based/docs"; readonly home: { readonly title: "Based Docs"; readonly description: "Simplify your software documentation. An open-source tool to create, organize, and share docs with ease. Contribute and join the community now!"; readonly CTA: "Get Started"; readonly alt: ""; }; readonly theme: { readonly tooltip: { readonly light: "Switch to light mode"; readonly dark: "Switch to dark mode"; }; }; readonly navbar: { readonly sections: { readonly mysection: "My Section"; }; }; readonly sidebar: { readonly searchInput: { readonly placeholder: "Find anything..."; }; readonly prioritizedGroups: readonly [""]; }; readonly content: { readonly header: { readonly buttons: { readonly openFile: { readonly label: "Open file"; readonly icon: "code-on"; }; }; }; readonly blocks: { readonly loading: "Loading..."; readonly loadingError: "Error loading the preview."; readonly components: { readonly tabs: { readonly preview: "Preview"; readonly code: "Code"; }; }; readonly icons: { readonly copy: { readonly button: { readonly copy: "Copy"; readonly copied: "Copied"; }; readonly tooltip: { readonly code: "Copy code"; }; }; readonly fullscreen: { readonly tooltip: { readonly on: "Full screen"; readonly off: "Exit full screen"; }; }; }; }; readonly about: "About"; readonly install: "Install"; readonly importTitle: "Import"; readonly api: { readonly title: "Api Reference"; readonly description: "How to use the component."; readonly table: { readonly name: "Name"; readonly type: "Type"; readonly default: "Default"; readonly description: "Description"; readonly required: "Required"; }; }; }; }; export default _default;