import { SiteThemeConfig } from './types'; export declare const defineThemeConfig: (config: SiteThemeConfig) => SiteThemeConfig;