/** * Default Application Configuration (Core) * * This file contains the default configuration values for the application. * These values can be overridden by theme-specific app.config.ts files. * * The merge system will combine this default config with theme-specific configs, * allowing themes to override only the values they need to change. */ import type { AppConfig } from './types'; export declare const DEFAULT_APP_CONFIG: AppConfig; //# sourceMappingURL=app.config.d.ts.map