import { SiteStore } from '../useSiteStore'; export declare const themeConfig: (s: SiteStore) => import("../..").SiteThemeConfig; export declare const siteTitleSel: (s: SiteStore) => string | undefined; export declare const githubSel: (s: SiteStore) => string; export declare const discordSel: (s: SiteStore) => "" | `https://discord.gg/${string}`; export declare const giscusSel: (s: SiteStore) => { category: string; categoryId: string; repo: `${string}/${string}`; repoId: string; } | undefined;