import DynamicColor from "./dynamic-color"; import DynamicScheme from "./dynamic-scheme"; declare class DynamicColors { static contentAccentToneDelta: number; static highestSurface(s: DynamicScheme): DynamicColor; static primaryPaletteKeyColor: DynamicColor; static secondaryPaletteKeyColor: DynamicColor; static tertiaryPaletteKeyColor: DynamicColor; static neutralPaletteKeyColor: DynamicColor; static neutralVariantPaletteKeyColor: DynamicColor; static background: DynamicColor; static onBackground: DynamicColor; static surface: DynamicColor; static surfaceDim: DynamicColor; static surfaceBright: DynamicColor; static surfaceContainerLowest: DynamicColor; static surfaceContainerLow: DynamicColor; static surfaceContainer: DynamicColor; static surfaceContainerHigh: DynamicColor; static surfaceContainerHighest: DynamicColor; static onSurface: DynamicColor; static surfaceVariant: DynamicColor; static onSurfaceVariant: DynamicColor; static inverseSurface: DynamicColor; static inverseOnSurface: DynamicColor; static outline: DynamicColor; static outlineVariant: DynamicColor; static shadow: DynamicColor; static scrim: DynamicColor; static surfaceTint: DynamicColor; static primary: DynamicColor; static onPrimary: DynamicColor; static primaryContainer: DynamicColor; static onPrimaryContainer: DynamicColor; static inversePrimary: DynamicColor; static secondary: DynamicColor; static onSecondary: DynamicColor; static secondaryContainer: DynamicColor; static onSecondaryContainer: DynamicColor; static tertiary: DynamicColor; static onTertiary: DynamicColor; static tertiaryContainer: DynamicColor; static onTertiaryContainer: DynamicColor; static error: DynamicColor; static onError: DynamicColor; static errorContainer: DynamicColor; static onErrorContainer: DynamicColor; static primaryFixed: DynamicColor; static primaryFixedDim: DynamicColor; static onPrimaryFixed: DynamicColor; static onPrimaryFixedVariant: DynamicColor; static secondaryFixed: DynamicColor; static secondaryFixedDim: DynamicColor; static onSecondaryFixed: DynamicColor; static onSecondaryFixedVariant: DynamicColor; static tertiaryFixed: DynamicColor; static tertiaryFixedDim: DynamicColor; static onTertiaryFixed: DynamicColor; static onTertiaryFixedVariant: DynamicColor; } export default DynamicColors; //# sourceMappingURL=dynamic-colors.d.ts.map