import { SiteStore } from '../useSiteStore';
/**
 * 站点标题选择器
 */
export declare const siteTitleSel: (s: SiteStore) => string | undefined;
export declare const githubSel: (s: SiteStore) => any;
export declare const logoSel: (s: SiteStore) => string;
