import { ColorScheme } from "../useColorScheme"; import { OrbitTheme } from "./orbitTheme"; export declare function normalizeVariable(name: string | number, prefix?: string): string; export declare function getThemeClassName(themeName: string): string; export declare function getColorSchemeClassName(themeName: string, colorScheme: ColorScheme): string; export declare const SpacePrefix = "sp"; export declare const SizingPrefix = "sz"; export declare const FontSizePrefix = "fs"; export declare const FontWeightPrefix = "fw"; export declare const LineHeightPrefix = "lh"; export declare const BorderRadiusPrefix = "br"; export declare const BoxShadowPrefix = "bs"; export declare const ColorPrefix: any; export declare function createThemeVars(themes: OrbitTheme[]): void;