import { UnifiedThemeOptions } from "@backstage/theme"; import { ThemeColors } from "./types"; export declare const components: (themeColors: ThemeColors, mode: string) => UnifiedThemeOptions["components"];