declare const localConfig: { admin_root: string; api_root: string; api_2_root: string; default_lang: string; guides_quality_url: string; only_locales: string; schema_documentation_url: string; schema_validata_url: string; site_root: string; static_root: string; show_copy_resource_permalink: boolean; tabular_allow_remote: boolean; tabular_api_url: string; tabular_page_size: number; tabular_api_dataservice_id: string | null; title: string; }; declare const config: { readonly admin_root: string; readonly api_root: string; readonly api_2_root: string; readonly default_lang: string; readonly guides_quality_url: string; readonly only_locales: string; readonly schema_documentation_url: string; readonly schema_validata_url: string; readonly site_root: string; readonly static_root: string; readonly show_copy_resource_permalink: boolean; readonly tabular_allow_remote: boolean; readonly tabular_api_url: string; readonly tabular_page_size: number; readonly tabular_api_dataservice_id: string | null; readonly title: string; }; declare const setupComponents: (config: Partial) => void; export { config, setupComponents }; //# sourceMappingURL=config.d.ts.map