import { InjectionKey } from 'vue';
/**
 * Injects a callback to register the app navigation to the content container.
 */
export declare const HAS_APP_NAVIGATION_KEY: InjectionKey<(hasAppNavigation: boolean) => void>;
/**
 * Injects the main content container selector
 */
export declare const CONTENT_SELECTOR_KEY: InjectionKey<string>;
