export declare const uiConfig: { dataFair: { url: string; owner: { type: string; id: string; department?: string; }; apiKey?: string; }; site: { primaryColor?: string; } | undefined; theme: { default?: string; } | undefined; lang: { default?: string; } | undefined; }; export type UiConfig = typeof uiConfig; export default uiConfig;