import type { FeaturesProps } from '@lobehub/ui/awesome';
import { SiteStore } from '../useSiteStore';
export declare const heroSelectors: {
    features: (s: SiteStore) => FeaturesProps['items'];
    heroActions: (s: SiteStore) => any;
    heroDesc: (s: SiteStore) => any;
    heroTitle: (s: SiteStore) => any;
    isHeroPage: (s: SiteStore) => boolean;
};
