import { type UnifiedTheme } from "@backstage/theme"; import type { ThemeConfig } from "../types"; /** Creates a memorized Backstage UnifiedTheme based on the given ThemeConfig. */ export declare const useTheme: (themeConfig: ThemeConfig) => UnifiedTheme;