import type { RootState } from '@staticcms/core/store'; export declare function selectIsFetching(state: RootState): boolean; export declare function selectTheme(state: RootState): string; export declare function selectUseOpenAuthoring(state: RootState): boolean;