import { CSS } from "@vitality-ds/system"; import { ThemeColors } from "@vitality-ds/tokens"; export declare const getUiElementVariant: (colorScale: keyof typeof ThemeColors) => CSS; export declare const getSolidVariant: (colorScale: keyof typeof ThemeColors) => CSS; export declare const getOnSolidBackgroundVariant: (colorScale: keyof typeof ThemeColors) => CSS; export declare const getOnUiElementBackgroundVariant: (colorScale: keyof typeof ThemeColors) => CSS; export declare const getOnSurfaceVariant: (colorScale: keyof typeof ThemeColors) => CSS; export declare const getGhostVariant: (colorScale: keyof typeof ThemeColors) => CSS; export declare const getLinkVariant: (colorScale: keyof typeof ThemeColors) => CSS;