import type { ThemeName } from "../Theme"; export declare function getTheme(themeName: ThemeName): import("@octopusdeploy/design-system-tokens").OctopusTheme;