export interface ThemeColor { light: string; dark: string; color: string; } export declare const tokenValues: { readonly groupHeaderTextTransform: "uppercase"; readonly smallDelay: string; readonly mediumDelay: string; readonly largeDelay: string; readonly mentionFont: string; readonly mentionFontFamily: string; readonly mentionFontWeight: string; readonly mentionFontSize: string; readonly mentionFontLineHeight: string; readonly mentionFontColor: ThemeColor; readonly mentionDisabledFontColor: ThemeColor; readonly tableHeaderFont: string; readonly tableHeaderFontFamily: string; readonly tableHeaderFontWeight: string; readonly tableHeaderFontSize: string; readonly tableHeaderFontLineHeight: string; readonly tableHeaderFontColor: ThemeColor; readonly tableHeaderDisabledFontColor: ThemeColor; readonly errorTextFont: string; readonly errorTextFontFamily: string; readonly errorTextFontWeight: string; readonly errorTextFontSize: string; readonly errorTextFontLineHeight: string; readonly errorTextFontColor: ThemeColor; readonly errorTextDisabledFontColor: ThemeColor; readonly tooltipCaptionFont: string; readonly tooltipCaptionFontFamily: string; readonly tooltipCaptionFontWeight: string; readonly tooltipCaptionFontSize: string; readonly tooltipCaptionFontLineHeight: string; readonly tooltipCaptionFontColor: ThemeColor; readonly tooltipCaptionDisabledFontColor: ThemeColor; readonly buttonLabelFont: string; readonly buttonLabelFontFamily: string; readonly buttonLabelFontWeight: string; readonly buttonLabelFontSize: string; readonly buttonLabelFontLineHeight: string; readonly buttonLabelFontColor: ThemeColor; readonly buttonLabelDisabledFontColor: ThemeColor; readonly controlLabelFont: string; readonly controlLabelFontFamily: string; readonly controlLabelFontWeight: string; readonly controlLabelFontSize: string; readonly controlLabelFontLineHeight: string; readonly controlLabelFontColor: ThemeColor; readonly controlLabelDisabledFontColor: ThemeColor; readonly groupHeaderFont: string; readonly groupHeaderFontFamily: string; readonly groupHeaderFontWeight: string; readonly groupHeaderFontSize: string; readonly groupHeaderFontLineHeight: string; readonly groupHeaderFontColor: ThemeColor; readonly groupHeaderDisabledFontColor: ThemeColor; readonly bodyPlus1EmphasizedFont: string; readonly bodyPlus1EmphasizedFontFamily: string; readonly bodyPlus1EmphasizedFontWeight: string; readonly bodyPlus1EmphasizedFontSize: string; readonly bodyPlus1EmphasizedFontLineHeight: string; readonly bodyPlus1EmphasizedFontColor: ThemeColor; readonly bodyPlus1EmphasizedDisabledFontColor: ThemeColor; readonly bodyPlus1Font: string; readonly bodyPlus1FontFamily: string; readonly bodyPlus1FontWeight: string; readonly bodyPlus1FontSize: string; readonly bodyPlus1FontLineHeight: string; readonly bodyPlus1FontColor: ThemeColor; readonly bodyPlus1DisabledFontColor: ThemeColor; readonly bodyEmphasizedFont: string; readonly bodyEmphasizedFontFamily: string; readonly bodyEmphasizedFontWeight: string; readonly bodyEmphasizedFontSize: string; readonly bodyEmphasizedFontLineHeight: string; readonly bodyEmphasizedFontColor: ThemeColor; readonly bodyEmphasizedDisabledFontColor: ThemeColor; readonly bodyFont: string; readonly bodyFontFamily: string; readonly bodyFontWeight: string; readonly bodyFontSize: string; readonly bodyFontLineHeight: string; readonly bodyFontColor: ThemeColor; readonly bodyDisabledFontColor: ThemeColor; readonly placeholderFont: string; readonly placeholderFontFamily: string; readonly placeholderFontWeight: string; readonly placeholderFontSize: string; readonly placeholderFontLineHeight: string; readonly placeholderFontColor: ThemeColor; readonly placeholderDisabledFontColor: ThemeColor; readonly linkActiveProminentFont: string; readonly linkActiveProminentFontFamily: string; readonly linkActiveProminentFontWeight: string; readonly linkActiveProminentFontSize: string; readonly linkActiveProminentFontLineHeight: string; readonly linkActiveProminentFontColor: ThemeColor; readonly linkActiveProminentDisabledFontColor: ThemeColor; readonly linkProminentFont: string; readonly linkProminentFontFamily: string; readonly linkProminentFontWeight: string; readonly linkProminentFontSize: string; readonly linkProminentFontLineHeight: string; readonly linkProminentFontColor: ThemeColor; readonly linkProminentDisabledFontColor: ThemeColor; readonly linkActiveFont: string; readonly linkActiveFontFamily: string; readonly linkActiveFontWeight: string; readonly linkActiveFontSize: string; readonly linkActiveFontLineHeight: string; readonly linkActiveFontColor: ThemeColor; readonly linkActiveDisabledFontColor: ThemeColor; readonly linkFont: string; readonly linkFontFamily: string; readonly linkFontWeight: string; readonly linkFontSize: string; readonly linkFontLineHeight: string; readonly linkFontColor: ThemeColor; readonly linkDisabledFontColor: ThemeColor; readonly subtitleFont: string; readonly subtitleFontFamily: string; readonly subtitleFontWeight: string; readonly subtitleFontSize: string; readonly subtitleFontLineHeight: string; readonly subtitleFontColor: ThemeColor; readonly subtitleDisabledFontColor: ThemeColor; readonly subtitlePlus1Font: string; readonly subtitlePlus1FontFamily: string; readonly subtitlePlus1FontWeight: string; readonly subtitlePlus1FontSize: string; readonly subtitlePlus1FontLineHeight: string; readonly subtitlePlus1FontColor: ThemeColor; readonly subtitlePlus1DisabledFontColor: ThemeColor; readonly titleFont: string; readonly titleFontFamily: string; readonly titleFontWeight: string; readonly titleFontSize: string; readonly titleFontLineHeight: string; readonly titleFontColor: ThemeColor; readonly titleDisabledFontColor: ThemeColor; readonly titlePlus1Font: string; readonly titlePlus1FontFamily: string; readonly titlePlus1FontWeight: string; readonly titlePlus1FontSize: string; readonly titlePlus1FontLineHeight: string; readonly titlePlus1FontColor: ThemeColor; readonly titlePlus1DisabledFontColor: ThemeColor; readonly titlePlus2Font: string; readonly titlePlus2FontFamily: string; readonly titlePlus2FontWeight: string; readonly titlePlus2FontSize: string; readonly titlePlus2FontLineHeight: string; readonly titlePlus2FontColor: ThemeColor; readonly titlePlus2DisabledFontColor: ThemeColor; readonly headlinePlus1Font: string; readonly headlinePlus1FontFamily: string; readonly headlinePlus1FontWeight: string; readonly headlinePlus1FontSize: string; readonly headlinePlus1FontLineHeight: string; readonly headlinePlus1FontColor: ThemeColor; readonly headlinePlus1DisabledFontColor: ThemeColor; readonly headlineFont: string; readonly headlineFontFamily: string; readonly headlineFontWeight: string; readonly headlineFontSize: string; readonly headlineFontLineHeight: string; readonly headlineFontColor: ThemeColor; readonly headlineDisabledFontColor: ThemeColor; readonly actionRgbPartialColor: ThemeColor; readonly applicationBackgroundColor: ThemeColor; readonly containerBackgroundColor: ThemeColor; readonly headerBackgroundColor: ThemeColor; readonly sectionBackgroundColor: ThemeColor; readonly sectionBackgroundImage: ThemeColor; readonly dividerBackgroundColor: ThemeColor; readonly dividerBackgroundDynamicColor: ThemeColor; readonly fillSelectedColor: ThemeColor; readonly fillSelectedRgbPartialColor: ThemeColor; readonly fillHoverSelectedColor: ThemeColor; readonly fillHoverColor: ThemeColor; readonly fillHoverRgbPartialColor: ThemeColor; readonly fillDownColor: ThemeColor; readonly borderColor: ThemeColor; readonly borderRgbPartialColor: ThemeColor; readonly failColor: ThemeColor; readonly warningColor: ThemeColor; readonly warningFontColor: ThemeColor; readonly passColor: ThemeColor; readonly informationColor: ThemeColor; readonly borderHoverColor: ThemeColor; readonly iconColor: ThemeColor; readonly modalBackdropColor: ThemeColor; readonly popupBorderColor: ThemeColor; readonly cardBorderColor: ThemeColor; readonly graphGridlineColor: ThemeColor; readonly graphTrace1Color: ThemeColor; readonly graphTrace2Color: ThemeColor; readonly graphTrace3Color: ThemeColor; readonly graphTrace4Color: ThemeColor; readonly graphTrace5Color: ThemeColor; readonly graphTrace6Color: ThemeColor; readonly graphTrace7Color: ThemeColor; readonly graphTrace8Color: ThemeColor; readonly tooltipBackgroundColor: ThemeColor; readonly tableRowBorderColor: ThemeColor; readonly tagFillColor: ThemeColor; readonly buttonFillPrimaryColor: ThemeColor; readonly buttonPrimaryFontColor: ThemeColor; readonly buttonFillAccentColor: ThemeColor; readonly buttonAccentBlockFontColor: ThemeColor; readonly buttonAccentOutlineFontColor: ThemeColor; readonly buttonBorderAccentOutlineColor: ThemeColor; readonly calendarEventBackgroundStaticColor: ThemeColor; readonly calendarEventBackgroundDynamicColor: ThemeColor; readonly calendarEventBackgroundTransientColor: ThemeColor; readonly calendarEventBorderStaticColor: ThemeColor; readonly calendarEventBorderTransientColor: ThemeColor; readonly calendarEventStaticFontColor: ThemeColor; readonly calendarEventDynamicFontColor: ThemeColor; readonly calendarEventTransientFontColor: ThemeColor; readonly calendarEventBackgroundHoverStaticColor: ThemeColor; readonly calendarEventBackgroundHoverDynamicColor: ThemeColor; readonly calendarEventBackgroundHoverTransientColor: ThemeColor; readonly calendarEventOuterBorderHighlightedColor: ThemeColor; readonly calendarRowBackgroundSelectedColor: ThemeColor; readonly calendarRowBackgroundConflictColor: ThemeColor; readonly calendarEventFillBlockedColor: ThemeColor; readonly calendarGrabHandleBackgroundColor: ThemeColor; readonly calendarGridBorderColor: ThemeColor; readonly calendarGroupHeaderBackgroundColor: ThemeColor; readonly calendarEventBackgroundJobColor: ThemeColor; readonly calendarEventBackgroundHoverJobColor: ThemeColor; readonly calendarEventBorderJobColor: ThemeColor; readonly calendarEventJobFontColor: ThemeColor; readonly calendarEventBackgroundMaintenanceColor: ThemeColor; readonly calendarEventBackgroundHoverMaintenanceColor: ThemeColor; readonly calendarEventBorderMaintenanceColor: ThemeColor; readonly calendarEventBackgroundCalibrationColor: ThemeColor; readonly calendarEventBackgroundHoverCalibrationColor: ThemeColor; readonly calendarEventBorderCalibrationColor: ThemeColor; readonly calendarEventBackgroundReservationColor: ThemeColor; readonly calendarEventBackgroundHoverReservationColor: ThemeColor; readonly calendarEventBorderReservationColor: ThemeColor; readonly calendarEventBackgroundTransportOrderColor: ThemeColor; readonly calendarEventBackgroundHoverTransportOrderColor: ThemeColor; readonly calendarEventBorderTransportOrderColor: ThemeColor; readonly calendarEventBackgroundAggregateAvailabilityColor: ThemeColor; readonly calendarEventBorderAggregateAvailabilityColor: ThemeColor; readonly controlHeight: "32px"; readonly controlSlimHeight: "24px"; readonly smallPadding: "4px"; readonly mediumPadding: "8px"; readonly standardPadding: "16px"; readonly largePadding: "24px"; readonly labelHeight: "16px"; readonly borderWidth: "1px"; readonly dividerWidth: "2px"; readonly iconSize: "16px"; readonly drawerWidth: "784px"; readonly dialogSmallWidth: "400px"; readonly dialogSmallHeight: "fit-content"; readonly dialogSmallMaxHeight: "600px"; readonly dialogLargeWidth: "1024px"; readonly dialogLargeHeight: "680px"; readonly dialogLargeMaxHeight: "680px"; readonly menuMinWidth: "176px"; readonly bannerGapSize: "1px"; readonly spinnerSmallHeight: "16px"; readonly spinnerMediumHeight: "32px"; readonly spinnerLargeHeight: "64px"; readonly tableFitRowsHeight: "480px"; readonly elevation1BoxShadow: ThemeColor; readonly elevation2BoxShadow: ThemeColor; readonly elevation3BoxShadow: ThemeColor; };