import type { ThemeIds } from '@atlaskit/tokens/theme-ids';
/**
 * Checks if a theme is mounted in the document head.
 *
 * Eventually this won't be necessary as we'll utilise AppProvider context
 * to track theme loading.
 */
export declare function isThemeMounted(themeId: ThemeIds): false | Element | null;
