import { CSSProperties, Ref } from "vue"; import * as csstype0 from "csstype"; //#region src/descriptions/DescriptionsContext.d.ts interface CellSemanticClassNames { label?: string; content?: string; } interface CellSemanticStyles { label?: CSSProperties; content?: CSSProperties; } interface DescriptionsContextProps { styles?: CellSemanticStyles; classes?: CellSemanticClassNames; } declare function useDescriptionsProvider(props: Ref): void; declare function useDescriptionsCtx(): Ref<{ styles?: { label?: { [x: `--${string}`]: string | number | undefined; accentColor?: csstype0.Property.AccentColor | undefined; alignContent?: csstype0.Property.AlignContent | undefined; alignItems?: csstype0.Property.AlignItems | undefined; alignSelf?: csstype0.Property.AlignSelf | undefined; alignTracks?: csstype0.Property.AlignTracks | undefined; alignmentBaseline?: csstype0.Property.AlignmentBaseline | undefined; anchorName?: csstype0.Property.AnchorName | undefined; anchorScope?: csstype0.Property.AnchorScope | undefined; animationComposition?: csstype0.Property.AnimationComposition | undefined; animationDelay?: csstype0.Property.AnimationDelay | undefined; animationDirection?: csstype0.Property.AnimationDirection | undefined; animationDuration?: csstype0.Property.AnimationDuration | undefined; animationFillMode?: csstype0.Property.AnimationFillMode | undefined; animationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; animationName?: csstype0.Property.AnimationName | undefined; animationPlayState?: csstype0.Property.AnimationPlayState | undefined; animationRangeEnd?: csstype0.Property.AnimationRangeEnd | undefined; animationRangeStart?: csstype0.Property.AnimationRangeStart | undefined; animationTimeline?: csstype0.Property.AnimationTimeline | undefined; animationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; appearance?: csstype0.Property.Appearance | undefined; aspectRatio?: csstype0.Property.AspectRatio | undefined; backdropFilter?: csstype0.Property.BackdropFilter | undefined; backfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined; backgroundAttachment?: csstype0.Property.BackgroundAttachment | undefined; backgroundBlendMode?: csstype0.Property.BackgroundBlendMode | undefined; backgroundClip?: csstype0.Property.BackgroundClip | undefined; backgroundColor?: csstype0.Property.BackgroundColor | undefined; backgroundImage?: csstype0.Property.BackgroundImage | undefined; backgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined; backgroundPositionX?: csstype0.Property.BackgroundPositionX | undefined; backgroundPositionY?: csstype0.Property.BackgroundPositionY | undefined; backgroundRepeat?: csstype0.Property.BackgroundRepeat | undefined; backgroundSize?: csstype0.Property.BackgroundSize | undefined; baselineShift?: csstype0.Property.BaselineShift | undefined; blockSize?: csstype0.Property.BlockSize | undefined; borderBlockEndColor?: csstype0.Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: csstype0.Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: csstype0.Property.BorderBlockEndWidth | undefined; borderBlockStartColor?: csstype0.Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: csstype0.Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: csstype0.Property.BorderBlockStartWidth | undefined; borderBottomColor?: csstype0.Property.BorderBottomColor | undefined; borderBottomLeftRadius?: csstype0.Property.BorderBottomLeftRadius | undefined; borderBottomRightRadius?: csstype0.Property.BorderBottomRightRadius | undefined; borderBottomStyle?: csstype0.Property.BorderBottomStyle | undefined; borderBottomWidth?: csstype0.Property.BorderBottomWidth | undefined; borderCollapse?: csstype0.Property.BorderCollapse | undefined; borderEndEndRadius?: csstype0.Property.BorderEndEndRadius | undefined; borderEndStartRadius?: csstype0.Property.BorderEndStartRadius | undefined; borderImageOutset?: csstype0.Property.BorderImageOutset | undefined; borderImageRepeat?: csstype0.Property.BorderImageRepeat | undefined; borderImageSlice?: csstype0.Property.BorderImageSlice | undefined; borderImageSource?: csstype0.Property.BorderImageSource | undefined; borderImageWidth?: csstype0.Property.BorderImageWidth | undefined; borderInlineEndColor?: csstype0.Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: csstype0.Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: csstype0.Property.BorderInlineEndWidth | undefined; borderInlineStartColor?: csstype0.Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: csstype0.Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: csstype0.Property.BorderInlineStartWidth | undefined; borderLeftColor?: csstype0.Property.BorderLeftColor | undefined; borderLeftStyle?: csstype0.Property.BorderLeftStyle | undefined; borderLeftWidth?: csstype0.Property.BorderLeftWidth | undefined; borderRightColor?: csstype0.Property.BorderRightColor | undefined; borderRightStyle?: csstype0.Property.BorderRightStyle | undefined; borderRightWidth?: csstype0.Property.BorderRightWidth | undefined; borderSpacing?: csstype0.Property.BorderSpacing | undefined; borderStartEndRadius?: csstype0.Property.BorderStartEndRadius | undefined; borderStartStartRadius?: csstype0.Property.BorderStartStartRadius | undefined; borderTopColor?: csstype0.Property.BorderTopColor | undefined; borderTopLeftRadius?: csstype0.Property.BorderTopLeftRadius | undefined; borderTopRightRadius?: csstype0.Property.BorderTopRightRadius | undefined; borderTopStyle?: csstype0.Property.BorderTopStyle | undefined; borderTopWidth?: csstype0.Property.BorderTopWidth | undefined; bottom?: csstype0.Property.Bottom | undefined; boxDecorationBreak?: csstype0.Property.BoxDecorationBreak | undefined; boxShadow?: csstype0.Property.BoxShadow | undefined; boxSizing?: csstype0.Property.BoxSizing | undefined; breakAfter?: csstype0.Property.BreakAfter | undefined; breakBefore?: csstype0.Property.BreakBefore | undefined; breakInside?: csstype0.Property.BreakInside | undefined; captionSide?: csstype0.Property.CaptionSide | undefined; caretColor?: csstype0.Property.CaretColor | undefined; caretShape?: csstype0.Property.CaretShape | undefined; clear?: csstype0.Property.Clear | undefined; clipPath?: csstype0.Property.ClipPath | undefined; clipRule?: csstype0.Property.ClipRule | undefined; color?: csstype0.Property.Color | undefined; colorAdjust?: csstype0.Property.PrintColorAdjust | undefined; colorInterpolationFilters?: csstype0.Property.ColorInterpolationFilters | undefined; colorScheme?: csstype0.Property.ColorScheme | undefined; columnCount?: csstype0.Property.ColumnCount | undefined; columnFill?: csstype0.Property.ColumnFill | undefined; columnGap?: csstype0.Property.ColumnGap | undefined; columnRuleColor?: csstype0.Property.ColumnRuleColor | undefined; columnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined; columnRuleWidth?: csstype0.Property.ColumnRuleWidth | undefined; columnSpan?: csstype0.Property.ColumnSpan | undefined; columnWidth?: csstype0.Property.ColumnWidth | undefined; contain?: csstype0.Property.Contain | undefined; containIntrinsicBlockSize?: csstype0.Property.ContainIntrinsicBlockSize | undefined; containIntrinsicHeight?: csstype0.Property.ContainIntrinsicHeight | undefined; containIntrinsicInlineSize?: csstype0.Property.ContainIntrinsicInlineSize | undefined; containIntrinsicWidth?: csstype0.Property.ContainIntrinsicWidth | undefined; containerName?: csstype0.Property.ContainerName | undefined; containerType?: csstype0.Property.ContainerType | undefined; content?: csstype0.Property.Content | undefined; contentVisibility?: csstype0.Property.ContentVisibility | undefined; counterIncrement?: csstype0.Property.CounterIncrement | undefined; counterReset?: csstype0.Property.CounterReset | undefined; counterSet?: csstype0.Property.CounterSet | undefined; cursor?: csstype0.Property.Cursor | undefined; cx?: csstype0.Property.Cx | undefined; cy?: csstype0.Property.Cy | undefined; d?: csstype0.Property.D | undefined; direction?: csstype0.Property.Direction | undefined; display?: csstype0.Property.Display | undefined; dominantBaseline?: csstype0.Property.DominantBaseline | undefined; emptyCells?: csstype0.Property.EmptyCells | undefined; fieldSizing?: csstype0.Property.FieldSizing | undefined; fill?: csstype0.Property.Fill | undefined; fillOpacity?: csstype0.Property.FillOpacity | undefined; fillRule?: csstype0.Property.FillRule | undefined; filter?: csstype0.Property.Filter | undefined; flexBasis?: csstype0.Property.FlexBasis | undefined; flexDirection?: csstype0.Property.FlexDirection | undefined; flexGrow?: csstype0.Property.FlexGrow | undefined; flexShrink?: csstype0.Property.FlexShrink | undefined; flexWrap?: csstype0.Property.FlexWrap | undefined; float?: csstype0.Property.Float | undefined; floodColor?: csstype0.Property.FloodColor | undefined; floodOpacity?: csstype0.Property.FloodOpacity | undefined; fontFamily?: csstype0.Property.FontFamily | undefined; fontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined; fontKerning?: csstype0.Property.FontKerning | undefined; fontLanguageOverride?: csstype0.Property.FontLanguageOverride | undefined; fontOpticalSizing?: csstype0.Property.FontOpticalSizing | undefined; fontPalette?: csstype0.Property.FontPalette | undefined; fontSize?: csstype0.Property.FontSize | undefined; fontSizeAdjust?: csstype0.Property.FontSizeAdjust | undefined; fontSmooth?: csstype0.Property.FontSmooth | undefined; fontStyle?: csstype0.Property.FontStyle | undefined; fontSynthesis?: csstype0.Property.FontSynthesis | undefined; fontSynthesisPosition?: csstype0.Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: csstype0.Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: csstype0.Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: csstype0.Property.FontSynthesisWeight | undefined; fontVariant?: csstype0.Property.FontVariant | undefined; fontVariantAlternates?: csstype0.Property.FontVariantAlternates | undefined; fontVariantCaps?: csstype0.Property.FontVariantCaps | undefined; fontVariantEastAsian?: csstype0.Property.FontVariantEastAsian | undefined; fontVariantEmoji?: csstype0.Property.FontVariantEmoji | undefined; fontVariantLigatures?: csstype0.Property.FontVariantLigatures | undefined; fontVariantNumeric?: csstype0.Property.FontVariantNumeric | undefined; fontVariantPosition?: csstype0.Property.FontVariantPosition | undefined; fontVariationSettings?: csstype0.Property.FontVariationSettings | undefined; fontWeight?: csstype0.Property.FontWeight | undefined; fontWidth?: csstype0.Property.FontWidth | undefined; forcedColorAdjust?: csstype0.Property.ForcedColorAdjust | undefined; gridAutoColumns?: csstype0.Property.GridAutoColumns | undefined; gridAutoFlow?: csstype0.Property.GridAutoFlow | undefined; gridAutoRows?: csstype0.Property.GridAutoRows | undefined; gridColumnEnd?: csstype0.Property.GridColumnEnd | undefined; gridColumnStart?: csstype0.Property.GridColumnStart | undefined; gridRowEnd?: csstype0.Property.GridRowEnd | undefined; gridRowStart?: csstype0.Property.GridRowStart | undefined; gridTemplateAreas?: csstype0.Property.GridTemplateAreas | undefined; gridTemplateColumns?: csstype0.Property.GridTemplateColumns | undefined; gridTemplateRows?: csstype0.Property.GridTemplateRows | undefined; hangingPunctuation?: csstype0.Property.HangingPunctuation | undefined; height?: csstype0.Property.Height | undefined; hyphenateCharacter?: csstype0.Property.HyphenateCharacter | undefined; hyphenateLimitChars?: csstype0.Property.HyphenateLimitChars | undefined; hyphens?: csstype0.Property.Hyphens | undefined; imageOrientation?: csstype0.Property.ImageOrientation | undefined; imageRendering?: csstype0.Property.ImageRendering | undefined; imageResolution?: csstype0.Property.ImageResolution | undefined; initialLetter?: csstype0.Property.InitialLetter | undefined; initialLetterAlign?: csstype0.Property.InitialLetterAlign | undefined; inlineSize?: csstype0.Property.InlineSize | undefined; insetBlockEnd?: csstype0.Property.InsetBlockEnd | undefined; insetBlockStart?: csstype0.Property.InsetBlockStart | undefined; insetInlineEnd?: csstype0.Property.InsetInlineEnd | undefined; insetInlineStart?: csstype0.Property.InsetInlineStart | undefined; interpolateSize?: csstype0.Property.InterpolateSize | undefined; isolation?: csstype0.Property.Isolation | undefined; justifyContent?: csstype0.Property.JustifyContent | undefined; justifyItems?: csstype0.Property.JustifyItems | undefined; justifySelf?: csstype0.Property.JustifySelf | undefined; justifyTracks?: csstype0.Property.JustifyTracks | undefined; left?: csstype0.Property.Left | undefined; letterSpacing?: csstype0.Property.LetterSpacing | undefined; lightingColor?: csstype0.Property.LightingColor | undefined; lineBreak?: csstype0.Property.LineBreak | undefined; lineHeight?: csstype0.Property.LineHeight | undefined; lineHeightStep?: csstype0.Property.LineHeightStep | undefined; listStyleImage?: csstype0.Property.ListStyleImage | undefined; listStylePosition?: csstype0.Property.ListStylePosition | undefined; listStyleType?: csstype0.Property.ListStyleType | undefined; marginBlockEnd?: csstype0.Property.MarginBlockEnd | undefined; marginBlockStart?: csstype0.Property.MarginBlockStart | undefined; marginBottom?: csstype0.Property.MarginBottom | undefined; marginInlineEnd?: csstype0.Property.MarginInlineEnd | undefined; marginInlineStart?: csstype0.Property.MarginInlineStart | undefined; marginLeft?: csstype0.Property.MarginLeft | undefined; marginRight?: csstype0.Property.MarginRight | undefined; marginTop?: csstype0.Property.MarginTop | undefined; marginTrim?: csstype0.Property.MarginTrim | undefined; marker?: csstype0.Property.Marker | undefined; markerEnd?: csstype0.Property.MarkerEnd | undefined; markerMid?: csstype0.Property.MarkerMid | undefined; markerStart?: csstype0.Property.MarkerStart | undefined; maskBorderMode?: csstype0.Property.MaskBorderMode | undefined; maskBorderOutset?: csstype0.Property.MaskBorderOutset | undefined; maskBorderRepeat?: csstype0.Property.MaskBorderRepeat | undefined; maskBorderSlice?: csstype0.Property.MaskBorderSlice | undefined; maskBorderSource?: csstype0.Property.MaskBorderSource | undefined; maskBorderWidth?: csstype0.Property.MaskBorderWidth | undefined; maskClip?: csstype0.Property.MaskClip | undefined; maskComposite?: csstype0.Property.MaskComposite | undefined; maskImage?: csstype0.Property.MaskImage | undefined; maskMode?: csstype0.Property.MaskMode | undefined; maskOrigin?: csstype0.Property.MaskOrigin | undefined; maskPosition?: csstype0.Property.MaskPosition | undefined; maskRepeat?: csstype0.Property.MaskRepeat | undefined; maskSize?: csstype0.Property.MaskSize | undefined; maskType?: csstype0.Property.MaskType | undefined; masonryAutoFlow?: csstype0.Property.MasonryAutoFlow | undefined; mathDepth?: csstype0.Property.MathDepth | undefined; mathShift?: csstype0.Property.MathShift | undefined; mathStyle?: csstype0.Property.MathStyle | undefined; maxBlockSize?: csstype0.Property.MaxBlockSize | undefined; maxHeight?: csstype0.Property.MaxHeight | undefined; maxInlineSize?: csstype0.Property.MaxInlineSize | undefined; maxLines?: csstype0.Property.MaxLines | undefined; maxWidth?: csstype0.Property.MaxWidth | undefined; minBlockSize?: csstype0.Property.MinBlockSize | undefined; minHeight?: csstype0.Property.MinHeight | undefined; minInlineSize?: csstype0.Property.MinInlineSize | undefined; minWidth?: csstype0.Property.MinWidth | undefined; mixBlendMode?: csstype0.Property.MixBlendMode | undefined; motionDistance?: csstype0.Property.OffsetDistance | undefined; motionPath?: csstype0.Property.OffsetPath | undefined; motionRotation?: csstype0.Property.OffsetRotate | undefined; objectFit?: csstype0.Property.ObjectFit | undefined; objectPosition?: csstype0.Property.ObjectPosition | undefined; objectViewBox?: csstype0.Property.ObjectViewBox | undefined; offsetAnchor?: csstype0.Property.OffsetAnchor | undefined; offsetDistance?: csstype0.Property.OffsetDistance | undefined; offsetPath?: csstype0.Property.OffsetPath | undefined; offsetPosition?: csstype0.Property.OffsetPosition | undefined; offsetRotate?: csstype0.Property.OffsetRotate | undefined; offsetRotation?: csstype0.Property.OffsetRotate | undefined; opacity?: csstype0.Property.Opacity | undefined; order?: csstype0.Property.Order | undefined; orphans?: csstype0.Property.Orphans | undefined; outlineColor?: csstype0.Property.OutlineColor | undefined; outlineOffset?: csstype0.Property.OutlineOffset | undefined; outlineStyle?: csstype0.Property.OutlineStyle | undefined; outlineWidth?: csstype0.Property.OutlineWidth | undefined; overflowAnchor?: csstype0.Property.OverflowAnchor | undefined; overflowBlock?: csstype0.Property.OverflowBlock | undefined; overflowClipBox?: csstype0.Property.OverflowClipBox | undefined; overflowClipMargin?: csstype0.Property.OverflowClipMargin | undefined; overflowInline?: csstype0.Property.OverflowInline | undefined; overflowWrap?: csstype0.Property.OverflowWrap | undefined; overflowX?: csstype0.Property.OverflowX | undefined; overflowY?: csstype0.Property.OverflowY | undefined; overlay?: csstype0.Property.Overlay | undefined; overscrollBehaviorBlock?: csstype0.Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: csstype0.Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: csstype0.Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: csstype0.Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: csstype0.Property.PaddingBlockEnd | undefined; paddingBlockStart?: csstype0.Property.PaddingBlockStart | undefined; paddingBottom?: csstype0.Property.PaddingBottom | undefined; paddingInlineEnd?: csstype0.Property.PaddingInlineEnd | undefined; paddingInlineStart?: csstype0.Property.PaddingInlineStart | undefined; paddingLeft?: csstype0.Property.PaddingLeft | undefined; paddingRight?: csstype0.Property.PaddingRight | undefined; paddingTop?: csstype0.Property.PaddingTop | undefined; page?: csstype0.Property.Page | undefined; paintOrder?: csstype0.Property.PaintOrder | undefined; perspective?: csstype0.Property.Perspective | undefined; perspectiveOrigin?: csstype0.Property.PerspectiveOrigin | undefined; pointerEvents?: csstype0.Property.PointerEvents | undefined; position?: csstype0.Property.Position | undefined; positionAnchor?: csstype0.Property.PositionAnchor | undefined; positionArea?: csstype0.Property.PositionArea | undefined; positionTryFallbacks?: csstype0.Property.PositionTryFallbacks | undefined; positionTryOrder?: csstype0.Property.PositionTryOrder | undefined; positionVisibility?: csstype0.Property.PositionVisibility | undefined; printColorAdjust?: csstype0.Property.PrintColorAdjust | undefined; quotes?: csstype0.Property.Quotes | undefined; r?: csstype0.Property.R | undefined; resize?: csstype0.Property.Resize | undefined; right?: csstype0.Property.Right | undefined; rotate?: csstype0.Property.Rotate | undefined; rowGap?: csstype0.Property.RowGap | undefined; rubyAlign?: csstype0.Property.RubyAlign | undefined; rubyMerge?: csstype0.Property.RubyMerge | undefined; rubyOverhang?: csstype0.Property.RubyOverhang | undefined; rubyPosition?: csstype0.Property.RubyPosition | undefined; rx?: csstype0.Property.Rx | undefined; ry?: csstype0.Property.Ry | undefined; scale?: csstype0.Property.Scale | undefined; scrollBehavior?: csstype0.Property.ScrollBehavior | undefined; scrollInitialTarget?: csstype0.Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: csstype0.Property.ScrollMarginBlockEnd | undefined; scrollMarginBlockStart?: csstype0.Property.ScrollMarginBlockStart | undefined; scrollMarginBottom?: csstype0.Property.ScrollMarginBottom | undefined; scrollMarginInlineEnd?: csstype0.Property.ScrollMarginInlineEnd | undefined; scrollMarginInlineStart?: csstype0.Property.ScrollMarginInlineStart | undefined; scrollMarginLeft?: csstype0.Property.ScrollMarginLeft | undefined; scrollMarginRight?: csstype0.Property.ScrollMarginRight | undefined; scrollMarginTop?: csstype0.Property.ScrollMarginTop | undefined; scrollPaddingBlockEnd?: csstype0.Property.ScrollPaddingBlockEnd | undefined; scrollPaddingBlockStart?: csstype0.Property.ScrollPaddingBlockStart | undefined; scrollPaddingBottom?: csstype0.Property.ScrollPaddingBottom | undefined; scrollPaddingInlineEnd?: csstype0.Property.ScrollPaddingInlineEnd | undefined; scrollPaddingInlineStart?: csstype0.Property.ScrollPaddingInlineStart | undefined; scrollPaddingLeft?: csstype0.Property.ScrollPaddingLeft | undefined; scrollPaddingRight?: csstype0.Property.ScrollPaddingRight | undefined; scrollPaddingTop?: csstype0.Property.ScrollPaddingTop | undefined; scrollSnapAlign?: csstype0.Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: csstype0.Property.ScrollMarginBottom | undefined; scrollSnapMarginLeft?: csstype0.Property.ScrollMarginLeft | undefined; scrollSnapMarginRight?: csstype0.Property.ScrollMarginRight | undefined; scrollSnapMarginTop?: csstype0.Property.ScrollMarginTop | undefined; scrollSnapStop?: csstype0.Property.ScrollSnapStop | undefined; scrollSnapType?: csstype0.Property.ScrollSnapType | undefined; scrollTimelineAxis?: csstype0.Property.ScrollTimelineAxis | undefined; scrollTimelineName?: csstype0.Property.ScrollTimelineName | undefined; scrollbarColor?: csstype0.Property.ScrollbarColor | undefined; scrollbarGutter?: csstype0.Property.ScrollbarGutter | undefined; scrollbarWidth?: csstype0.Property.ScrollbarWidth | undefined; shapeImageThreshold?: csstype0.Property.ShapeImageThreshold | undefined; shapeMargin?: csstype0.Property.ShapeMargin | undefined; shapeOutside?: csstype0.Property.ShapeOutside | undefined; shapeRendering?: csstype0.Property.ShapeRendering | undefined; speakAs?: csstype0.Property.SpeakAs | undefined; stopColor?: csstype0.Property.StopColor | undefined; stopOpacity?: csstype0.Property.StopOpacity | undefined; stroke?: csstype0.Property.Stroke | undefined; strokeColor?: csstype0.Property.StrokeColor | undefined; strokeDasharray?: csstype0.Property.StrokeDasharray | undefined; strokeDashoffset?: csstype0.Property.StrokeDashoffset | undefined; strokeLinecap?: csstype0.Property.StrokeLinecap | undefined; strokeLinejoin?: csstype0.Property.StrokeLinejoin | undefined; strokeMiterlimit?: csstype0.Property.StrokeMiterlimit | undefined; strokeOpacity?: csstype0.Property.StrokeOpacity | undefined; strokeWidth?: csstype0.Property.StrokeWidth | undefined; tabSize?: csstype0.Property.TabSize | undefined; tableLayout?: csstype0.Property.TableLayout | undefined; textAlign?: csstype0.Property.TextAlign | undefined; textAlignLast?: csstype0.Property.TextAlignLast | undefined; textAnchor?: csstype0.Property.TextAnchor | undefined; textAutospace?: csstype0.Property.TextAutospace | undefined; textBox?: csstype0.Property.TextBox | undefined; textBoxEdge?: csstype0.Property.TextBoxEdge | undefined; textBoxTrim?: csstype0.Property.TextBoxTrim | undefined; textCombineUpright?: csstype0.Property.TextCombineUpright | undefined; textDecorationColor?: csstype0.Property.TextDecorationColor | undefined; textDecorationLine?: csstype0.Property.TextDecorationLine | undefined; textDecorationSkip?: csstype0.Property.TextDecorationSkip | undefined; textDecorationSkipInk?: csstype0.Property.TextDecorationSkipInk | undefined; textDecorationStyle?: csstype0.Property.TextDecorationStyle | undefined; textDecorationThickness?: csstype0.Property.TextDecorationThickness | undefined; textEmphasisColor?: csstype0.Property.TextEmphasisColor | undefined; textEmphasisPosition?: csstype0.Property.TextEmphasisPosition | undefined; textEmphasisStyle?: csstype0.Property.TextEmphasisStyle | undefined; textIndent?: csstype0.Property.TextIndent | undefined; textJustify?: csstype0.Property.TextJustify | undefined; textOrientation?: csstype0.Property.TextOrientation | undefined; textOverflow?: csstype0.Property.TextOverflow | undefined; textRendering?: csstype0.Property.TextRendering | undefined; textShadow?: csstype0.Property.TextShadow | undefined; textSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined; textSpacingTrim?: csstype0.Property.TextSpacingTrim | undefined; textTransform?: csstype0.Property.TextTransform | undefined; textUnderlineOffset?: csstype0.Property.TextUnderlineOffset | undefined; textUnderlinePosition?: csstype0.Property.TextUnderlinePosition | undefined; textWrapMode?: csstype0.Property.TextWrapMode | undefined; textWrapStyle?: csstype0.Property.TextWrapStyle | undefined; timelineScope?: csstype0.Property.TimelineScope | undefined; top?: csstype0.Property.Top | undefined; touchAction?: csstype0.Property.TouchAction | undefined; transform?: csstype0.Property.Transform | undefined; transformBox?: csstype0.Property.TransformBox | undefined; transformOrigin?: csstype0.Property.TransformOrigin | undefined; transformStyle?: csstype0.Property.TransformStyle | undefined; transitionBehavior?: csstype0.Property.TransitionBehavior | undefined; transitionDelay?: csstype0.Property.TransitionDelay | undefined; transitionDuration?: csstype0.Property.TransitionDuration | undefined; transitionProperty?: csstype0.Property.TransitionProperty | undefined; transitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; translate?: csstype0.Property.Translate | undefined; unicodeBidi?: csstype0.Property.UnicodeBidi | undefined; userSelect?: csstype0.Property.UserSelect | undefined; vectorEffect?: csstype0.Property.VectorEffect | undefined; verticalAlign?: csstype0.Property.VerticalAlign | undefined; viewTimelineAxis?: csstype0.Property.ViewTimelineAxis | undefined; viewTimelineInset?: csstype0.Property.ViewTimelineInset | undefined; viewTimelineName?: csstype0.Property.ViewTimelineName | undefined; viewTransitionClass?: csstype0.Property.ViewTransitionClass | undefined; viewTransitionName?: csstype0.Property.ViewTransitionName | undefined; visibility?: csstype0.Property.Visibility | undefined; whiteSpace?: csstype0.Property.WhiteSpace | undefined; whiteSpaceCollapse?: csstype0.Property.WhiteSpaceCollapse | undefined; widows?: csstype0.Property.Widows | undefined; width?: csstype0.Property.Width | undefined; willChange?: csstype0.Property.WillChange | undefined; wordBreak?: csstype0.Property.WordBreak | undefined; wordSpacing?: csstype0.Property.WordSpacing | undefined; wordWrap?: csstype0.Property.WordWrap | undefined; writingMode?: csstype0.Property.WritingMode | undefined; x?: csstype0.Property.X | undefined; y?: csstype0.Property.Y | undefined; zIndex?: csstype0.Property.ZIndex | undefined; zoom?: csstype0.Property.Zoom | undefined; all?: csstype0.Globals | undefined; animation?: csstype0.Property.Animation | undefined; animationRange?: csstype0.Property.AnimationRange | undefined; background?: csstype0.Property.Background | undefined; backgroundPosition?: csstype0.Property.BackgroundPosition | undefined; border?: csstype0.Property.Border | undefined; borderBlock?: csstype0.Property.BorderBlock | undefined; borderBlockColor?: csstype0.Property.BorderBlockColor | undefined; borderBlockEnd?: csstype0.Property.BorderBlockEnd | undefined; borderBlockStart?: csstype0.Property.BorderBlockStart | undefined; borderBlockStyle?: csstype0.Property.BorderBlockStyle | undefined; borderBlockWidth?: csstype0.Property.BorderBlockWidth | undefined; borderBottom?: csstype0.Property.BorderBottom | undefined; borderColor?: csstype0.Property.BorderColor | undefined; borderImage?: csstype0.Property.BorderImage | undefined; borderInline?: csstype0.Property.BorderInline | undefined; borderInlineColor?: csstype0.Property.BorderInlineColor | undefined; borderInlineEnd?: csstype0.Property.BorderInlineEnd | undefined; borderInlineStart?: csstype0.Property.BorderInlineStart | undefined; borderInlineStyle?: csstype0.Property.BorderInlineStyle | undefined; borderInlineWidth?: csstype0.Property.BorderInlineWidth | undefined; borderLeft?: csstype0.Property.BorderLeft | undefined; borderRadius?: csstype0.Property.BorderRadius | undefined; borderRight?: csstype0.Property.BorderRight | undefined; borderStyle?: csstype0.Property.BorderStyle | undefined; borderTop?: csstype0.Property.BorderTop | undefined; borderWidth?: csstype0.Property.BorderWidth | undefined; caret?: csstype0.Property.Caret | undefined; columnRule?: csstype0.Property.ColumnRule | undefined; columns?: csstype0.Property.Columns | undefined; containIntrinsicSize?: csstype0.Property.ContainIntrinsicSize | undefined; container?: csstype0.Property.Container | undefined; flex?: csstype0.Property.Flex | undefined; flexFlow?: csstype0.Property.FlexFlow | undefined; font?: csstype0.Property.Font | undefined; gap?: csstype0.Property.Gap | undefined; grid?: csstype0.Property.Grid | undefined; gridArea?: csstype0.Property.GridArea | undefined; gridColumn?: csstype0.Property.GridColumn | undefined; gridRow?: csstype0.Property.GridRow | undefined; gridTemplate?: csstype0.Property.GridTemplate | undefined; inset?: csstype0.Property.Inset | undefined; insetBlock?: csstype0.Property.InsetBlock | undefined; insetInline?: csstype0.Property.InsetInline | undefined; lineClamp?: csstype0.Property.LineClamp | undefined; listStyle?: csstype0.Property.ListStyle | undefined; margin?: csstype0.Property.Margin | undefined; marginBlock?: csstype0.Property.MarginBlock | undefined; marginInline?: csstype0.Property.MarginInline | undefined; mask?: csstype0.Property.Mask | undefined; maskBorder?: csstype0.Property.MaskBorder | undefined; motion?: csstype0.Property.Offset | undefined; offset?: csstype0.Property.Offset | undefined; outline?: csstype0.Property.Outline | undefined; overflow?: csstype0.Property.Overflow | undefined; overscrollBehavior?: csstype0.Property.OverscrollBehavior | undefined; padding?: csstype0.Property.Padding | undefined; paddingBlock?: csstype0.Property.PaddingBlock | undefined; paddingInline?: csstype0.Property.PaddingInline | undefined; placeContent?: csstype0.Property.PlaceContent | undefined; placeItems?: csstype0.Property.PlaceItems | undefined; placeSelf?: csstype0.Property.PlaceSelf | undefined; positionTry?: csstype0.Property.PositionTry | undefined; scrollMargin?: csstype0.Property.ScrollMargin | undefined; scrollMarginBlock?: csstype0.Property.ScrollMarginBlock | undefined; scrollMarginInline?: csstype0.Property.ScrollMarginInline | undefined; scrollPadding?: csstype0.Property.ScrollPadding | undefined; scrollPaddingBlock?: csstype0.Property.ScrollPaddingBlock | undefined; scrollPaddingInline?: csstype0.Property.ScrollPaddingInline | undefined; scrollSnapMargin?: csstype0.Property.ScrollMargin | undefined; scrollTimeline?: csstype0.Property.ScrollTimeline | undefined; textDecoration?: csstype0.Property.TextDecoration | undefined; textEmphasis?: csstype0.Property.TextEmphasis | undefined; textWrap?: csstype0.Property.TextWrap | undefined; transition?: csstype0.Property.Transition | undefined; viewTimeline?: csstype0.Property.ViewTimeline | undefined; MozAnimationDelay?: csstype0.Property.AnimationDelay | undefined; MozAnimationDirection?: csstype0.Property.AnimationDirection | undefined; MozAnimationDuration?: csstype0.Property.AnimationDuration | undefined; MozAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined; MozAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; MozAnimationName?: csstype0.Property.AnimationName | undefined; MozAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; MozAppearance?: csstype0.Property.MozAppearance | undefined; MozBackfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined; MozBinding?: csstype0.Property.MozBinding | undefined; MozBorderBottomColors?: csstype0.Property.MozBorderBottomColors | undefined; MozBorderEndColor?: csstype0.Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: csstype0.Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: csstype0.Property.BorderInlineEndWidth | undefined; MozBorderLeftColors?: csstype0.Property.MozBorderLeftColors | undefined; MozBorderRightColors?: csstype0.Property.MozBorderRightColors | undefined; MozBorderStartColor?: csstype0.Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: csstype0.Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: csstype0.Property.MozBorderTopColors | undefined; MozBoxSizing?: csstype0.Property.BoxSizing | undefined; MozColumnRuleColor?: csstype0.Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: csstype0.Property.ColumnRuleWidth | undefined; MozColumnWidth?: csstype0.Property.ColumnWidth | undefined; MozContextProperties?: csstype0.Property.MozContextProperties | undefined; MozFontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: csstype0.Property.FontLanguageOverride | undefined; MozHyphens?: csstype0.Property.Hyphens | undefined; MozMarginEnd?: csstype0.Property.MarginInlineEnd | undefined; MozMarginStart?: csstype0.Property.MarginInlineStart | undefined; MozOrient?: csstype0.Property.MozOrient | undefined; MozOsxFontSmoothing?: csstype0.Property.FontSmooth | undefined; MozOutlineRadiusBottomleft?: csstype0.Property.MozOutlineRadiusBottomleft | undefined; MozOutlineRadiusBottomright?: csstype0.Property.MozOutlineRadiusBottomright | undefined; MozOutlineRadiusTopleft?: csstype0.Property.MozOutlineRadiusTopleft | undefined; MozOutlineRadiusTopright?: csstype0.Property.MozOutlineRadiusTopright | undefined; MozPaddingEnd?: csstype0.Property.PaddingInlineEnd | undefined; MozPaddingStart?: csstype0.Property.PaddingInlineStart | undefined; MozPerspective?: csstype0.Property.Perspective | undefined; MozPerspectiveOrigin?: csstype0.Property.PerspectiveOrigin | undefined; MozStackSizing?: csstype0.Property.MozStackSizing | undefined; MozTabSize?: csstype0.Property.TabSize | undefined; MozTextBlink?: csstype0.Property.MozTextBlink | undefined; MozTextSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined; MozTransform?: csstype0.Property.Transform | undefined; MozTransformOrigin?: csstype0.Property.TransformOrigin | undefined; MozTransformStyle?: csstype0.Property.TransformStyle | undefined; MozUserModify?: csstype0.Property.MozUserModify | undefined; MozUserSelect?: csstype0.Property.UserSelect | undefined; MozWindowDragging?: csstype0.Property.MozWindowDragging | undefined; MozWindowShadow?: csstype0.Property.MozWindowShadow | undefined; msAccelerator?: csstype0.Property.MsAccelerator | undefined; msBlockProgression?: csstype0.Property.MsBlockProgression | undefined; msContentZoomChaining?: csstype0.Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: csstype0.Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: csstype0.Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: csstype0.Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: csstype0.Property.MsContentZoomSnapType | undefined; msContentZooming?: csstype0.Property.MsContentZooming | undefined; msFilter?: csstype0.Property.MsFilter | undefined; msFlexDirection?: csstype0.Property.FlexDirection | undefined; msFlexPositive?: csstype0.Property.FlexGrow | undefined; msFlowFrom?: csstype0.Property.MsFlowFrom | undefined; msFlowInto?: csstype0.Property.MsFlowInto | undefined; msGridColumns?: csstype0.Property.MsGridColumns | undefined; msGridRows?: csstype0.Property.MsGridRows | undefined; msHighContrastAdjust?: csstype0.Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: csstype0.Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: csstype0.Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: csstype0.Property.MsHyphenateLimitZone | undefined; msHyphens?: csstype0.Property.Hyphens | undefined; msImeAlign?: csstype0.Property.MsImeAlign | undefined; msLineBreak?: csstype0.Property.LineBreak | undefined; msOrder?: csstype0.Property.Order | undefined; msOverflowStyle?: csstype0.Property.MsOverflowStyle | undefined; msOverflowX?: csstype0.Property.OverflowX | undefined; msOverflowY?: csstype0.Property.OverflowY | undefined; msScrollChaining?: csstype0.Property.MsScrollChaining | undefined; msScrollLimitXMax?: csstype0.Property.MsScrollLimitXMax | undefined; msScrollLimitXMin?: csstype0.Property.MsScrollLimitXMin | undefined; msScrollLimitYMax?: csstype0.Property.MsScrollLimitYMax | undefined; msScrollLimitYMin?: csstype0.Property.MsScrollLimitYMin | undefined; msScrollRails?: csstype0.Property.MsScrollRails | undefined; msScrollSnapPointsX?: csstype0.Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: csstype0.Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: csstype0.Property.MsScrollSnapType | undefined; msScrollTranslation?: csstype0.Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: csstype0.Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: csstype0.Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: csstype0.Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: csstype0.Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: csstype0.Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: csstype0.Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: csstype0.Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: csstype0.Property.MsScrollbarTrackColor | undefined; msTextAutospace?: csstype0.Property.MsTextAutospace | undefined; msTextCombineHorizontal?: csstype0.Property.TextCombineUpright | undefined; msTextOverflow?: csstype0.Property.TextOverflow | undefined; msTouchAction?: csstype0.Property.TouchAction | undefined; msTouchSelect?: csstype0.Property.MsTouchSelect | undefined; msTransform?: csstype0.Property.Transform | undefined; msTransformOrigin?: csstype0.Property.TransformOrigin | undefined; msTransitionDelay?: csstype0.Property.TransitionDelay | undefined; msTransitionDuration?: csstype0.Property.TransitionDuration | undefined; msTransitionProperty?: csstype0.Property.TransitionProperty | undefined; msTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; msUserSelect?: csstype0.Property.MsUserSelect | undefined; msWordBreak?: csstype0.Property.WordBreak | undefined; msWrapFlow?: csstype0.Property.MsWrapFlow | undefined; msWrapMargin?: csstype0.Property.MsWrapMargin | undefined; msWrapThrough?: csstype0.Property.MsWrapThrough | undefined; msWritingMode?: csstype0.Property.WritingMode | undefined; WebkitAlignContent?: csstype0.Property.AlignContent | undefined; WebkitAlignItems?: csstype0.Property.AlignItems | undefined; WebkitAlignSelf?: csstype0.Property.AlignSelf | undefined; WebkitAnimationDelay?: csstype0.Property.AnimationDelay | undefined; WebkitAnimationDirection?: csstype0.Property.AnimationDirection | undefined; WebkitAnimationDuration?: csstype0.Property.AnimationDuration | undefined; WebkitAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; WebkitAnimationName?: csstype0.Property.AnimationName | undefined; WebkitAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; WebkitAppearance?: csstype0.Property.WebkitAppearance | undefined; WebkitBackdropFilter?: csstype0.Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: csstype0.Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: csstype0.Property.BackgroundSize | undefined; WebkitBorderBeforeColor?: csstype0.Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: csstype0.Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: csstype0.Property.WebkitBorderBeforeWidth | undefined; WebkitBorderBottomLeftRadius?: csstype0.Property.BorderBottomLeftRadius | undefined; WebkitBorderBottomRightRadius?: csstype0.Property.BorderBottomRightRadius | undefined; WebkitBorderImageSlice?: csstype0.Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: csstype0.Property.BorderTopLeftRadius | undefined; WebkitBorderTopRightRadius?: csstype0.Property.BorderTopRightRadius | undefined; WebkitBoxDecorationBreak?: csstype0.Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: csstype0.Property.WebkitBoxReflect | undefined; WebkitBoxShadow?: csstype0.Property.BoxShadow | undefined; WebkitBoxSizing?: csstype0.Property.BoxSizing | undefined; WebkitClipPath?: csstype0.Property.ClipPath | undefined; WebkitColumnCount?: csstype0.Property.ColumnCount | undefined; WebkitColumnFill?: csstype0.Property.ColumnFill | undefined; WebkitColumnRuleColor?: csstype0.Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: csstype0.Property.ColumnRuleWidth | undefined; WebkitColumnSpan?: csstype0.Property.ColumnSpan | undefined; WebkitColumnWidth?: csstype0.Property.ColumnWidth | undefined; WebkitFilter?: csstype0.Property.Filter | undefined; WebkitFlexBasis?: csstype0.Property.FlexBasis | undefined; WebkitFlexDirection?: csstype0.Property.FlexDirection | undefined; WebkitFlexGrow?: csstype0.Property.FlexGrow | undefined; WebkitFlexShrink?: csstype0.Property.FlexShrink | undefined; WebkitFlexWrap?: csstype0.Property.FlexWrap | undefined; WebkitFontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined; WebkitFontKerning?: csstype0.Property.FontKerning | undefined; WebkitFontSmoothing?: csstype0.Property.FontSmooth | undefined; WebkitFontVariantLigatures?: csstype0.Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: csstype0.Property.HyphenateCharacter | undefined; WebkitHyphens?: csstype0.Property.Hyphens | undefined; WebkitInitialLetter?: csstype0.Property.InitialLetter | undefined; WebkitJustifyContent?: csstype0.Property.JustifyContent | undefined; WebkitLineBreak?: csstype0.Property.LineBreak | undefined; WebkitLineClamp?: csstype0.Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: csstype0.Property.BlockSize | undefined; WebkitLogicalWidth?: csstype0.Property.InlineSize | undefined; WebkitMarginEnd?: csstype0.Property.MarginInlineEnd | undefined; WebkitMarginStart?: csstype0.Property.MarginInlineStart | undefined; WebkitMaskAttachment?: csstype0.Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: csstype0.Property.MaskBorderOutset | undefined; WebkitMaskBoxImageRepeat?: csstype0.Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: csstype0.Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: csstype0.Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: csstype0.Property.MaskBorderWidth | undefined; WebkitMaskClip?: csstype0.Property.WebkitMaskClip | undefined; WebkitMaskComposite?: csstype0.Property.WebkitMaskComposite | undefined; WebkitMaskImage?: csstype0.Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: csstype0.Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: csstype0.Property.WebkitMaskPosition | undefined; WebkitMaskPositionX?: csstype0.Property.WebkitMaskPositionX | undefined; WebkitMaskPositionY?: csstype0.Property.WebkitMaskPositionY | undefined; WebkitMaskRepeat?: csstype0.Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: csstype0.Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: csstype0.Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: csstype0.Property.WebkitMaskSize | undefined; WebkitMaxInlineSize?: csstype0.Property.MaxInlineSize | undefined; WebkitOrder?: csstype0.Property.Order | undefined; WebkitOverflowScrolling?: csstype0.Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: csstype0.Property.PaddingInlineEnd | undefined; WebkitPaddingStart?: csstype0.Property.PaddingInlineStart | undefined; WebkitPerspective?: csstype0.Property.Perspective | undefined; WebkitPerspectiveOrigin?: csstype0.Property.PerspectiveOrigin | undefined; WebkitPrintColorAdjust?: csstype0.Property.PrintColorAdjust | undefined; WebkitRubyPosition?: csstype0.Property.RubyPosition | undefined; WebkitScrollSnapType?: csstype0.Property.ScrollSnapType | undefined; WebkitShapeMargin?: csstype0.Property.ShapeMargin | undefined; WebkitTapHighlightColor?: csstype0.Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: csstype0.Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: csstype0.Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: csstype0.Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: csstype0.Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: csstype0.Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: csstype0.Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: csstype0.Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: csstype0.Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: csstype0.Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: csstype0.Property.TextOrientation | undefined; WebkitTextSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: csstype0.Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: csstype0.Property.WebkitTextStrokeWidth | undefined; WebkitTextUnderlinePosition?: csstype0.Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: csstype0.Property.WebkitTouchCallout | undefined; WebkitTransform?: csstype0.Property.Transform | undefined; WebkitTransformOrigin?: csstype0.Property.TransformOrigin | undefined; WebkitTransformStyle?: csstype0.Property.TransformStyle | undefined; WebkitTransitionDelay?: csstype0.Property.TransitionDelay | undefined; WebkitTransitionDuration?: csstype0.Property.TransitionDuration | undefined; WebkitTransitionProperty?: csstype0.Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; WebkitUserModify?: csstype0.Property.WebkitUserModify | undefined; WebkitUserSelect?: csstype0.Property.WebkitUserSelect | undefined; WebkitWritingMode?: csstype0.Property.WritingMode | undefined; MozAnimation?: csstype0.Property.Animation | undefined; MozBorderImage?: csstype0.Property.BorderImage | undefined; MozColumnRule?: csstype0.Property.ColumnRule | undefined; MozColumns?: csstype0.Property.Columns | undefined; MozOutlineRadius?: csstype0.Property.MozOutlineRadius | undefined; MozTransition?: csstype0.Property.Transition | undefined; msContentZoomLimit?: csstype0.Property.MsContentZoomLimit | undefined; msContentZoomSnap?: csstype0.Property.MsContentZoomSnap | undefined; msFlex?: csstype0.Property.Flex | undefined; msScrollLimit?: csstype0.Property.MsScrollLimit | undefined; msScrollSnapX?: csstype0.Property.MsScrollSnapX | undefined; msScrollSnapY?: csstype0.Property.MsScrollSnapY | undefined; msTransition?: csstype0.Property.Transition | undefined; WebkitAnimation?: csstype0.Property.Animation | undefined; WebkitBorderBefore?: csstype0.Property.WebkitBorderBefore | undefined; WebkitBorderImage?: csstype0.Property.BorderImage | undefined; WebkitBorderRadius?: csstype0.Property.BorderRadius | undefined; WebkitColumnRule?: csstype0.Property.ColumnRule | undefined; WebkitColumns?: csstype0.Property.Columns | undefined; WebkitFlex?: csstype0.Property.Flex | undefined; WebkitFlexFlow?: csstype0.Property.FlexFlow | undefined; WebkitMask?: csstype0.Property.WebkitMask | undefined; WebkitMaskBoxImage?: csstype0.Property.MaskBorder | undefined; WebkitTextEmphasis?: csstype0.Property.TextEmphasis | undefined; WebkitTextStroke?: csstype0.Property.WebkitTextStroke | undefined; WebkitTransition?: csstype0.Property.Transition | undefined; boxAlign?: csstype0.Property.BoxAlign | undefined; boxDirection?: csstype0.Property.BoxDirection | undefined; boxFlex?: csstype0.Property.BoxFlex | undefined; boxFlexGroup?: csstype0.Property.BoxFlexGroup | undefined; boxLines?: csstype0.Property.BoxLines | undefined; boxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; boxOrient?: csstype0.Property.BoxOrient | undefined; boxPack?: csstype0.Property.BoxPack | undefined; clip?: csstype0.Property.Clip | undefined; fontStretch?: csstype0.Property.FontStretch | undefined; gridColumnGap?: csstype0.Property.GridColumnGap | undefined; gridGap?: csstype0.Property.GridGap | undefined; gridRowGap?: csstype0.Property.GridRowGap | undefined; imeMode?: csstype0.Property.ImeMode | undefined; insetArea?: csstype0.Property.PositionArea | undefined; offsetBlock?: csstype0.Property.InsetBlock | undefined; offsetBlockEnd?: csstype0.Property.InsetBlockEnd | undefined; offsetBlockStart?: csstype0.Property.InsetBlockStart | undefined; offsetInline?: csstype0.Property.InsetInline | undefined; offsetInlineEnd?: csstype0.Property.InsetInlineEnd | undefined; offsetInlineStart?: csstype0.Property.InsetInlineStart | undefined; pageBreakAfter?: csstype0.Property.PageBreakAfter | undefined; pageBreakBefore?: csstype0.Property.PageBreakBefore | undefined; pageBreakInside?: csstype0.Property.PageBreakInside | undefined; positionTryOptions?: csstype0.Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: csstype0.Property.ScrollSnapCoordinate | undefined; scrollSnapDestination?: csstype0.Property.ScrollSnapDestination | undefined; scrollSnapPointsX?: csstype0.Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: csstype0.Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: csstype0.Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: csstype0.Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: csstype0.Property.BoxAlign | undefined; KhtmlBoxDirection?: csstype0.Property.BoxDirection | undefined; KhtmlBoxFlex?: csstype0.Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: csstype0.Property.BoxFlexGroup | undefined; KhtmlBoxLines?: csstype0.Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: csstype0.Property.BoxOrient | undefined; KhtmlBoxPack?: csstype0.Property.BoxPack | undefined; KhtmlLineBreak?: csstype0.Property.LineBreak | undefined; KhtmlOpacity?: csstype0.Property.Opacity | undefined; KhtmlUserSelect?: csstype0.Property.UserSelect | undefined; MozBackgroundClip?: csstype0.Property.BackgroundClip | undefined; MozBackgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined; MozBackgroundSize?: csstype0.Property.BackgroundSize | undefined; MozBorderRadius?: csstype0.Property.BorderRadius | undefined; MozBorderRadiusBottomleft?: csstype0.Property.BorderBottomLeftRadius | undefined; MozBorderRadiusBottomright?: csstype0.Property.BorderBottomRightRadius | undefined; MozBorderRadiusTopleft?: csstype0.Property.BorderTopLeftRadius | undefined; MozBorderRadiusTopright?: csstype0.Property.BorderTopRightRadius | undefined; MozBoxAlign?: csstype0.Property.BoxAlign | undefined; MozBoxDirection?: csstype0.Property.BoxDirection | undefined; MozBoxFlex?: csstype0.Property.BoxFlex | undefined; MozBoxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; MozBoxOrient?: csstype0.Property.BoxOrient | undefined; MozBoxPack?: csstype0.Property.BoxPack | undefined; MozBoxShadow?: csstype0.Property.BoxShadow | undefined; MozColumnCount?: csstype0.Property.ColumnCount | undefined; MozColumnFill?: csstype0.Property.ColumnFill | undefined; MozFloatEdge?: csstype0.Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: csstype0.Property.MozForceBrokenImageIcon | undefined; MozOpacity?: csstype0.Property.Opacity | undefined; MozOutline?: csstype0.Property.Outline | undefined; MozOutlineColor?: csstype0.Property.OutlineColor | undefined; MozOutlineStyle?: csstype0.Property.OutlineStyle | undefined; MozOutlineWidth?: csstype0.Property.OutlineWidth | undefined; MozTextAlignLast?: csstype0.Property.TextAlignLast | undefined; MozTextDecorationColor?: csstype0.Property.TextDecorationColor | undefined; MozTextDecorationLine?: csstype0.Property.TextDecorationLine | undefined; MozTextDecorationStyle?: csstype0.Property.TextDecorationStyle | undefined; MozTransitionDelay?: csstype0.Property.TransitionDelay | undefined; MozTransitionDuration?: csstype0.Property.TransitionDuration | undefined; MozTransitionProperty?: csstype0.Property.TransitionProperty | undefined; MozTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; MozUserFocus?: csstype0.Property.MozUserFocus | undefined; MozUserInput?: csstype0.Property.MozUserInput | undefined; msImeMode?: csstype0.Property.ImeMode | undefined; OAnimation?: csstype0.Property.Animation | undefined; OAnimationDelay?: csstype0.Property.AnimationDelay | undefined; OAnimationDirection?: csstype0.Property.AnimationDirection | undefined; OAnimationDuration?: csstype0.Property.AnimationDuration | undefined; OAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined; OAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; OAnimationName?: csstype0.Property.AnimationName | undefined; OAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined; OAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; OBackgroundSize?: csstype0.Property.BackgroundSize | undefined; OBorderImage?: csstype0.Property.BorderImage | undefined; OObjectFit?: csstype0.Property.ObjectFit | undefined; OObjectPosition?: csstype0.Property.ObjectPosition | undefined; OTabSize?: csstype0.Property.TabSize | undefined; OTextOverflow?: csstype0.Property.TextOverflow | undefined; OTransform?: csstype0.Property.Transform | undefined; OTransformOrigin?: csstype0.Property.TransformOrigin | undefined; OTransition?: csstype0.Property.Transition | undefined; OTransitionDelay?: csstype0.Property.TransitionDelay | undefined; OTransitionDuration?: csstype0.Property.TransitionDuration | undefined; OTransitionProperty?: csstype0.Property.TransitionProperty | undefined; OTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: csstype0.Property.BoxAlign | undefined; WebkitBoxDirection?: csstype0.Property.BoxDirection | undefined; WebkitBoxFlex?: csstype0.Property.BoxFlex | undefined; WebkitBoxFlexGroup?: csstype0.Property.BoxFlexGroup | undefined; WebkitBoxLines?: csstype0.Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: csstype0.Property.BoxOrient | undefined; WebkitBoxPack?: csstype0.Property.BoxPack | undefined; colorInterpolation?: csstype0.Property.ColorInterpolation | undefined; colorRendering?: csstype0.Property.ColorRendering | undefined; glyphOrientationVertical?: csstype0.Property.GlyphOrientationVertical | undefined; "accent-color"?: csstype0.Property.AccentColor | undefined; "align-content"?: csstype0.Property.AlignContent | undefined; "align-items"?: csstype0.Property.AlignItems | undefined; "align-self"?: csstype0.Property.AlignSelf | undefined; "align-tracks"?: csstype0.Property.AlignTracks | undefined; "alignment-baseline"?: csstype0.Property.AlignmentBaseline | undefined; "anchor-name"?: csstype0.Property.AnchorName | undefined; "anchor-scope"?: csstype0.Property.AnchorScope | undefined; "animation-composition"?: csstype0.Property.AnimationComposition | undefined; "animation-delay"?: csstype0.Property.AnimationDelay | undefined; "animation-direction"?: csstype0.Property.AnimationDirection | undefined; "animation-duration"?: csstype0.Property.AnimationDuration | undefined; "animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "animation-name"?: csstype0.Property.AnimationName | undefined; "animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "animation-range-end"?: csstype0.Property.AnimationRangeEnd | undefined; "animation-range-start"?: csstype0.Property.AnimationRangeStart | undefined; "animation-timeline"?: csstype0.Property.AnimationTimeline | undefined; "animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "aspect-ratio"?: csstype0.Property.AspectRatio | undefined; "backdrop-filter"?: csstype0.Property.BackdropFilter | undefined; "backface-visibility"?: csstype0.Property.BackfaceVisibility | undefined; "background-attachment"?: csstype0.Property.BackgroundAttachment | undefined; "background-blend-mode"?: csstype0.Property.BackgroundBlendMode | undefined; "background-clip"?: csstype0.Property.BackgroundClip | undefined; "background-color"?: csstype0.Property.BackgroundColor | undefined; "background-image"?: csstype0.Property.BackgroundImage | undefined; "background-origin"?: csstype0.Property.BackgroundOrigin | undefined; "background-position-x"?: csstype0.Property.BackgroundPositionX | undefined; "background-position-y"?: csstype0.Property.BackgroundPositionY | undefined; "background-repeat"?: csstype0.Property.BackgroundRepeat | undefined; "background-size"?: csstype0.Property.BackgroundSize | undefined; "baseline-shift"?: csstype0.Property.BaselineShift | undefined; "block-size"?: csstype0.Property.BlockSize | undefined; "border-block-end-color"?: csstype0.Property.BorderBlockEndColor | undefined; "border-block-end-style"?: csstype0.Property.BorderBlockEndStyle | undefined; "border-block-end-width"?: csstype0.Property.BorderBlockEndWidth | undefined; "border-block-start-color"?: csstype0.Property.BorderBlockStartColor | undefined; "border-block-start-style"?: csstype0.Property.BorderBlockStartStyle | undefined; "border-block-start-width"?: csstype0.Property.BorderBlockStartWidth | undefined; "border-bottom-color"?: csstype0.Property.BorderBottomColor | undefined; "border-bottom-left-radius"?: csstype0.Property.BorderBottomLeftRadius | undefined; "border-bottom-right-radius"?: csstype0.Property.BorderBottomRightRadius | undefined; "border-bottom-style"?: csstype0.Property.BorderBottomStyle | undefined; "border-bottom-width"?: csstype0.Property.BorderBottomWidth | undefined; "border-collapse"?: csstype0.Property.BorderCollapse | undefined; "border-end-end-radius"?: csstype0.Property.BorderEndEndRadius | undefined; "border-end-start-radius"?: csstype0.Property.BorderEndStartRadius | undefined; "border-image-outset"?: csstype0.Property.BorderImageOutset | undefined; "border-image-repeat"?: csstype0.Property.BorderImageRepeat | undefined; "border-image-slice"?: csstype0.Property.BorderImageSlice | undefined; "border-image-source"?: csstype0.Property.BorderImageSource | undefined; "border-image-width"?: csstype0.Property.BorderImageWidth | undefined; "border-inline-end-color"?: csstype0.Property.BorderInlineEndColor | undefined; "border-inline-end-style"?: csstype0.Property.BorderInlineEndStyle | undefined; "border-inline-end-width"?: csstype0.Property.BorderInlineEndWidth | undefined; "border-inline-start-color"?: csstype0.Property.BorderInlineStartColor | undefined; "border-inline-start-style"?: csstype0.Property.BorderInlineStartStyle | undefined; "border-inline-start-width"?: csstype0.Property.BorderInlineStartWidth | undefined; "border-left-color"?: csstype0.Property.BorderLeftColor | undefined; "border-left-style"?: csstype0.Property.BorderLeftStyle | undefined; "border-left-width"?: csstype0.Property.BorderLeftWidth | undefined; "border-right-color"?: csstype0.Property.BorderRightColor | undefined; "border-right-style"?: csstype0.Property.BorderRightStyle | undefined; "border-right-width"?: csstype0.Property.BorderRightWidth | undefined; "border-spacing"?: csstype0.Property.BorderSpacing | undefined; "border-start-end-radius"?: csstype0.Property.BorderStartEndRadius | undefined; "border-start-start-radius"?: csstype0.Property.BorderStartStartRadius | undefined; "border-top-color"?: csstype0.Property.BorderTopColor | undefined; "border-top-left-radius"?: csstype0.Property.BorderTopLeftRadius | undefined; "border-top-right-radius"?: csstype0.Property.BorderTopRightRadius | undefined; "border-top-style"?: csstype0.Property.BorderTopStyle | undefined; "border-top-width"?: csstype0.Property.BorderTopWidth | undefined; "box-decoration-break"?: csstype0.Property.BoxDecorationBreak | undefined; "box-shadow"?: csstype0.Property.BoxShadow | undefined; "box-sizing"?: csstype0.Property.BoxSizing | undefined; "break-after"?: csstype0.Property.BreakAfter | undefined; "break-before"?: csstype0.Property.BreakBefore | undefined; "break-inside"?: csstype0.Property.BreakInside | undefined; "caption-side"?: csstype0.Property.CaptionSide | undefined; "caret-color"?: csstype0.Property.CaretColor | undefined; "caret-shape"?: csstype0.Property.CaretShape | undefined; "clip-path"?: csstype0.Property.ClipPath | undefined; "clip-rule"?: csstype0.Property.ClipRule | undefined; "color-adjust"?: csstype0.Property.PrintColorAdjust | undefined; "color-interpolation-filters"?: csstype0.Property.ColorInterpolationFilters | undefined; "color-scheme"?: csstype0.Property.ColorScheme | undefined; "column-count"?: csstype0.Property.ColumnCount | undefined; "column-fill"?: csstype0.Property.ColumnFill | undefined; "column-gap"?: csstype0.Property.ColumnGap | undefined; "column-rule-color"?: csstype0.Property.ColumnRuleColor | undefined; "column-rule-style"?: csstype0.Property.ColumnRuleStyle | undefined; "column-rule-width"?: csstype0.Property.ColumnRuleWidth | undefined; "column-span"?: csstype0.Property.ColumnSpan | undefined; "column-width"?: csstype0.Property.ColumnWidth | undefined; "contain-intrinsic-block-size"?: csstype0.Property.ContainIntrinsicBlockSize | undefined; "contain-intrinsic-height"?: csstype0.Property.ContainIntrinsicHeight | undefined; "contain-intrinsic-inline-size"?: csstype0.Property.ContainIntrinsicInlineSize | undefined; "contain-intrinsic-width"?: csstype0.Property.ContainIntrinsicWidth | undefined; "container-name"?: csstype0.Property.ContainerName | undefined; "container-type"?: csstype0.Property.ContainerType | undefined; "content-visibility"?: csstype0.Property.ContentVisibility | undefined; "counter-increment"?: csstype0.Property.CounterIncrement | undefined; "counter-reset"?: csstype0.Property.CounterReset | undefined; "counter-set"?: csstype0.Property.CounterSet | undefined; "dominant-baseline"?: csstype0.Property.DominantBaseline | undefined; "empty-cells"?: csstype0.Property.EmptyCells | undefined; "field-sizing"?: csstype0.Property.FieldSizing | undefined; "fill-opacity"?: csstype0.Property.FillOpacity | undefined; "fill-rule"?: csstype0.Property.FillRule | undefined; "flex-basis"?: csstype0.Property.FlexBasis | undefined; "flex-direction"?: csstype0.Property.FlexDirection | undefined; "flex-grow"?: csstype0.Property.FlexGrow | undefined; "flex-shrink"?: csstype0.Property.FlexShrink | undefined; "flex-wrap"?: csstype0.Property.FlexWrap | undefined; "flood-color"?: csstype0.Property.FloodColor | undefined; "flood-opacity"?: csstype0.Property.FloodOpacity | undefined; "font-family"?: csstype0.Property.FontFamily | undefined; "font-feature-settings"?: csstype0.Property.FontFeatureSettings | undefined; "font-kerning"?: csstype0.Property.FontKerning | undefined; "font-language-override"?: csstype0.Property.FontLanguageOverride | undefined; "font-optical-sizing"?: csstype0.Property.FontOpticalSizing | undefined; "font-palette"?: csstype0.Property.FontPalette | undefined; "font-size"?: csstype0.Property.FontSize | undefined; "font-size-adjust"?: csstype0.Property.FontSizeAdjust | undefined; "font-smooth"?: csstype0.Property.FontSmooth | undefined; "font-style"?: csstype0.Property.FontStyle | undefined; "font-synthesis"?: csstype0.Property.FontSynthesis | undefined; "font-synthesis-position"?: csstype0.Property.FontSynthesisPosition | undefined; "font-synthesis-small-caps"?: csstype0.Property.FontSynthesisSmallCaps | undefined; "font-synthesis-style"?: csstype0.Property.FontSynthesisStyle | undefined; "font-synthesis-weight"?: csstype0.Property.FontSynthesisWeight | undefined; "font-variant"?: csstype0.Property.FontVariant | undefined; "font-variant-alternates"?: csstype0.Property.FontVariantAlternates | undefined; "font-variant-caps"?: csstype0.Property.FontVariantCaps | undefined; "font-variant-east-asian"?: csstype0.Property.FontVariantEastAsian | undefined; "font-variant-emoji"?: csstype0.Property.FontVariantEmoji | undefined; "font-variant-ligatures"?: csstype0.Property.FontVariantLigatures | undefined; "font-variant-numeric"?: csstype0.Property.FontVariantNumeric | undefined; "font-variant-position"?: csstype0.Property.FontVariantPosition | undefined; "font-variation-settings"?: csstype0.Property.FontVariationSettings | undefined; "font-weight"?: csstype0.Property.FontWeight | undefined; "font-width"?: csstype0.Property.FontWidth | undefined; "forced-color-adjust"?: csstype0.Property.ForcedColorAdjust | undefined; "grid-auto-columns"?: csstype0.Property.GridAutoColumns | undefined; "grid-auto-flow"?: csstype0.Property.GridAutoFlow | undefined; "grid-auto-rows"?: csstype0.Property.GridAutoRows | undefined; "grid-column-end"?: csstype0.Property.GridColumnEnd | undefined; "grid-column-start"?: csstype0.Property.GridColumnStart | undefined; "grid-row-end"?: csstype0.Property.GridRowEnd | undefined; "grid-row-start"?: csstype0.Property.GridRowStart | undefined; "grid-template-areas"?: csstype0.Property.GridTemplateAreas | undefined; "grid-template-columns"?: csstype0.Property.GridTemplateColumns | undefined; "grid-template-rows"?: csstype0.Property.GridTemplateRows | undefined; "hanging-punctuation"?: csstype0.Property.HangingPunctuation | undefined; "hyphenate-character"?: csstype0.Property.HyphenateCharacter | undefined; "hyphenate-limit-chars"?: csstype0.Property.HyphenateLimitChars | undefined; "image-orientation"?: csstype0.Property.ImageOrientation | undefined; "image-rendering"?: csstype0.Property.ImageRendering | undefined; "image-resolution"?: csstype0.Property.ImageResolution | undefined; "initial-letter"?: csstype0.Property.InitialLetter | undefined; "initial-letter-align"?: csstype0.Property.InitialLetterAlign | undefined; "inline-size"?: csstype0.Property.InlineSize | undefined; "inset-block-end"?: csstype0.Property.InsetBlockEnd | undefined; "inset-block-start"?: csstype0.Property.InsetBlockStart | undefined; "inset-inline-end"?: csstype0.Property.InsetInlineEnd | undefined; "inset-inline-start"?: csstype0.Property.InsetInlineStart | undefined; "interpolate-size"?: csstype0.Property.InterpolateSize | undefined; "justify-content"?: csstype0.Property.JustifyContent | undefined; "justify-items"?: csstype0.Property.JustifyItems | undefined; "justify-self"?: csstype0.Property.JustifySelf | undefined; "justify-tracks"?: csstype0.Property.JustifyTracks | undefined; "letter-spacing"?: csstype0.Property.LetterSpacing | undefined; "lighting-color"?: csstype0.Property.LightingColor | undefined; "line-break"?: csstype0.Property.LineBreak | undefined; "line-height"?: csstype0.Property.LineHeight | undefined; "line-height-step"?: csstype0.Property.LineHeightStep | undefined; "list-style-image"?: csstype0.Property.ListStyleImage | undefined; "list-style-position"?: csstype0.Property.ListStylePosition | undefined; "list-style-type"?: csstype0.Property.ListStyleType | undefined; "margin-block-end"?: csstype0.Property.MarginBlockEnd | undefined; "margin-block-start"?: csstype0.Property.MarginBlockStart | undefined; "margin-bottom"?: csstype0.Property.MarginBottom | undefined; "margin-inline-end"?: csstype0.Property.MarginInlineEnd | undefined; "margin-inline-start"?: csstype0.Property.MarginInlineStart | undefined; "margin-left"?: csstype0.Property.MarginLeft | undefined; "margin-right"?: csstype0.Property.MarginRight | undefined; "margin-top"?: csstype0.Property.MarginTop | undefined; "margin-trim"?: csstype0.Property.MarginTrim | undefined; "marker-end"?: csstype0.Property.MarkerEnd | undefined; "marker-mid"?: csstype0.Property.MarkerMid | undefined; "marker-start"?: csstype0.Property.MarkerStart | undefined; "mask-border-mode"?: csstype0.Property.MaskBorderMode | undefined; "mask-border-outset"?: csstype0.Property.MaskBorderOutset | undefined; "mask-border-repeat"?: csstype0.Property.MaskBorderRepeat | undefined; "mask-border-slice"?: csstype0.Property.MaskBorderSlice | undefined; "mask-border-source"?: csstype0.Property.MaskBorderSource | undefined; "mask-border-width"?: csstype0.Property.MaskBorderWidth | undefined; "mask-clip"?: csstype0.Property.MaskClip | undefined; "mask-composite"?: csstype0.Property.MaskComposite | undefined; "mask-image"?: csstype0.Property.MaskImage | undefined; "mask-mode"?: csstype0.Property.MaskMode | undefined; "mask-origin"?: csstype0.Property.MaskOrigin | undefined; "mask-position"?: csstype0.Property.MaskPosition | undefined; "mask-repeat"?: csstype0.Property.MaskRepeat | undefined; "mask-size"?: csstype0.Property.MaskSize | undefined; "mask-type"?: csstype0.Property.MaskType | undefined; "masonry-auto-flow"?: csstype0.Property.MasonryAutoFlow | undefined; "math-depth"?: csstype0.Property.MathDepth | undefined; "math-shift"?: csstype0.Property.MathShift | undefined; "math-style"?: csstype0.Property.MathStyle | undefined; "max-block-size"?: csstype0.Property.MaxBlockSize | undefined; "max-height"?: csstype0.Property.MaxHeight | undefined; "max-inline-size"?: csstype0.Property.MaxInlineSize | undefined; "max-lines"?: csstype0.Property.MaxLines | undefined; "max-width"?: csstype0.Property.MaxWidth | undefined; "min-block-size"?: csstype0.Property.MinBlockSize | undefined; "min-height"?: csstype0.Property.MinHeight | undefined; "min-inline-size"?: csstype0.Property.MinInlineSize | undefined; "min-width"?: csstype0.Property.MinWidth | undefined; "mix-blend-mode"?: csstype0.Property.MixBlendMode | undefined; "motion-distance"?: csstype0.Property.OffsetDistance | undefined; "motion-path"?: csstype0.Property.OffsetPath | undefined; "motion-rotation"?: csstype0.Property.OffsetRotate | undefined; "object-fit"?: csstype0.Property.ObjectFit | undefined; "object-position"?: csstype0.Property.ObjectPosition | undefined; "object-view-box"?: csstype0.Property.ObjectViewBox | undefined; "offset-anchor"?: csstype0.Property.OffsetAnchor | undefined; "offset-distance"?: csstype0.Property.OffsetDistance | undefined; "offset-path"?: csstype0.Property.OffsetPath | undefined; "offset-position"?: csstype0.Property.OffsetPosition | undefined; "offset-rotate"?: csstype0.Property.OffsetRotate | undefined; "offset-rotation"?: csstype0.Property.OffsetRotate | undefined; "outline-color"?: csstype0.Property.OutlineColor | undefined; "outline-offset"?: csstype0.Property.OutlineOffset | undefined; "outline-style"?: csstype0.Property.OutlineStyle | undefined; "outline-width"?: csstype0.Property.OutlineWidth | undefined; "overflow-anchor"?: csstype0.Property.OverflowAnchor | undefined; "overflow-block"?: csstype0.Property.OverflowBlock | undefined; "overflow-clip-box"?: csstype0.Property.OverflowClipBox | undefined; "overflow-clip-margin"?: csstype0.Property.OverflowClipMargin | undefined; "overflow-inline"?: csstype0.Property.OverflowInline | undefined; "overflow-wrap"?: csstype0.Property.OverflowWrap | undefined; "overflow-x"?: csstype0.Property.OverflowX | undefined; "overflow-y"?: csstype0.Property.OverflowY | undefined; "overscroll-behavior-block"?: csstype0.Property.OverscrollBehaviorBlock | undefined; "overscroll-behavior-inline"?: csstype0.Property.OverscrollBehaviorInline | undefined; "overscroll-behavior-x"?: csstype0.Property.OverscrollBehaviorX | undefined; "overscroll-behavior-y"?: csstype0.Property.OverscrollBehaviorY | undefined; "padding-block-end"?: csstype0.Property.PaddingBlockEnd | undefined; "padding-block-start"?: csstype0.Property.PaddingBlockStart | undefined; "padding-bottom"?: csstype0.Property.PaddingBottom | undefined; "padding-inline-end"?: csstype0.Property.PaddingInlineEnd | undefined; "padding-inline-start"?: csstype0.Property.PaddingInlineStart | undefined; "padding-left"?: csstype0.Property.PaddingLeft | undefined; "padding-right"?: csstype0.Property.PaddingRight | undefined; "padding-top"?: csstype0.Property.PaddingTop | undefined; "paint-order"?: csstype0.Property.PaintOrder | undefined; "perspective-origin"?: csstype0.Property.PerspectiveOrigin | undefined; "pointer-events"?: csstype0.Property.PointerEvents | undefined; "position-anchor"?: csstype0.Property.PositionAnchor | undefined; "position-area"?: csstype0.Property.PositionArea | undefined; "position-try-fallbacks"?: csstype0.Property.PositionTryFallbacks | undefined; "position-try-order"?: csstype0.Property.PositionTryOrder | undefined; "position-visibility"?: csstype0.Property.PositionVisibility | undefined; "print-color-adjust"?: csstype0.Property.PrintColorAdjust | undefined; "row-gap"?: csstype0.Property.RowGap | undefined; "ruby-align"?: csstype0.Property.RubyAlign | undefined; "ruby-merge"?: csstype0.Property.RubyMerge | undefined; "ruby-overhang"?: csstype0.Property.RubyOverhang | undefined; "ruby-position"?: csstype0.Property.RubyPosition | undefined; "scroll-behavior"?: csstype0.Property.ScrollBehavior | undefined; "scroll-initial-target"?: csstype0.Property.ScrollInitialTarget | undefined; "scroll-margin-block-end"?: csstype0.Property.ScrollMarginBlockEnd | undefined; "scroll-margin-block-start"?: csstype0.Property.ScrollMarginBlockStart | undefined; "scroll-margin-bottom"?: csstype0.Property.ScrollMarginBottom | undefined; "scroll-margin-inline-end"?: csstype0.Property.ScrollMarginInlineEnd | undefined; "scroll-margin-inline-start"?: csstype0.Property.ScrollMarginInlineStart | undefined; "scroll-margin-left"?: csstype0.Property.ScrollMarginLeft | undefined; "scroll-margin-right"?: csstype0.Property.ScrollMarginRight | undefined; "scroll-margin-top"?: csstype0.Property.ScrollMarginTop | undefined; "scroll-padding-block-end"?: csstype0.Property.ScrollPaddingBlockEnd | undefined; "scroll-padding-block-start"?: csstype0.Property.ScrollPaddingBlockStart | undefined; "scroll-padding-bottom"?: csstype0.Property.ScrollPaddingBottom | undefined; "scroll-padding-inline-end"?: csstype0.Property.ScrollPaddingInlineEnd | undefined; "scroll-padding-inline-start"?: csstype0.Property.ScrollPaddingInlineStart | undefined; "scroll-padding-left"?: csstype0.Property.ScrollPaddingLeft | undefined; "scroll-padding-right"?: csstype0.Property.ScrollPaddingRight | undefined; "scroll-padding-top"?: csstype0.Property.ScrollPaddingTop | undefined; "scroll-snap-align"?: csstype0.Property.ScrollSnapAlign | undefined; "scroll-snap-margin-bottom"?: csstype0.Property.ScrollMarginBottom | undefined; "scroll-snap-margin-left"?: csstype0.Property.ScrollMarginLeft | undefined; "scroll-snap-margin-right"?: csstype0.Property.ScrollMarginRight | undefined; "scroll-snap-margin-top"?: csstype0.Property.ScrollMarginTop | undefined; "scroll-snap-stop"?: csstype0.Property.ScrollSnapStop | undefined; "scroll-snap-type"?: csstype0.Property.ScrollSnapType | undefined; "scroll-timeline-axis"?: csstype0.Property.ScrollTimelineAxis | undefined; "scroll-timeline-name"?: csstype0.Property.ScrollTimelineName | undefined; "scrollbar-color"?: csstype0.Property.ScrollbarColor | undefined; "scrollbar-gutter"?: csstype0.Property.ScrollbarGutter | undefined; "scrollbar-width"?: csstype0.Property.ScrollbarWidth | undefined; "shape-image-threshold"?: csstype0.Property.ShapeImageThreshold | undefined; "shape-margin"?: csstype0.Property.ShapeMargin | undefined; "shape-outside"?: csstype0.Property.ShapeOutside | undefined; "shape-rendering"?: csstype0.Property.ShapeRendering | undefined; "speak-as"?: csstype0.Property.SpeakAs | undefined; "stop-color"?: csstype0.Property.StopColor | undefined; "stop-opacity"?: csstype0.Property.StopOpacity | undefined; "stroke-color"?: csstype0.Property.StrokeColor | undefined; "stroke-dasharray"?: csstype0.Property.StrokeDasharray | undefined; "stroke-dashoffset"?: csstype0.Property.StrokeDashoffset | undefined; "stroke-linecap"?: csstype0.Property.StrokeLinecap | undefined; "stroke-linejoin"?: csstype0.Property.StrokeLinejoin | undefined; "stroke-miterlimit"?: csstype0.Property.StrokeMiterlimit | undefined; "stroke-opacity"?: csstype0.Property.StrokeOpacity | undefined; "stroke-width"?: csstype0.Property.StrokeWidth | undefined; "tab-size"?: csstype0.Property.TabSize | undefined; "table-layout"?: csstype0.Property.TableLayout | undefined; "text-align"?: csstype0.Property.TextAlign | undefined; "text-align-last"?: csstype0.Property.TextAlignLast | undefined; "text-anchor"?: csstype0.Property.TextAnchor | undefined; "text-autospace"?: csstype0.Property.TextAutospace | undefined; "text-box"?: csstype0.Property.TextBox | undefined; "text-box-edge"?: csstype0.Property.TextBoxEdge | undefined; "text-box-trim"?: csstype0.Property.TextBoxTrim | undefined; "text-combine-upright"?: csstype0.Property.TextCombineUpright | undefined; "text-decoration-color"?: csstype0.Property.TextDecorationColor | undefined; "text-decoration-line"?: csstype0.Property.TextDecorationLine | undefined; "text-decoration-skip"?: csstype0.Property.TextDecorationSkip | undefined; "text-decoration-skip-ink"?: csstype0.Property.TextDecorationSkipInk | undefined; "text-decoration-style"?: csstype0.Property.TextDecorationStyle | undefined; "text-decoration-thickness"?: csstype0.Property.TextDecorationThickness | undefined; "text-emphasis-color"?: csstype0.Property.TextEmphasisColor | undefined; "text-emphasis-position"?: csstype0.Property.TextEmphasisPosition | undefined; "text-emphasis-style"?: csstype0.Property.TextEmphasisStyle | undefined; "text-indent"?: csstype0.Property.TextIndent | undefined; "text-justify"?: csstype0.Property.TextJustify | undefined; "text-orientation"?: csstype0.Property.TextOrientation | undefined; "text-overflow"?: csstype0.Property.TextOverflow | undefined; "text-rendering"?: csstype0.Property.TextRendering | undefined; "text-shadow"?: csstype0.Property.TextShadow | undefined; "text-size-adjust"?: csstype0.Property.TextSizeAdjust | undefined; "text-spacing-trim"?: csstype0.Property.TextSpacingTrim | undefined; "text-transform"?: csstype0.Property.TextTransform | undefined; "text-underline-offset"?: csstype0.Property.TextUnderlineOffset | undefined; "text-underline-position"?: csstype0.Property.TextUnderlinePosition | undefined; "text-wrap-mode"?: csstype0.Property.TextWrapMode | undefined; "text-wrap-style"?: csstype0.Property.TextWrapStyle | undefined; "timeline-scope"?: csstype0.Property.TimelineScope | undefined; "touch-action"?: csstype0.Property.TouchAction | undefined; "transform-box"?: csstype0.Property.TransformBox | undefined; "transform-origin"?: csstype0.Property.TransformOrigin | undefined; "transform-style"?: csstype0.Property.TransformStyle | undefined; "transition-behavior"?: csstype0.Property.TransitionBehavior | undefined; "transition-delay"?: csstype0.Property.TransitionDelay | undefined; "transition-duration"?: csstype0.Property.TransitionDuration | undefined; "transition-property"?: csstype0.Property.TransitionProperty | undefined; "transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "unicode-bidi"?: csstype0.Property.UnicodeBidi | undefined; "user-select"?: csstype0.Property.UserSelect | undefined; "vector-effect"?: csstype0.Property.VectorEffect | undefined; "vertical-align"?: csstype0.Property.VerticalAlign | undefined; "view-timeline-axis"?: csstype0.Property.ViewTimelineAxis | undefined; "view-timeline-inset"?: csstype0.Property.ViewTimelineInset | undefined; "view-timeline-name"?: csstype0.Property.ViewTimelineName | undefined; "view-transition-class"?: csstype0.Property.ViewTransitionClass | undefined; "view-transition-name"?: csstype0.Property.ViewTransitionName | undefined; "white-space"?: csstype0.Property.WhiteSpace | undefined; "white-space-collapse"?: csstype0.Property.WhiteSpaceCollapse | undefined; "will-change"?: csstype0.Property.WillChange | undefined; "word-break"?: csstype0.Property.WordBreak | undefined; "word-spacing"?: csstype0.Property.WordSpacing | undefined; "word-wrap"?: csstype0.Property.WordWrap | undefined; "writing-mode"?: csstype0.Property.WritingMode | undefined; "z-index"?: csstype0.Property.ZIndex | undefined; "animation-range"?: csstype0.Property.AnimationRange | undefined; "background-position"?: csstype0.Property.BackgroundPosition | undefined; "border-block"?: csstype0.Property.BorderBlock | undefined; "border-block-color"?: csstype0.Property.BorderBlockColor | undefined; "border-block-end"?: csstype0.Property.BorderBlockEnd | undefined; "border-block-start"?: csstype0.Property.BorderBlockStart | undefined; "border-block-style"?: csstype0.Property.BorderBlockStyle | undefined; "border-block-width"?: csstype0.Property.BorderBlockWidth | undefined; "border-bottom"?: csstype0.Property.BorderBottom | undefined; "border-color"?: csstype0.Property.BorderColor | undefined; "border-image"?: csstype0.Property.BorderImage | undefined; "border-inline"?: csstype0.Property.BorderInline | undefined; "border-inline-color"?: csstype0.Property.BorderInlineColor | undefined; "border-inline-end"?: csstype0.Property.BorderInlineEnd | undefined; "border-inline-start"?: csstype0.Property.BorderInlineStart | undefined; "border-inline-style"?: csstype0.Property.BorderInlineStyle | undefined; "border-inline-width"?: csstype0.Property.BorderInlineWidth | undefined; "border-left"?: csstype0.Property.BorderLeft | undefined; "border-radius"?: csstype0.Property.BorderRadius | undefined; "border-right"?: csstype0.Property.BorderRight | undefined; "border-style"?: csstype0.Property.BorderStyle | undefined; "border-top"?: csstype0.Property.BorderTop | undefined; "border-width"?: csstype0.Property.BorderWidth | undefined; "column-rule"?: csstype0.Property.ColumnRule | undefined; "contain-intrinsic-size"?: csstype0.Property.ContainIntrinsicSize | undefined; "flex-flow"?: csstype0.Property.FlexFlow | undefined; "grid-area"?: csstype0.Property.GridArea | undefined; "grid-column"?: csstype0.Property.GridColumn | undefined; "grid-row"?: csstype0.Property.GridRow | undefined; "grid-template"?: csstype0.Property.GridTemplate | undefined; "inset-block"?: csstype0.Property.InsetBlock | undefined; "inset-inline"?: csstype0.Property.InsetInline | undefined; "line-clamp"?: csstype0.Property.LineClamp | undefined; "list-style"?: csstype0.Property.ListStyle | undefined; "margin-block"?: csstype0.Property.MarginBlock | undefined; "margin-inline"?: csstype0.Property.MarginInline | undefined; "mask-border"?: csstype0.Property.MaskBorder | undefined; "overscroll-behavior"?: csstype0.Property.OverscrollBehavior | undefined; "padding-block"?: csstype0.Property.PaddingBlock | undefined; "padding-inline"?: csstype0.Property.PaddingInline | undefined; "place-content"?: csstype0.Property.PlaceContent | undefined; "place-items"?: csstype0.Property.PlaceItems | undefined; "place-self"?: csstype0.Property.PlaceSelf | undefined; "position-try"?: csstype0.Property.PositionTry | undefined; "scroll-margin"?: csstype0.Property.ScrollMargin | undefined; "scroll-margin-block"?: csstype0.Property.ScrollMarginBlock | undefined; "scroll-margin-inline"?: csstype0.Property.ScrollMarginInline | undefined; "scroll-padding"?: csstype0.Property.ScrollPadding | undefined; "scroll-padding-block"?: csstype0.Property.ScrollPaddingBlock | undefined; "scroll-padding-inline"?: csstype0.Property.ScrollPaddingInline | undefined; "scroll-snap-margin"?: csstype0.Property.ScrollMargin | undefined; "scroll-timeline"?: csstype0.Property.ScrollTimeline | undefined; "text-decoration"?: csstype0.Property.TextDecoration | undefined; "text-emphasis"?: csstype0.Property.TextEmphasis | undefined; "text-wrap"?: csstype0.Property.TextWrap | undefined; "view-timeline"?: csstype0.Property.ViewTimeline | undefined; "-moz-animation-delay"?: csstype0.Property.AnimationDelay | undefined; "-moz-animation-direction"?: csstype0.Property.AnimationDirection | undefined; "-moz-animation-duration"?: csstype0.Property.AnimationDuration | undefined; "-moz-animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "-moz-animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "-moz-animation-name"?: csstype0.Property.AnimationName | undefined; "-moz-animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "-moz-animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "-moz-appearance"?: csstype0.Property.MozAppearance | undefined; "-moz-backface-visibility"?: csstype0.Property.BackfaceVisibility | undefined; "-moz-binding"?: csstype0.Property.MozBinding | undefined; "-moz-border-bottom-colors"?: csstype0.Property.MozBorderBottomColors | undefined; "-moz-border-end-color"?: csstype0.Property.BorderInlineEndColor | undefined; "-moz-border-end-style"?: csstype0.Property.BorderInlineEndStyle | undefined; "-moz-border-end-width"?: csstype0.Property.BorderInlineEndWidth | undefined; "-moz-border-left-colors"?: csstype0.Property.MozBorderLeftColors | undefined; "-moz-border-right-colors"?: csstype0.Property.MozBorderRightColors | undefined; "-moz-border-start-color"?: csstype0.Property.BorderInlineStartColor | undefined; "-moz-border-start-style"?: csstype0.Property.BorderInlineStartStyle | undefined; "-moz-border-top-colors"?: csstype0.Property.MozBorderTopColors | undefined; "-moz-box-sizing"?: csstype0.Property.BoxSizing | undefined; "-moz-column-rule-color"?: csstype0.Property.ColumnRuleColor | undefined; "-moz-column-rule-style"?: csstype0.Property.ColumnRuleStyle | undefined; "-moz-column-rule-width"?: csstype0.Property.ColumnRuleWidth | undefined; "-moz-column-width"?: csstype0.Property.ColumnWidth | undefined; "-moz-context-properties"?: csstype0.Property.MozContextProperties | undefined; "-moz-font-feature-settings"?: csstype0.Property.FontFeatureSettings | undefined; "-moz-font-language-override"?: csstype0.Property.FontLanguageOverride | undefined; "-moz-hyphens"?: csstype0.Property.Hyphens | undefined; "-moz-margin-end"?: csstype0.Property.MarginInlineEnd | undefined; "-moz-margin-start"?: csstype0.Property.MarginInlineStart | undefined; "-moz-orient"?: csstype0.Property.MozOrient | undefined; "-moz-osx-font-smoothing"?: csstype0.Property.FontSmooth | undefined; "-moz-outline-radius-bottomleft"?: csstype0.Property.MozOutlineRadiusBottomleft | undefined; "-moz-outline-radius-bottomright"?: csstype0.Property.MozOutlineRadiusBottomright | undefined; "-moz-outline-radius-topleft"?: csstype0.Property.MozOutlineRadiusTopleft | undefined; "-moz-outline-radius-topright"?: csstype0.Property.MozOutlineRadiusTopright | undefined; "-moz-padding-end"?: csstype0.Property.PaddingInlineEnd | undefined; "-moz-padding-start"?: csstype0.Property.PaddingInlineStart | undefined; "-moz-perspective"?: csstype0.Property.Perspective | undefined; "-moz-perspective-origin"?: csstype0.Property.PerspectiveOrigin | undefined; "-moz-stack-sizing"?: csstype0.Property.MozStackSizing | undefined; "-moz-tab-size"?: csstype0.Property.TabSize | undefined; "-moz-text-blink"?: csstype0.Property.MozTextBlink | undefined; "-moz-text-size-adjust"?: csstype0.Property.TextSizeAdjust | undefined; "-moz-transform"?: csstype0.Property.Transform | undefined; "-moz-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-moz-transform-style"?: csstype0.Property.TransformStyle | undefined; "-moz-user-modify"?: csstype0.Property.MozUserModify | undefined; "-moz-user-select"?: csstype0.Property.UserSelect | undefined; "-moz-window-dragging"?: csstype0.Property.MozWindowDragging | undefined; "-moz-window-shadow"?: csstype0.Property.MozWindowShadow | undefined; "-ms-accelerator"?: csstype0.Property.MsAccelerator | undefined; "-ms-block-progression"?: csstype0.Property.MsBlockProgression | undefined; "-ms-content-zoom-chaining"?: csstype0.Property.MsContentZoomChaining | undefined; "-ms-content-zoom-limit-max"?: csstype0.Property.MsContentZoomLimitMax | undefined; "-ms-content-zoom-limit-min"?: csstype0.Property.MsContentZoomLimitMin | undefined; "-ms-content-zoom-snap-points"?: csstype0.Property.MsContentZoomSnapPoints | undefined; "-ms-content-zoom-snap-type"?: csstype0.Property.MsContentZoomSnapType | undefined; "-ms-content-zooming"?: csstype0.Property.MsContentZooming | undefined; "-ms-filter"?: csstype0.Property.MsFilter | undefined; "-ms-flex-direction"?: csstype0.Property.FlexDirection | undefined; "-ms-flex-positive"?: csstype0.Property.FlexGrow | undefined; "-ms-flow-from"?: csstype0.Property.MsFlowFrom | undefined; "-ms-flow-into"?: csstype0.Property.MsFlowInto | undefined; "-ms-grid-columns"?: csstype0.Property.MsGridColumns | undefined; "-ms-grid-rows"?: csstype0.Property.MsGridRows | undefined; "-ms-high-contrast-adjust"?: csstype0.Property.MsHighContrastAdjust | undefined; "-ms-hyphenate-limit-chars"?: csstype0.Property.MsHyphenateLimitChars | undefined; "-ms-hyphenate-limit-lines"?: csstype0.Property.MsHyphenateLimitLines | undefined; "-ms-hyphenate-limit-zone"?: csstype0.Property.MsHyphenateLimitZone | undefined; "-ms-hyphens"?: csstype0.Property.Hyphens | undefined; "-ms-ime-align"?: csstype0.Property.MsImeAlign | undefined; "-ms-line-break"?: csstype0.Property.LineBreak | undefined; "-ms-order"?: csstype0.Property.Order | undefined; "-ms-overflow-style"?: csstype0.Property.MsOverflowStyle | undefined; "-ms-overflow-x"?: csstype0.Property.OverflowX | undefined; "-ms-overflow-y"?: csstype0.Property.OverflowY | undefined; "-ms-scroll-chaining"?: csstype0.Property.MsScrollChaining | undefined; "-ms-scroll-limit-x-max"?: csstype0.Property.MsScrollLimitXMax | undefined; "-ms-scroll-limit-x-min"?: csstype0.Property.MsScrollLimitXMin | undefined; "-ms-scroll-limit-y-max"?: csstype0.Property.MsScrollLimitYMax | undefined; "-ms-scroll-limit-y-min"?: csstype0.Property.MsScrollLimitYMin | undefined; "-ms-scroll-rails"?: csstype0.Property.MsScrollRails | undefined; "-ms-scroll-snap-points-x"?: csstype0.Property.MsScrollSnapPointsX | undefined; "-ms-scroll-snap-points-y"?: csstype0.Property.MsScrollSnapPointsY | undefined; "-ms-scroll-snap-type"?: csstype0.Property.MsScrollSnapType | undefined; "-ms-scroll-translation"?: csstype0.Property.MsScrollTranslation | undefined; "-ms-scrollbar-3dlight-color"?: csstype0.Property.MsScrollbar3dlightColor | undefined; "-ms-scrollbar-arrow-color"?: csstype0.Property.MsScrollbarArrowColor | undefined; "-ms-scrollbar-base-color"?: csstype0.Property.MsScrollbarBaseColor | undefined; "-ms-scrollbar-darkshadow-color"?: csstype0.Property.MsScrollbarDarkshadowColor | undefined; "-ms-scrollbar-face-color"?: csstype0.Property.MsScrollbarFaceColor | undefined; "-ms-scrollbar-highlight-color"?: csstype0.Property.MsScrollbarHighlightColor | undefined; "-ms-scrollbar-shadow-color"?: csstype0.Property.MsScrollbarShadowColor | undefined; "-ms-scrollbar-track-color"?: csstype0.Property.MsScrollbarTrackColor | undefined; "-ms-text-autospace"?: csstype0.Property.MsTextAutospace | undefined; "-ms-text-combine-horizontal"?: csstype0.Property.TextCombineUpright | undefined; "-ms-text-overflow"?: csstype0.Property.TextOverflow | undefined; "-ms-touch-action"?: csstype0.Property.TouchAction | undefined; "-ms-touch-select"?: csstype0.Property.MsTouchSelect | undefined; "-ms-transform"?: csstype0.Property.Transform | undefined; "-ms-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-ms-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-ms-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-ms-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-ms-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-ms-user-select"?: csstype0.Property.MsUserSelect | undefined; "-ms-word-break"?: csstype0.Property.WordBreak | undefined; "-ms-wrap-flow"?: csstype0.Property.MsWrapFlow | undefined; "-ms-wrap-margin"?: csstype0.Property.MsWrapMargin | undefined; "-ms-wrap-through"?: csstype0.Property.MsWrapThrough | undefined; "-ms-writing-mode"?: csstype0.Property.WritingMode | undefined; "-webkit-align-content"?: csstype0.Property.AlignContent | undefined; "-webkit-align-items"?: csstype0.Property.AlignItems | undefined; "-webkit-align-self"?: csstype0.Property.AlignSelf | undefined; "-webkit-animation-delay"?: csstype0.Property.AnimationDelay | undefined; "-webkit-animation-direction"?: csstype0.Property.AnimationDirection | undefined; "-webkit-animation-duration"?: csstype0.Property.AnimationDuration | undefined; "-webkit-animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "-webkit-animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "-webkit-animation-name"?: csstype0.Property.AnimationName | undefined; "-webkit-animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "-webkit-animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "-webkit-appearance"?: csstype0.Property.WebkitAppearance | undefined; "-webkit-backdrop-filter"?: csstype0.Property.BackdropFilter | undefined; "-webkit-backface-visibility"?: csstype0.Property.BackfaceVisibility | undefined; "-webkit-background-clip"?: csstype0.Property.BackgroundClip | undefined; "-webkit-background-origin"?: csstype0.Property.BackgroundOrigin | undefined; "-webkit-background-size"?: csstype0.Property.BackgroundSize | undefined; "-webkit-border-before-color"?: csstype0.Property.WebkitBorderBeforeColor | undefined; "-webkit-border-before-style"?: csstype0.Property.WebkitBorderBeforeStyle | undefined; "-webkit-border-before-width"?: csstype0.Property.WebkitBorderBeforeWidth | undefined; "-webkit-border-bottom-left-radius"?: csstype0.Property.BorderBottomLeftRadius | undefined; "-webkit-border-bottom-right-radius"?: csstype0.Property.BorderBottomRightRadius | undefined; "-webkit-border-image-slice"?: csstype0.Property.BorderImageSlice | undefined; "-webkit-border-top-left-radius"?: csstype0.Property.BorderTopLeftRadius | undefined; "-webkit-border-top-right-radius"?: csstype0.Property.BorderTopRightRadius | undefined; "-webkit-box-decoration-break"?: csstype0.Property.BoxDecorationBreak | undefined; "-webkit-box-reflect"?: csstype0.Property.WebkitBoxReflect | undefined; "-webkit-box-shadow"?: csstype0.Property.BoxShadow | undefined; "-webkit-box-sizing"?: csstype0.Property.BoxSizing | undefined; "-webkit-clip-path"?: csstype0.Property.ClipPath | undefined; "-webkit-column-count"?: csstype0.Property.ColumnCount | undefined; "-webkit-column-fill"?: csstype0.Property.ColumnFill | undefined; "-webkit-column-rule-color"?: csstype0.Property.ColumnRuleColor | undefined; "-webkit-column-rule-style"?: csstype0.Property.ColumnRuleStyle | undefined; "-webkit-column-rule-width"?: csstype0.Property.ColumnRuleWidth | undefined; "-webkit-column-span"?: csstype0.Property.ColumnSpan | undefined; "-webkit-column-width"?: csstype0.Property.ColumnWidth | undefined; "-webkit-filter"?: csstype0.Property.Filter | undefined; "-webkit-flex-basis"?: csstype0.Property.FlexBasis | undefined; "-webkit-flex-direction"?: csstype0.Property.FlexDirection | undefined; "-webkit-flex-grow"?: csstype0.Property.FlexGrow | undefined; "-webkit-flex-shrink"?: csstype0.Property.FlexShrink | undefined; "-webkit-flex-wrap"?: csstype0.Property.FlexWrap | undefined; "-webkit-font-feature-settings"?: csstype0.Property.FontFeatureSettings | undefined; "-webkit-font-kerning"?: csstype0.Property.FontKerning | undefined; "-webkit-font-smoothing"?: csstype0.Property.FontSmooth | undefined; "-webkit-font-variant-ligatures"?: csstype0.Property.FontVariantLigatures | undefined; "-webkit-hyphenate-character"?: csstype0.Property.HyphenateCharacter | undefined; "-webkit-hyphens"?: csstype0.Property.Hyphens | undefined; "-webkit-initial-letter"?: csstype0.Property.InitialLetter | undefined; "-webkit-justify-content"?: csstype0.Property.JustifyContent | undefined; "-webkit-line-break"?: csstype0.Property.LineBreak | undefined; "-webkit-line-clamp"?: csstype0.Property.WebkitLineClamp | undefined; "-webkit-logical-height"?: csstype0.Property.BlockSize | undefined; "-webkit-logical-width"?: csstype0.Property.InlineSize | undefined; "-webkit-margin-end"?: csstype0.Property.MarginInlineEnd | undefined; "-webkit-margin-start"?: csstype0.Property.MarginInlineStart | undefined; "-webkit-mask-attachment"?: csstype0.Property.WebkitMaskAttachment | undefined; "-webkit-mask-box-image-outset"?: csstype0.Property.MaskBorderOutset | undefined; "-webkit-mask-box-image-repeat"?: csstype0.Property.MaskBorderRepeat | undefined; "-webkit-mask-box-image-slice"?: csstype0.Property.MaskBorderSlice | undefined; "-webkit-mask-box-image-source"?: csstype0.Property.MaskBorderSource | undefined; "-webkit-mask-box-image-width"?: csstype0.Property.MaskBorderWidth | undefined; "-webkit-mask-clip"?: csstype0.Property.WebkitMaskClip | undefined; "-webkit-mask-composite"?: csstype0.Property.WebkitMaskComposite | undefined; "-webkit-mask-image"?: csstype0.Property.WebkitMaskImage | undefined; "-webkit-mask-origin"?: csstype0.Property.WebkitMaskOrigin | undefined; "-webkit-mask-position"?: csstype0.Property.WebkitMaskPosition | undefined; "-webkit-mask-position-x"?: csstype0.Property.WebkitMaskPositionX | undefined; "-webkit-mask-position-y"?: csstype0.Property.WebkitMaskPositionY | undefined; "-webkit-mask-repeat"?: csstype0.Property.WebkitMaskRepeat | undefined; "-webkit-mask-repeat-x"?: csstype0.Property.WebkitMaskRepeatX | undefined; "-webkit-mask-repeat-y"?: csstype0.Property.WebkitMaskRepeatY | undefined; "-webkit-mask-size"?: csstype0.Property.WebkitMaskSize | undefined; "-webkit-max-inline-size"?: csstype0.Property.MaxInlineSize | undefined; "-webkit-order"?: csstype0.Property.Order | undefined; "-webkit-overflow-scrolling"?: csstype0.Property.WebkitOverflowScrolling | undefined; "-webkit-padding-end"?: csstype0.Property.PaddingInlineEnd | undefined; "-webkit-padding-start"?: csstype0.Property.PaddingInlineStart | undefined; "-webkit-perspective"?: csstype0.Property.Perspective | undefined; "-webkit-perspective-origin"?: csstype0.Property.PerspectiveOrigin | undefined; "-webkit-print-color-adjust"?: csstype0.Property.PrintColorAdjust | undefined; "-webkit-ruby-position"?: csstype0.Property.RubyPosition | undefined; "-webkit-scroll-snap-type"?: csstype0.Property.ScrollSnapType | undefined; "-webkit-shape-margin"?: csstype0.Property.ShapeMargin | undefined; "-webkit-tap-highlight-color"?: csstype0.Property.WebkitTapHighlightColor | undefined; "-webkit-text-combine"?: csstype0.Property.TextCombineUpright | undefined; "-webkit-text-decoration-color"?: csstype0.Property.TextDecorationColor | undefined; "-webkit-text-decoration-line"?: csstype0.Property.TextDecorationLine | undefined; "-webkit-text-decoration-skip"?: csstype0.Property.TextDecorationSkip | undefined; "-webkit-text-decoration-style"?: csstype0.Property.TextDecorationStyle | undefined; "-webkit-text-emphasis-color"?: csstype0.Property.TextEmphasisColor | undefined; "-webkit-text-emphasis-position"?: csstype0.Property.TextEmphasisPosition | undefined; "-webkit-text-emphasis-style"?: csstype0.Property.TextEmphasisStyle | undefined; "-webkit-text-fill-color"?: csstype0.Property.WebkitTextFillColor | undefined; "-webkit-text-orientation"?: csstype0.Property.TextOrientation | undefined; "-webkit-text-size-adjust"?: csstype0.Property.TextSizeAdjust | undefined; "-webkit-text-stroke-color"?: csstype0.Property.WebkitTextStrokeColor | undefined; "-webkit-text-stroke-width"?: csstype0.Property.WebkitTextStrokeWidth | undefined; "-webkit-text-underline-position"?: csstype0.Property.TextUnderlinePosition | undefined; "-webkit-touch-callout"?: csstype0.Property.WebkitTouchCallout | undefined; "-webkit-transform"?: csstype0.Property.Transform | undefined; "-webkit-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-webkit-transform-style"?: csstype0.Property.TransformStyle | undefined; "-webkit-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-webkit-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-webkit-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-webkit-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-webkit-user-modify"?: csstype0.Property.WebkitUserModify | undefined; "-webkit-user-select"?: csstype0.Property.WebkitUserSelect | undefined; "-webkit-writing-mode"?: csstype0.Property.WritingMode | undefined; "-moz-animation"?: csstype0.Property.Animation | undefined; "-moz-border-image"?: csstype0.Property.BorderImage | undefined; "-moz-column-rule"?: csstype0.Property.ColumnRule | undefined; "-moz-columns"?: csstype0.Property.Columns | undefined; "-moz-outline-radius"?: csstype0.Property.MozOutlineRadius | undefined; "-moz-transition"?: csstype0.Property.Transition | undefined; "-ms-content-zoom-limit"?: csstype0.Property.MsContentZoomLimit | undefined; "-ms-content-zoom-snap"?: csstype0.Property.MsContentZoomSnap | undefined; "-ms-flex"?: csstype0.Property.Flex | undefined; "-ms-scroll-limit"?: csstype0.Property.MsScrollLimit | undefined; "-ms-scroll-snap-x"?: csstype0.Property.MsScrollSnapX | undefined; "-ms-scroll-snap-y"?: csstype0.Property.MsScrollSnapY | undefined; "-ms-transition"?: csstype0.Property.Transition | undefined; "-webkit-animation"?: csstype0.Property.Animation | undefined; "-webkit-border-before"?: csstype0.Property.WebkitBorderBefore | undefined; "-webkit-border-image"?: csstype0.Property.BorderImage | undefined; "-webkit-border-radius"?: csstype0.Property.BorderRadius | undefined; "-webkit-column-rule"?: csstype0.Property.ColumnRule | undefined; "-webkit-columns"?: csstype0.Property.Columns | undefined; "-webkit-flex"?: csstype0.Property.Flex | undefined; "-webkit-flex-flow"?: csstype0.Property.FlexFlow | undefined; "-webkit-mask"?: csstype0.Property.WebkitMask | undefined; "-webkit-mask-box-image"?: csstype0.Property.MaskBorder | undefined; "-webkit-text-emphasis"?: csstype0.Property.TextEmphasis | undefined; "-webkit-text-stroke"?: csstype0.Property.WebkitTextStroke | undefined; "-webkit-transition"?: csstype0.Property.Transition | undefined; "box-align"?: csstype0.Property.BoxAlign | undefined; "box-direction"?: csstype0.Property.BoxDirection | undefined; "box-flex"?: csstype0.Property.BoxFlex | undefined; "box-flex-group"?: csstype0.Property.BoxFlexGroup | undefined; "box-lines"?: csstype0.Property.BoxLines | undefined; "box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "box-orient"?: csstype0.Property.BoxOrient | undefined; "box-pack"?: csstype0.Property.BoxPack | undefined; "font-stretch"?: csstype0.Property.FontStretch | undefined; "grid-column-gap"?: csstype0.Property.GridColumnGap | undefined; "grid-gap"?: csstype0.Property.GridGap | undefined; "grid-row-gap"?: csstype0.Property.GridRowGap | undefined; "ime-mode"?: csstype0.Property.ImeMode | undefined; "inset-area"?: csstype0.Property.PositionArea | undefined; "offset-block"?: csstype0.Property.InsetBlock | undefined; "offset-block-end"?: csstype0.Property.InsetBlockEnd | undefined; "offset-block-start"?: csstype0.Property.InsetBlockStart | undefined; "offset-inline"?: csstype0.Property.InsetInline | undefined; "offset-inline-end"?: csstype0.Property.InsetInlineEnd | undefined; "offset-inline-start"?: csstype0.Property.InsetInlineStart | undefined; "page-break-after"?: csstype0.Property.PageBreakAfter | undefined; "page-break-before"?: csstype0.Property.PageBreakBefore | undefined; "page-break-inside"?: csstype0.Property.PageBreakInside | undefined; "position-try-options"?: csstype0.Property.PositionTryFallbacks | undefined; "scroll-snap-coordinate"?: csstype0.Property.ScrollSnapCoordinate | undefined; "scroll-snap-destination"?: csstype0.Property.ScrollSnapDestination | undefined; "scroll-snap-points-x"?: csstype0.Property.ScrollSnapPointsX | undefined; "scroll-snap-points-y"?: csstype0.Property.ScrollSnapPointsY | undefined; "scroll-snap-type-x"?: csstype0.Property.ScrollSnapTypeX | undefined; "scroll-snap-type-y"?: csstype0.Property.ScrollSnapTypeY | undefined; "-khtml-box-align"?: csstype0.Property.BoxAlign | undefined; "-khtml-box-direction"?: csstype0.Property.BoxDirection | undefined; "-khtml-box-flex"?: csstype0.Property.BoxFlex | undefined; "-khtml-box-flex-group"?: csstype0.Property.BoxFlexGroup | undefined; "-khtml-box-lines"?: csstype0.Property.BoxLines | undefined; "-khtml-box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "-khtml-box-orient"?: csstype0.Property.BoxOrient | undefined; "-khtml-box-pack"?: csstype0.Property.BoxPack | undefined; "-khtml-line-break"?: csstype0.Property.LineBreak | undefined; "-khtml-opacity"?: csstype0.Property.Opacity | undefined; "-khtml-user-select"?: csstype0.Property.UserSelect | undefined; "-moz-background-clip"?: csstype0.Property.BackgroundClip | undefined; "-moz-background-origin"?: csstype0.Property.BackgroundOrigin | undefined; "-moz-background-size"?: csstype0.Property.BackgroundSize | undefined; "-moz-border-radius"?: csstype0.Property.BorderRadius | undefined; "-moz-border-radius-bottomleft"?: csstype0.Property.BorderBottomLeftRadius | undefined; "-moz-border-radius-bottomright"?: csstype0.Property.BorderBottomRightRadius | undefined; "-moz-border-radius-topleft"?: csstype0.Property.BorderTopLeftRadius | undefined; "-moz-border-radius-topright"?: csstype0.Property.BorderTopRightRadius | undefined; "-moz-box-align"?: csstype0.Property.BoxAlign | undefined; "-moz-box-direction"?: csstype0.Property.BoxDirection | undefined; "-moz-box-flex"?: csstype0.Property.BoxFlex | undefined; "-moz-box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "-moz-box-orient"?: csstype0.Property.BoxOrient | undefined; "-moz-box-pack"?: csstype0.Property.BoxPack | undefined; "-moz-box-shadow"?: csstype0.Property.BoxShadow | undefined; "-moz-column-count"?: csstype0.Property.ColumnCount | undefined; "-moz-column-fill"?: csstype0.Property.ColumnFill | undefined; "-moz-float-edge"?: csstype0.Property.MozFloatEdge | undefined; "-moz-force-broken-image-icon"?: csstype0.Property.MozForceBrokenImageIcon | undefined; "-moz-opacity"?: csstype0.Property.Opacity | undefined; "-moz-outline"?: csstype0.Property.Outline | undefined; "-moz-outline-color"?: csstype0.Property.OutlineColor | undefined; "-moz-outline-style"?: csstype0.Property.OutlineStyle | undefined; "-moz-outline-width"?: csstype0.Property.OutlineWidth | undefined; "-moz-text-align-last"?: csstype0.Property.TextAlignLast | undefined; "-moz-text-decoration-color"?: csstype0.Property.TextDecorationColor | undefined; "-moz-text-decoration-line"?: csstype0.Property.TextDecorationLine | undefined; "-moz-text-decoration-style"?: csstype0.Property.TextDecorationStyle | undefined; "-moz-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-moz-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-moz-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-moz-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-moz-user-focus"?: csstype0.Property.MozUserFocus | undefined; "-moz-user-input"?: csstype0.Property.MozUserInput | undefined; "-ms-ime-mode"?: csstype0.Property.ImeMode | undefined; "-o-animation"?: csstype0.Property.Animation | undefined; "-o-animation-delay"?: csstype0.Property.AnimationDelay | undefined; "-o-animation-direction"?: csstype0.Property.AnimationDirection | undefined; "-o-animation-duration"?: csstype0.Property.AnimationDuration | undefined; "-o-animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "-o-animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "-o-animation-name"?: csstype0.Property.AnimationName | undefined; "-o-animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "-o-animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "-o-background-size"?: csstype0.Property.BackgroundSize | undefined; "-o-border-image"?: csstype0.Property.BorderImage | undefined; "-o-object-fit"?: csstype0.Property.ObjectFit | undefined; "-o-object-position"?: csstype0.Property.ObjectPosition | undefined; "-o-tab-size"?: csstype0.Property.TabSize | undefined; "-o-text-overflow"?: csstype0.Property.TextOverflow | undefined; "-o-transform"?: csstype0.Property.Transform | undefined; "-o-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-o-transition"?: csstype0.Property.Transition | undefined; "-o-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-o-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-o-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-o-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-webkit-box-align"?: csstype0.Property.BoxAlign | undefined; "-webkit-box-direction"?: csstype0.Property.BoxDirection | undefined; "-webkit-box-flex"?: csstype0.Property.BoxFlex | undefined; "-webkit-box-flex-group"?: csstype0.Property.BoxFlexGroup | undefined; "-webkit-box-lines"?: csstype0.Property.BoxLines | undefined; "-webkit-box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "-webkit-box-orient"?: csstype0.Property.BoxOrient | undefined; "-webkit-box-pack"?: csstype0.Property.BoxPack | undefined; "color-interpolation"?: csstype0.Property.ColorInterpolation | undefined; "color-rendering"?: csstype0.Property.ColorRendering | undefined; "glyph-orientation-vertical"?: csstype0.Property.GlyphOrientationVertical | undefined; } | undefined; content?: { [x: `--${string}`]: string | number | undefined; accentColor?: csstype0.Property.AccentColor | undefined; alignContent?: csstype0.Property.AlignContent | undefined; alignItems?: csstype0.Property.AlignItems | undefined; alignSelf?: csstype0.Property.AlignSelf | undefined; alignTracks?: csstype0.Property.AlignTracks | undefined; alignmentBaseline?: csstype0.Property.AlignmentBaseline | undefined; anchorName?: csstype0.Property.AnchorName | undefined; anchorScope?: csstype0.Property.AnchorScope | undefined; animationComposition?: csstype0.Property.AnimationComposition | undefined; animationDelay?: csstype0.Property.AnimationDelay | undefined; animationDirection?: csstype0.Property.AnimationDirection | undefined; animationDuration?: csstype0.Property.AnimationDuration | undefined; animationFillMode?: csstype0.Property.AnimationFillMode | undefined; animationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; animationName?: csstype0.Property.AnimationName | undefined; animationPlayState?: csstype0.Property.AnimationPlayState | undefined; animationRangeEnd?: csstype0.Property.AnimationRangeEnd | undefined; animationRangeStart?: csstype0.Property.AnimationRangeStart | undefined; animationTimeline?: csstype0.Property.AnimationTimeline | undefined; animationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; appearance?: csstype0.Property.Appearance | undefined; aspectRatio?: csstype0.Property.AspectRatio | undefined; backdropFilter?: csstype0.Property.BackdropFilter | undefined; backfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined; backgroundAttachment?: csstype0.Property.BackgroundAttachment | undefined; backgroundBlendMode?: csstype0.Property.BackgroundBlendMode | undefined; backgroundClip?: csstype0.Property.BackgroundClip | undefined; backgroundColor?: csstype0.Property.BackgroundColor | undefined; backgroundImage?: csstype0.Property.BackgroundImage | undefined; backgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined; backgroundPositionX?: csstype0.Property.BackgroundPositionX | undefined; backgroundPositionY?: csstype0.Property.BackgroundPositionY | undefined; backgroundRepeat?: csstype0.Property.BackgroundRepeat | undefined; backgroundSize?: csstype0.Property.BackgroundSize | undefined; baselineShift?: csstype0.Property.BaselineShift | undefined; blockSize?: csstype0.Property.BlockSize | undefined; borderBlockEndColor?: csstype0.Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: csstype0.Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: csstype0.Property.BorderBlockEndWidth | undefined; borderBlockStartColor?: csstype0.Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: csstype0.Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: csstype0.Property.BorderBlockStartWidth | undefined; borderBottomColor?: csstype0.Property.BorderBottomColor | undefined; borderBottomLeftRadius?: csstype0.Property.BorderBottomLeftRadius | undefined; borderBottomRightRadius?: csstype0.Property.BorderBottomRightRadius | undefined; borderBottomStyle?: csstype0.Property.BorderBottomStyle | undefined; borderBottomWidth?: csstype0.Property.BorderBottomWidth | undefined; borderCollapse?: csstype0.Property.BorderCollapse | undefined; borderEndEndRadius?: csstype0.Property.BorderEndEndRadius | undefined; borderEndStartRadius?: csstype0.Property.BorderEndStartRadius | undefined; borderImageOutset?: csstype0.Property.BorderImageOutset | undefined; borderImageRepeat?: csstype0.Property.BorderImageRepeat | undefined; borderImageSlice?: csstype0.Property.BorderImageSlice | undefined; borderImageSource?: csstype0.Property.BorderImageSource | undefined; borderImageWidth?: csstype0.Property.BorderImageWidth | undefined; borderInlineEndColor?: csstype0.Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: csstype0.Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: csstype0.Property.BorderInlineEndWidth | undefined; borderInlineStartColor?: csstype0.Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: csstype0.Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: csstype0.Property.BorderInlineStartWidth | undefined; borderLeftColor?: csstype0.Property.BorderLeftColor | undefined; borderLeftStyle?: csstype0.Property.BorderLeftStyle | undefined; borderLeftWidth?: csstype0.Property.BorderLeftWidth | undefined; borderRightColor?: csstype0.Property.BorderRightColor | undefined; borderRightStyle?: csstype0.Property.BorderRightStyle | undefined; borderRightWidth?: csstype0.Property.BorderRightWidth | undefined; borderSpacing?: csstype0.Property.BorderSpacing | undefined; borderStartEndRadius?: csstype0.Property.BorderStartEndRadius | undefined; borderStartStartRadius?: csstype0.Property.BorderStartStartRadius | undefined; borderTopColor?: csstype0.Property.BorderTopColor | undefined; borderTopLeftRadius?: csstype0.Property.BorderTopLeftRadius | undefined; borderTopRightRadius?: csstype0.Property.BorderTopRightRadius | undefined; borderTopStyle?: csstype0.Property.BorderTopStyle | undefined; borderTopWidth?: csstype0.Property.BorderTopWidth | undefined; bottom?: csstype0.Property.Bottom | undefined; boxDecorationBreak?: csstype0.Property.BoxDecorationBreak | undefined; boxShadow?: csstype0.Property.BoxShadow | undefined; boxSizing?: csstype0.Property.BoxSizing | undefined; breakAfter?: csstype0.Property.BreakAfter | undefined; breakBefore?: csstype0.Property.BreakBefore | undefined; breakInside?: csstype0.Property.BreakInside | undefined; captionSide?: csstype0.Property.CaptionSide | undefined; caretColor?: csstype0.Property.CaretColor | undefined; caretShape?: csstype0.Property.CaretShape | undefined; clear?: csstype0.Property.Clear | undefined; clipPath?: csstype0.Property.ClipPath | undefined; clipRule?: csstype0.Property.ClipRule | undefined; color?: csstype0.Property.Color | undefined; colorAdjust?: csstype0.Property.PrintColorAdjust | undefined; colorInterpolationFilters?: csstype0.Property.ColorInterpolationFilters | undefined; colorScheme?: csstype0.Property.ColorScheme | undefined; columnCount?: csstype0.Property.ColumnCount | undefined; columnFill?: csstype0.Property.ColumnFill | undefined; columnGap?: csstype0.Property.ColumnGap | undefined; columnRuleColor?: csstype0.Property.ColumnRuleColor | undefined; columnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined; columnRuleWidth?: csstype0.Property.ColumnRuleWidth | undefined; columnSpan?: csstype0.Property.ColumnSpan | undefined; columnWidth?: csstype0.Property.ColumnWidth | undefined; contain?: csstype0.Property.Contain | undefined; containIntrinsicBlockSize?: csstype0.Property.ContainIntrinsicBlockSize | undefined; containIntrinsicHeight?: csstype0.Property.ContainIntrinsicHeight | undefined; containIntrinsicInlineSize?: csstype0.Property.ContainIntrinsicInlineSize | undefined; containIntrinsicWidth?: csstype0.Property.ContainIntrinsicWidth | undefined; containerName?: csstype0.Property.ContainerName | undefined; containerType?: csstype0.Property.ContainerType | undefined; content?: csstype0.Property.Content | undefined; contentVisibility?: csstype0.Property.ContentVisibility | undefined; counterIncrement?: csstype0.Property.CounterIncrement | undefined; counterReset?: csstype0.Property.CounterReset | undefined; counterSet?: csstype0.Property.CounterSet | undefined; cursor?: csstype0.Property.Cursor | undefined; cx?: csstype0.Property.Cx | undefined; cy?: csstype0.Property.Cy | undefined; d?: csstype0.Property.D | undefined; direction?: csstype0.Property.Direction | undefined; display?: csstype0.Property.Display | undefined; dominantBaseline?: csstype0.Property.DominantBaseline | undefined; emptyCells?: csstype0.Property.EmptyCells | undefined; fieldSizing?: csstype0.Property.FieldSizing | undefined; fill?: csstype0.Property.Fill | undefined; fillOpacity?: csstype0.Property.FillOpacity | undefined; fillRule?: csstype0.Property.FillRule | undefined; filter?: csstype0.Property.Filter | undefined; flexBasis?: csstype0.Property.FlexBasis | undefined; flexDirection?: csstype0.Property.FlexDirection | undefined; flexGrow?: csstype0.Property.FlexGrow | undefined; flexShrink?: csstype0.Property.FlexShrink | undefined; flexWrap?: csstype0.Property.FlexWrap | undefined; float?: csstype0.Property.Float | undefined; floodColor?: csstype0.Property.FloodColor | undefined; floodOpacity?: csstype0.Property.FloodOpacity | undefined; fontFamily?: csstype0.Property.FontFamily | undefined; fontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined; fontKerning?: csstype0.Property.FontKerning | undefined; fontLanguageOverride?: csstype0.Property.FontLanguageOverride | undefined; fontOpticalSizing?: csstype0.Property.FontOpticalSizing | undefined; fontPalette?: csstype0.Property.FontPalette | undefined; fontSize?: csstype0.Property.FontSize | undefined; fontSizeAdjust?: csstype0.Property.FontSizeAdjust | undefined; fontSmooth?: csstype0.Property.FontSmooth | undefined; fontStyle?: csstype0.Property.FontStyle | undefined; fontSynthesis?: csstype0.Property.FontSynthesis | undefined; fontSynthesisPosition?: csstype0.Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: csstype0.Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: csstype0.Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: csstype0.Property.FontSynthesisWeight | undefined; fontVariant?: csstype0.Property.FontVariant | undefined; fontVariantAlternates?: csstype0.Property.FontVariantAlternates | undefined; fontVariantCaps?: csstype0.Property.FontVariantCaps | undefined; fontVariantEastAsian?: csstype0.Property.FontVariantEastAsian | undefined; fontVariantEmoji?: csstype0.Property.FontVariantEmoji | undefined; fontVariantLigatures?: csstype0.Property.FontVariantLigatures | undefined; fontVariantNumeric?: csstype0.Property.FontVariantNumeric | undefined; fontVariantPosition?: csstype0.Property.FontVariantPosition | undefined; fontVariationSettings?: csstype0.Property.FontVariationSettings | undefined; fontWeight?: csstype0.Property.FontWeight | undefined; fontWidth?: csstype0.Property.FontWidth | undefined; forcedColorAdjust?: csstype0.Property.ForcedColorAdjust | undefined; gridAutoColumns?: csstype0.Property.GridAutoColumns | undefined; gridAutoFlow?: csstype0.Property.GridAutoFlow | undefined; gridAutoRows?: csstype0.Property.GridAutoRows | undefined; gridColumnEnd?: csstype0.Property.GridColumnEnd | undefined; gridColumnStart?: csstype0.Property.GridColumnStart | undefined; gridRowEnd?: csstype0.Property.GridRowEnd | undefined; gridRowStart?: csstype0.Property.GridRowStart | undefined; gridTemplateAreas?: csstype0.Property.GridTemplateAreas | undefined; gridTemplateColumns?: csstype0.Property.GridTemplateColumns | undefined; gridTemplateRows?: csstype0.Property.GridTemplateRows | undefined; hangingPunctuation?: csstype0.Property.HangingPunctuation | undefined; height?: csstype0.Property.Height | undefined; hyphenateCharacter?: csstype0.Property.HyphenateCharacter | undefined; hyphenateLimitChars?: csstype0.Property.HyphenateLimitChars | undefined; hyphens?: csstype0.Property.Hyphens | undefined; imageOrientation?: csstype0.Property.ImageOrientation | undefined; imageRendering?: csstype0.Property.ImageRendering | undefined; imageResolution?: csstype0.Property.ImageResolution | undefined; initialLetter?: csstype0.Property.InitialLetter | undefined; initialLetterAlign?: csstype0.Property.InitialLetterAlign | undefined; inlineSize?: csstype0.Property.InlineSize | undefined; insetBlockEnd?: csstype0.Property.InsetBlockEnd | undefined; insetBlockStart?: csstype0.Property.InsetBlockStart | undefined; insetInlineEnd?: csstype0.Property.InsetInlineEnd | undefined; insetInlineStart?: csstype0.Property.InsetInlineStart | undefined; interpolateSize?: csstype0.Property.InterpolateSize | undefined; isolation?: csstype0.Property.Isolation | undefined; justifyContent?: csstype0.Property.JustifyContent | undefined; justifyItems?: csstype0.Property.JustifyItems | undefined; justifySelf?: csstype0.Property.JustifySelf | undefined; justifyTracks?: csstype0.Property.JustifyTracks | undefined; left?: csstype0.Property.Left | undefined; letterSpacing?: csstype0.Property.LetterSpacing | undefined; lightingColor?: csstype0.Property.LightingColor | undefined; lineBreak?: csstype0.Property.LineBreak | undefined; lineHeight?: csstype0.Property.LineHeight | undefined; lineHeightStep?: csstype0.Property.LineHeightStep | undefined; listStyleImage?: csstype0.Property.ListStyleImage | undefined; listStylePosition?: csstype0.Property.ListStylePosition | undefined; listStyleType?: csstype0.Property.ListStyleType | undefined; marginBlockEnd?: csstype0.Property.MarginBlockEnd | undefined; marginBlockStart?: csstype0.Property.MarginBlockStart | undefined; marginBottom?: csstype0.Property.MarginBottom | undefined; marginInlineEnd?: csstype0.Property.MarginInlineEnd | undefined; marginInlineStart?: csstype0.Property.MarginInlineStart | undefined; marginLeft?: csstype0.Property.MarginLeft | undefined; marginRight?: csstype0.Property.MarginRight | undefined; marginTop?: csstype0.Property.MarginTop | undefined; marginTrim?: csstype0.Property.MarginTrim | undefined; marker?: csstype0.Property.Marker | undefined; markerEnd?: csstype0.Property.MarkerEnd | undefined; markerMid?: csstype0.Property.MarkerMid | undefined; markerStart?: csstype0.Property.MarkerStart | undefined; maskBorderMode?: csstype0.Property.MaskBorderMode | undefined; maskBorderOutset?: csstype0.Property.MaskBorderOutset | undefined; maskBorderRepeat?: csstype0.Property.MaskBorderRepeat | undefined; maskBorderSlice?: csstype0.Property.MaskBorderSlice | undefined; maskBorderSource?: csstype0.Property.MaskBorderSource | undefined; maskBorderWidth?: csstype0.Property.MaskBorderWidth | undefined; maskClip?: csstype0.Property.MaskClip | undefined; maskComposite?: csstype0.Property.MaskComposite | undefined; maskImage?: csstype0.Property.MaskImage | undefined; maskMode?: csstype0.Property.MaskMode | undefined; maskOrigin?: csstype0.Property.MaskOrigin | undefined; maskPosition?: csstype0.Property.MaskPosition | undefined; maskRepeat?: csstype0.Property.MaskRepeat | undefined; maskSize?: csstype0.Property.MaskSize | undefined; maskType?: csstype0.Property.MaskType | undefined; masonryAutoFlow?: csstype0.Property.MasonryAutoFlow | undefined; mathDepth?: csstype0.Property.MathDepth | undefined; mathShift?: csstype0.Property.MathShift | undefined; mathStyle?: csstype0.Property.MathStyle | undefined; maxBlockSize?: csstype0.Property.MaxBlockSize | undefined; maxHeight?: csstype0.Property.MaxHeight | undefined; maxInlineSize?: csstype0.Property.MaxInlineSize | undefined; maxLines?: csstype0.Property.MaxLines | undefined; maxWidth?: csstype0.Property.MaxWidth | undefined; minBlockSize?: csstype0.Property.MinBlockSize | undefined; minHeight?: csstype0.Property.MinHeight | undefined; minInlineSize?: csstype0.Property.MinInlineSize | undefined; minWidth?: csstype0.Property.MinWidth | undefined; mixBlendMode?: csstype0.Property.MixBlendMode | undefined; motionDistance?: csstype0.Property.OffsetDistance | undefined; motionPath?: csstype0.Property.OffsetPath | undefined; motionRotation?: csstype0.Property.OffsetRotate | undefined; objectFit?: csstype0.Property.ObjectFit | undefined; objectPosition?: csstype0.Property.ObjectPosition | undefined; objectViewBox?: csstype0.Property.ObjectViewBox | undefined; offsetAnchor?: csstype0.Property.OffsetAnchor | undefined; offsetDistance?: csstype0.Property.OffsetDistance | undefined; offsetPath?: csstype0.Property.OffsetPath | undefined; offsetPosition?: csstype0.Property.OffsetPosition | undefined; offsetRotate?: csstype0.Property.OffsetRotate | undefined; offsetRotation?: csstype0.Property.OffsetRotate | undefined; opacity?: csstype0.Property.Opacity | undefined; order?: csstype0.Property.Order | undefined; orphans?: csstype0.Property.Orphans | undefined; outlineColor?: csstype0.Property.OutlineColor | undefined; outlineOffset?: csstype0.Property.OutlineOffset | undefined; outlineStyle?: csstype0.Property.OutlineStyle | undefined; outlineWidth?: csstype0.Property.OutlineWidth | undefined; overflowAnchor?: csstype0.Property.OverflowAnchor | undefined; overflowBlock?: csstype0.Property.OverflowBlock | undefined; overflowClipBox?: csstype0.Property.OverflowClipBox | undefined; overflowClipMargin?: csstype0.Property.OverflowClipMargin | undefined; overflowInline?: csstype0.Property.OverflowInline | undefined; overflowWrap?: csstype0.Property.OverflowWrap | undefined; overflowX?: csstype0.Property.OverflowX | undefined; overflowY?: csstype0.Property.OverflowY | undefined; overlay?: csstype0.Property.Overlay | undefined; overscrollBehaviorBlock?: csstype0.Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: csstype0.Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: csstype0.Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: csstype0.Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: csstype0.Property.PaddingBlockEnd | undefined; paddingBlockStart?: csstype0.Property.PaddingBlockStart | undefined; paddingBottom?: csstype0.Property.PaddingBottom | undefined; paddingInlineEnd?: csstype0.Property.PaddingInlineEnd | undefined; paddingInlineStart?: csstype0.Property.PaddingInlineStart | undefined; paddingLeft?: csstype0.Property.PaddingLeft | undefined; paddingRight?: csstype0.Property.PaddingRight | undefined; paddingTop?: csstype0.Property.PaddingTop | undefined; page?: csstype0.Property.Page | undefined; paintOrder?: csstype0.Property.PaintOrder | undefined; perspective?: csstype0.Property.Perspective | undefined; perspectiveOrigin?: csstype0.Property.PerspectiveOrigin | undefined; pointerEvents?: csstype0.Property.PointerEvents | undefined; position?: csstype0.Property.Position | undefined; positionAnchor?: csstype0.Property.PositionAnchor | undefined; positionArea?: csstype0.Property.PositionArea | undefined; positionTryFallbacks?: csstype0.Property.PositionTryFallbacks | undefined; positionTryOrder?: csstype0.Property.PositionTryOrder | undefined; positionVisibility?: csstype0.Property.PositionVisibility | undefined; printColorAdjust?: csstype0.Property.PrintColorAdjust | undefined; quotes?: csstype0.Property.Quotes | undefined; r?: csstype0.Property.R | undefined; resize?: csstype0.Property.Resize | undefined; right?: csstype0.Property.Right | undefined; rotate?: csstype0.Property.Rotate | undefined; rowGap?: csstype0.Property.RowGap | undefined; rubyAlign?: csstype0.Property.RubyAlign | undefined; rubyMerge?: csstype0.Property.RubyMerge | undefined; rubyOverhang?: csstype0.Property.RubyOverhang | undefined; rubyPosition?: csstype0.Property.RubyPosition | undefined; rx?: csstype0.Property.Rx | undefined; ry?: csstype0.Property.Ry | undefined; scale?: csstype0.Property.Scale | undefined; scrollBehavior?: csstype0.Property.ScrollBehavior | undefined; scrollInitialTarget?: csstype0.Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: csstype0.Property.ScrollMarginBlockEnd | undefined; scrollMarginBlockStart?: csstype0.Property.ScrollMarginBlockStart | undefined; scrollMarginBottom?: csstype0.Property.ScrollMarginBottom | undefined; scrollMarginInlineEnd?: csstype0.Property.ScrollMarginInlineEnd | undefined; scrollMarginInlineStart?: csstype0.Property.ScrollMarginInlineStart | undefined; scrollMarginLeft?: csstype0.Property.ScrollMarginLeft | undefined; scrollMarginRight?: csstype0.Property.ScrollMarginRight | undefined; scrollMarginTop?: csstype0.Property.ScrollMarginTop | undefined; scrollPaddingBlockEnd?: csstype0.Property.ScrollPaddingBlockEnd | undefined; scrollPaddingBlockStart?: csstype0.Property.ScrollPaddingBlockStart | undefined; scrollPaddingBottom?: csstype0.Property.ScrollPaddingBottom | undefined; scrollPaddingInlineEnd?: csstype0.Property.ScrollPaddingInlineEnd | undefined; scrollPaddingInlineStart?: csstype0.Property.ScrollPaddingInlineStart | undefined; scrollPaddingLeft?: csstype0.Property.ScrollPaddingLeft | undefined; scrollPaddingRight?: csstype0.Property.ScrollPaddingRight | undefined; scrollPaddingTop?: csstype0.Property.ScrollPaddingTop | undefined; scrollSnapAlign?: csstype0.Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: csstype0.Property.ScrollMarginBottom | undefined; scrollSnapMarginLeft?: csstype0.Property.ScrollMarginLeft | undefined; scrollSnapMarginRight?: csstype0.Property.ScrollMarginRight | undefined; scrollSnapMarginTop?: csstype0.Property.ScrollMarginTop | undefined; scrollSnapStop?: csstype0.Property.ScrollSnapStop | undefined; scrollSnapType?: csstype0.Property.ScrollSnapType | undefined; scrollTimelineAxis?: csstype0.Property.ScrollTimelineAxis | undefined; scrollTimelineName?: csstype0.Property.ScrollTimelineName | undefined; scrollbarColor?: csstype0.Property.ScrollbarColor | undefined; scrollbarGutter?: csstype0.Property.ScrollbarGutter | undefined; scrollbarWidth?: csstype0.Property.ScrollbarWidth | undefined; shapeImageThreshold?: csstype0.Property.ShapeImageThreshold | undefined; shapeMargin?: csstype0.Property.ShapeMargin | undefined; shapeOutside?: csstype0.Property.ShapeOutside | undefined; shapeRendering?: csstype0.Property.ShapeRendering | undefined; speakAs?: csstype0.Property.SpeakAs | undefined; stopColor?: csstype0.Property.StopColor | undefined; stopOpacity?: csstype0.Property.StopOpacity | undefined; stroke?: csstype0.Property.Stroke | undefined; strokeColor?: csstype0.Property.StrokeColor | undefined; strokeDasharray?: csstype0.Property.StrokeDasharray | undefined; strokeDashoffset?: csstype0.Property.StrokeDashoffset | undefined; strokeLinecap?: csstype0.Property.StrokeLinecap | undefined; strokeLinejoin?: csstype0.Property.StrokeLinejoin | undefined; strokeMiterlimit?: csstype0.Property.StrokeMiterlimit | undefined; strokeOpacity?: csstype0.Property.StrokeOpacity | undefined; strokeWidth?: csstype0.Property.StrokeWidth | undefined; tabSize?: csstype0.Property.TabSize | undefined; tableLayout?: csstype0.Property.TableLayout | undefined; textAlign?: csstype0.Property.TextAlign | undefined; textAlignLast?: csstype0.Property.TextAlignLast | undefined; textAnchor?: csstype0.Property.TextAnchor | undefined; textAutospace?: csstype0.Property.TextAutospace | undefined; textBox?: csstype0.Property.TextBox | undefined; textBoxEdge?: csstype0.Property.TextBoxEdge | undefined; textBoxTrim?: csstype0.Property.TextBoxTrim | undefined; textCombineUpright?: csstype0.Property.TextCombineUpright | undefined; textDecorationColor?: csstype0.Property.TextDecorationColor | undefined; textDecorationLine?: csstype0.Property.TextDecorationLine | undefined; textDecorationSkip?: csstype0.Property.TextDecorationSkip | undefined; textDecorationSkipInk?: csstype0.Property.TextDecorationSkipInk | undefined; textDecorationStyle?: csstype0.Property.TextDecorationStyle | undefined; textDecorationThickness?: csstype0.Property.TextDecorationThickness | undefined; textEmphasisColor?: csstype0.Property.TextEmphasisColor | undefined; textEmphasisPosition?: csstype0.Property.TextEmphasisPosition | undefined; textEmphasisStyle?: csstype0.Property.TextEmphasisStyle | undefined; textIndent?: csstype0.Property.TextIndent | undefined; textJustify?: csstype0.Property.TextJustify | undefined; textOrientation?: csstype0.Property.TextOrientation | undefined; textOverflow?: csstype0.Property.TextOverflow | undefined; textRendering?: csstype0.Property.TextRendering | undefined; textShadow?: csstype0.Property.TextShadow | undefined; textSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined; textSpacingTrim?: csstype0.Property.TextSpacingTrim | undefined; textTransform?: csstype0.Property.TextTransform | undefined; textUnderlineOffset?: csstype0.Property.TextUnderlineOffset | undefined; textUnderlinePosition?: csstype0.Property.TextUnderlinePosition | undefined; textWrapMode?: csstype0.Property.TextWrapMode | undefined; textWrapStyle?: csstype0.Property.TextWrapStyle | undefined; timelineScope?: csstype0.Property.TimelineScope | undefined; top?: csstype0.Property.Top | undefined; touchAction?: csstype0.Property.TouchAction | undefined; transform?: csstype0.Property.Transform | undefined; transformBox?: csstype0.Property.TransformBox | undefined; transformOrigin?: csstype0.Property.TransformOrigin | undefined; transformStyle?: csstype0.Property.TransformStyle | undefined; transitionBehavior?: csstype0.Property.TransitionBehavior | undefined; transitionDelay?: csstype0.Property.TransitionDelay | undefined; transitionDuration?: csstype0.Property.TransitionDuration | undefined; transitionProperty?: csstype0.Property.TransitionProperty | undefined; transitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; translate?: csstype0.Property.Translate | undefined; unicodeBidi?: csstype0.Property.UnicodeBidi | undefined; userSelect?: csstype0.Property.UserSelect | undefined; vectorEffect?: csstype0.Property.VectorEffect | undefined; verticalAlign?: csstype0.Property.VerticalAlign | undefined; viewTimelineAxis?: csstype0.Property.ViewTimelineAxis | undefined; viewTimelineInset?: csstype0.Property.ViewTimelineInset | undefined; viewTimelineName?: csstype0.Property.ViewTimelineName | undefined; viewTransitionClass?: csstype0.Property.ViewTransitionClass | undefined; viewTransitionName?: csstype0.Property.ViewTransitionName | undefined; visibility?: csstype0.Property.Visibility | undefined; whiteSpace?: csstype0.Property.WhiteSpace | undefined; whiteSpaceCollapse?: csstype0.Property.WhiteSpaceCollapse | undefined; widows?: csstype0.Property.Widows | undefined; width?: csstype0.Property.Width | undefined; willChange?: csstype0.Property.WillChange | undefined; wordBreak?: csstype0.Property.WordBreak | undefined; wordSpacing?: csstype0.Property.WordSpacing | undefined; wordWrap?: csstype0.Property.WordWrap | undefined; writingMode?: csstype0.Property.WritingMode | undefined; x?: csstype0.Property.X | undefined; y?: csstype0.Property.Y | undefined; zIndex?: csstype0.Property.ZIndex | undefined; zoom?: csstype0.Property.Zoom | undefined; all?: csstype0.Globals | undefined; animation?: csstype0.Property.Animation | undefined; animationRange?: csstype0.Property.AnimationRange | undefined; background?: csstype0.Property.Background | undefined; backgroundPosition?: csstype0.Property.BackgroundPosition | undefined; border?: csstype0.Property.Border | undefined; borderBlock?: csstype0.Property.BorderBlock | undefined; borderBlockColor?: csstype0.Property.BorderBlockColor | undefined; borderBlockEnd?: csstype0.Property.BorderBlockEnd | undefined; borderBlockStart?: csstype0.Property.BorderBlockStart | undefined; borderBlockStyle?: csstype0.Property.BorderBlockStyle | undefined; borderBlockWidth?: csstype0.Property.BorderBlockWidth | undefined; borderBottom?: csstype0.Property.BorderBottom | undefined; borderColor?: csstype0.Property.BorderColor | undefined; borderImage?: csstype0.Property.BorderImage | undefined; borderInline?: csstype0.Property.BorderInline | undefined; borderInlineColor?: csstype0.Property.BorderInlineColor | undefined; borderInlineEnd?: csstype0.Property.BorderInlineEnd | undefined; borderInlineStart?: csstype0.Property.BorderInlineStart | undefined; borderInlineStyle?: csstype0.Property.BorderInlineStyle | undefined; borderInlineWidth?: csstype0.Property.BorderInlineWidth | undefined; borderLeft?: csstype0.Property.BorderLeft | undefined; borderRadius?: csstype0.Property.BorderRadius | undefined; borderRight?: csstype0.Property.BorderRight | undefined; borderStyle?: csstype0.Property.BorderStyle | undefined; borderTop?: csstype0.Property.BorderTop | undefined; borderWidth?: csstype0.Property.BorderWidth | undefined; caret?: csstype0.Property.Caret | undefined; columnRule?: csstype0.Property.ColumnRule | undefined; columns?: csstype0.Property.Columns | undefined; containIntrinsicSize?: csstype0.Property.ContainIntrinsicSize | undefined; container?: csstype0.Property.Container | undefined; flex?: csstype0.Property.Flex | undefined; flexFlow?: csstype0.Property.FlexFlow | undefined; font?: csstype0.Property.Font | undefined; gap?: csstype0.Property.Gap | undefined; grid?: csstype0.Property.Grid | undefined; gridArea?: csstype0.Property.GridArea | undefined; gridColumn?: csstype0.Property.GridColumn | undefined; gridRow?: csstype0.Property.GridRow | undefined; gridTemplate?: csstype0.Property.GridTemplate | undefined; inset?: csstype0.Property.Inset | undefined; insetBlock?: csstype0.Property.InsetBlock | undefined; insetInline?: csstype0.Property.InsetInline | undefined; lineClamp?: csstype0.Property.LineClamp | undefined; listStyle?: csstype0.Property.ListStyle | undefined; margin?: csstype0.Property.Margin | undefined; marginBlock?: csstype0.Property.MarginBlock | undefined; marginInline?: csstype0.Property.MarginInline | undefined; mask?: csstype0.Property.Mask | undefined; maskBorder?: csstype0.Property.MaskBorder | undefined; motion?: csstype0.Property.Offset | undefined; offset?: csstype0.Property.Offset | undefined; outline?: csstype0.Property.Outline | undefined; overflow?: csstype0.Property.Overflow | undefined; overscrollBehavior?: csstype0.Property.OverscrollBehavior | undefined; padding?: csstype0.Property.Padding | undefined; paddingBlock?: csstype0.Property.PaddingBlock | undefined; paddingInline?: csstype0.Property.PaddingInline | undefined; placeContent?: csstype0.Property.PlaceContent | undefined; placeItems?: csstype0.Property.PlaceItems | undefined; placeSelf?: csstype0.Property.PlaceSelf | undefined; positionTry?: csstype0.Property.PositionTry | undefined; scrollMargin?: csstype0.Property.ScrollMargin | undefined; scrollMarginBlock?: csstype0.Property.ScrollMarginBlock | undefined; scrollMarginInline?: csstype0.Property.ScrollMarginInline | undefined; scrollPadding?: csstype0.Property.ScrollPadding | undefined; scrollPaddingBlock?: csstype0.Property.ScrollPaddingBlock | undefined; scrollPaddingInline?: csstype0.Property.ScrollPaddingInline | undefined; scrollSnapMargin?: csstype0.Property.ScrollMargin | undefined; scrollTimeline?: csstype0.Property.ScrollTimeline | undefined; textDecoration?: csstype0.Property.TextDecoration | undefined; textEmphasis?: csstype0.Property.TextEmphasis | undefined; textWrap?: csstype0.Property.TextWrap | undefined; transition?: csstype0.Property.Transition | undefined; viewTimeline?: csstype0.Property.ViewTimeline | undefined; MozAnimationDelay?: csstype0.Property.AnimationDelay | undefined; MozAnimationDirection?: csstype0.Property.AnimationDirection | undefined; MozAnimationDuration?: csstype0.Property.AnimationDuration | undefined; MozAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined; MozAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; MozAnimationName?: csstype0.Property.AnimationName | undefined; MozAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; MozAppearance?: csstype0.Property.MozAppearance | undefined; MozBackfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined; MozBinding?: csstype0.Property.MozBinding | undefined; MozBorderBottomColors?: csstype0.Property.MozBorderBottomColors | undefined; MozBorderEndColor?: csstype0.Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: csstype0.Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: csstype0.Property.BorderInlineEndWidth | undefined; MozBorderLeftColors?: csstype0.Property.MozBorderLeftColors | undefined; MozBorderRightColors?: csstype0.Property.MozBorderRightColors | undefined; MozBorderStartColor?: csstype0.Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: csstype0.Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: csstype0.Property.MozBorderTopColors | undefined; MozBoxSizing?: csstype0.Property.BoxSizing | undefined; MozColumnRuleColor?: csstype0.Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: csstype0.Property.ColumnRuleWidth | undefined; MozColumnWidth?: csstype0.Property.ColumnWidth | undefined; MozContextProperties?: csstype0.Property.MozContextProperties | undefined; MozFontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: csstype0.Property.FontLanguageOverride | undefined; MozHyphens?: csstype0.Property.Hyphens | undefined; MozMarginEnd?: csstype0.Property.MarginInlineEnd | undefined; MozMarginStart?: csstype0.Property.MarginInlineStart | undefined; MozOrient?: csstype0.Property.MozOrient | undefined; MozOsxFontSmoothing?: csstype0.Property.FontSmooth | undefined; MozOutlineRadiusBottomleft?: csstype0.Property.MozOutlineRadiusBottomleft | undefined; MozOutlineRadiusBottomright?: csstype0.Property.MozOutlineRadiusBottomright | undefined; MozOutlineRadiusTopleft?: csstype0.Property.MozOutlineRadiusTopleft | undefined; MozOutlineRadiusTopright?: csstype0.Property.MozOutlineRadiusTopright | undefined; MozPaddingEnd?: csstype0.Property.PaddingInlineEnd | undefined; MozPaddingStart?: csstype0.Property.PaddingInlineStart | undefined; MozPerspective?: csstype0.Property.Perspective | undefined; MozPerspectiveOrigin?: csstype0.Property.PerspectiveOrigin | undefined; MozStackSizing?: csstype0.Property.MozStackSizing | undefined; MozTabSize?: csstype0.Property.TabSize | undefined; MozTextBlink?: csstype0.Property.MozTextBlink | undefined; MozTextSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined; MozTransform?: csstype0.Property.Transform | undefined; MozTransformOrigin?: csstype0.Property.TransformOrigin | undefined; MozTransformStyle?: csstype0.Property.TransformStyle | undefined; MozUserModify?: csstype0.Property.MozUserModify | undefined; MozUserSelect?: csstype0.Property.UserSelect | undefined; MozWindowDragging?: csstype0.Property.MozWindowDragging | undefined; MozWindowShadow?: csstype0.Property.MozWindowShadow | undefined; msAccelerator?: csstype0.Property.MsAccelerator | undefined; msBlockProgression?: csstype0.Property.MsBlockProgression | undefined; msContentZoomChaining?: csstype0.Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: csstype0.Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: csstype0.Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: csstype0.Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: csstype0.Property.MsContentZoomSnapType | undefined; msContentZooming?: csstype0.Property.MsContentZooming | undefined; msFilter?: csstype0.Property.MsFilter | undefined; msFlexDirection?: csstype0.Property.FlexDirection | undefined; msFlexPositive?: csstype0.Property.FlexGrow | undefined; msFlowFrom?: csstype0.Property.MsFlowFrom | undefined; msFlowInto?: csstype0.Property.MsFlowInto | undefined; msGridColumns?: csstype0.Property.MsGridColumns | undefined; msGridRows?: csstype0.Property.MsGridRows | undefined; msHighContrastAdjust?: csstype0.Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: csstype0.Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: csstype0.Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: csstype0.Property.MsHyphenateLimitZone | undefined; msHyphens?: csstype0.Property.Hyphens | undefined; msImeAlign?: csstype0.Property.MsImeAlign | undefined; msLineBreak?: csstype0.Property.LineBreak | undefined; msOrder?: csstype0.Property.Order | undefined; msOverflowStyle?: csstype0.Property.MsOverflowStyle | undefined; msOverflowX?: csstype0.Property.OverflowX | undefined; msOverflowY?: csstype0.Property.OverflowY | undefined; msScrollChaining?: csstype0.Property.MsScrollChaining | undefined; msScrollLimitXMax?: csstype0.Property.MsScrollLimitXMax | undefined; msScrollLimitXMin?: csstype0.Property.MsScrollLimitXMin | undefined; msScrollLimitYMax?: csstype0.Property.MsScrollLimitYMax | undefined; msScrollLimitYMin?: csstype0.Property.MsScrollLimitYMin | undefined; msScrollRails?: csstype0.Property.MsScrollRails | undefined; msScrollSnapPointsX?: csstype0.Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: csstype0.Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: csstype0.Property.MsScrollSnapType | undefined; msScrollTranslation?: csstype0.Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: csstype0.Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: csstype0.Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: csstype0.Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: csstype0.Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: csstype0.Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: csstype0.Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: csstype0.Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: csstype0.Property.MsScrollbarTrackColor | undefined; msTextAutospace?: csstype0.Property.MsTextAutospace | undefined; msTextCombineHorizontal?: csstype0.Property.TextCombineUpright | undefined; msTextOverflow?: csstype0.Property.TextOverflow | undefined; msTouchAction?: csstype0.Property.TouchAction | undefined; msTouchSelect?: csstype0.Property.MsTouchSelect | undefined; msTransform?: csstype0.Property.Transform | undefined; msTransformOrigin?: csstype0.Property.TransformOrigin | undefined; msTransitionDelay?: csstype0.Property.TransitionDelay | undefined; msTransitionDuration?: csstype0.Property.TransitionDuration | undefined; msTransitionProperty?: csstype0.Property.TransitionProperty | undefined; msTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; msUserSelect?: csstype0.Property.MsUserSelect | undefined; msWordBreak?: csstype0.Property.WordBreak | undefined; msWrapFlow?: csstype0.Property.MsWrapFlow | undefined; msWrapMargin?: csstype0.Property.MsWrapMargin | undefined; msWrapThrough?: csstype0.Property.MsWrapThrough | undefined; msWritingMode?: csstype0.Property.WritingMode | undefined; WebkitAlignContent?: csstype0.Property.AlignContent | undefined; WebkitAlignItems?: csstype0.Property.AlignItems | undefined; WebkitAlignSelf?: csstype0.Property.AlignSelf | undefined; WebkitAnimationDelay?: csstype0.Property.AnimationDelay | undefined; WebkitAnimationDirection?: csstype0.Property.AnimationDirection | undefined; WebkitAnimationDuration?: csstype0.Property.AnimationDuration | undefined; WebkitAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; WebkitAnimationName?: csstype0.Property.AnimationName | undefined; WebkitAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; WebkitAppearance?: csstype0.Property.WebkitAppearance | undefined; WebkitBackdropFilter?: csstype0.Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: csstype0.Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: csstype0.Property.BackgroundSize | undefined; WebkitBorderBeforeColor?: csstype0.Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: csstype0.Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: csstype0.Property.WebkitBorderBeforeWidth | undefined; WebkitBorderBottomLeftRadius?: csstype0.Property.BorderBottomLeftRadius | undefined; WebkitBorderBottomRightRadius?: csstype0.Property.BorderBottomRightRadius | undefined; WebkitBorderImageSlice?: csstype0.Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: csstype0.Property.BorderTopLeftRadius | undefined; WebkitBorderTopRightRadius?: csstype0.Property.BorderTopRightRadius | undefined; WebkitBoxDecorationBreak?: csstype0.Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: csstype0.Property.WebkitBoxReflect | undefined; WebkitBoxShadow?: csstype0.Property.BoxShadow | undefined; WebkitBoxSizing?: csstype0.Property.BoxSizing | undefined; WebkitClipPath?: csstype0.Property.ClipPath | undefined; WebkitColumnCount?: csstype0.Property.ColumnCount | undefined; WebkitColumnFill?: csstype0.Property.ColumnFill | undefined; WebkitColumnRuleColor?: csstype0.Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: csstype0.Property.ColumnRuleWidth | undefined; WebkitColumnSpan?: csstype0.Property.ColumnSpan | undefined; WebkitColumnWidth?: csstype0.Property.ColumnWidth | undefined; WebkitFilter?: csstype0.Property.Filter | undefined; WebkitFlexBasis?: csstype0.Property.FlexBasis | undefined; WebkitFlexDirection?: csstype0.Property.FlexDirection | undefined; WebkitFlexGrow?: csstype0.Property.FlexGrow | undefined; WebkitFlexShrink?: csstype0.Property.FlexShrink | undefined; WebkitFlexWrap?: csstype0.Property.FlexWrap | undefined; WebkitFontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined; WebkitFontKerning?: csstype0.Property.FontKerning | undefined; WebkitFontSmoothing?: csstype0.Property.FontSmooth | undefined; WebkitFontVariantLigatures?: csstype0.Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: csstype0.Property.HyphenateCharacter | undefined; WebkitHyphens?: csstype0.Property.Hyphens | undefined; WebkitInitialLetter?: csstype0.Property.InitialLetter | undefined; WebkitJustifyContent?: csstype0.Property.JustifyContent | undefined; WebkitLineBreak?: csstype0.Property.LineBreak | undefined; WebkitLineClamp?: csstype0.Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: csstype0.Property.BlockSize | undefined; WebkitLogicalWidth?: csstype0.Property.InlineSize | undefined; WebkitMarginEnd?: csstype0.Property.MarginInlineEnd | undefined; WebkitMarginStart?: csstype0.Property.MarginInlineStart | undefined; WebkitMaskAttachment?: csstype0.Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: csstype0.Property.MaskBorderOutset | undefined; WebkitMaskBoxImageRepeat?: csstype0.Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: csstype0.Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: csstype0.Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: csstype0.Property.MaskBorderWidth | undefined; WebkitMaskClip?: csstype0.Property.WebkitMaskClip | undefined; WebkitMaskComposite?: csstype0.Property.WebkitMaskComposite | undefined; WebkitMaskImage?: csstype0.Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: csstype0.Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: csstype0.Property.WebkitMaskPosition | undefined; WebkitMaskPositionX?: csstype0.Property.WebkitMaskPositionX | undefined; WebkitMaskPositionY?: csstype0.Property.WebkitMaskPositionY | undefined; WebkitMaskRepeat?: csstype0.Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: csstype0.Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: csstype0.Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: csstype0.Property.WebkitMaskSize | undefined; WebkitMaxInlineSize?: csstype0.Property.MaxInlineSize | undefined; WebkitOrder?: csstype0.Property.Order | undefined; WebkitOverflowScrolling?: csstype0.Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: csstype0.Property.PaddingInlineEnd | undefined; WebkitPaddingStart?: csstype0.Property.PaddingInlineStart | undefined; WebkitPerspective?: csstype0.Property.Perspective | undefined; WebkitPerspectiveOrigin?: csstype0.Property.PerspectiveOrigin | undefined; WebkitPrintColorAdjust?: csstype0.Property.PrintColorAdjust | undefined; WebkitRubyPosition?: csstype0.Property.RubyPosition | undefined; WebkitScrollSnapType?: csstype0.Property.ScrollSnapType | undefined; WebkitShapeMargin?: csstype0.Property.ShapeMargin | undefined; WebkitTapHighlightColor?: csstype0.Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: csstype0.Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: csstype0.Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: csstype0.Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: csstype0.Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: csstype0.Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: csstype0.Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: csstype0.Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: csstype0.Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: csstype0.Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: csstype0.Property.TextOrientation | undefined; WebkitTextSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: csstype0.Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: csstype0.Property.WebkitTextStrokeWidth | undefined; WebkitTextUnderlinePosition?: csstype0.Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: csstype0.Property.WebkitTouchCallout | undefined; WebkitTransform?: csstype0.Property.Transform | undefined; WebkitTransformOrigin?: csstype0.Property.TransformOrigin | undefined; WebkitTransformStyle?: csstype0.Property.TransformStyle | undefined; WebkitTransitionDelay?: csstype0.Property.TransitionDelay | undefined; WebkitTransitionDuration?: csstype0.Property.TransitionDuration | undefined; WebkitTransitionProperty?: csstype0.Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; WebkitUserModify?: csstype0.Property.WebkitUserModify | undefined; WebkitUserSelect?: csstype0.Property.WebkitUserSelect | undefined; WebkitWritingMode?: csstype0.Property.WritingMode | undefined; MozAnimation?: csstype0.Property.Animation | undefined; MozBorderImage?: csstype0.Property.BorderImage | undefined; MozColumnRule?: csstype0.Property.ColumnRule | undefined; MozColumns?: csstype0.Property.Columns | undefined; MozOutlineRadius?: csstype0.Property.MozOutlineRadius | undefined; MozTransition?: csstype0.Property.Transition | undefined; msContentZoomLimit?: csstype0.Property.MsContentZoomLimit | undefined; msContentZoomSnap?: csstype0.Property.MsContentZoomSnap | undefined; msFlex?: csstype0.Property.Flex | undefined; msScrollLimit?: csstype0.Property.MsScrollLimit | undefined; msScrollSnapX?: csstype0.Property.MsScrollSnapX | undefined; msScrollSnapY?: csstype0.Property.MsScrollSnapY | undefined; msTransition?: csstype0.Property.Transition | undefined; WebkitAnimation?: csstype0.Property.Animation | undefined; WebkitBorderBefore?: csstype0.Property.WebkitBorderBefore | undefined; WebkitBorderImage?: csstype0.Property.BorderImage | undefined; WebkitBorderRadius?: csstype0.Property.BorderRadius | undefined; WebkitColumnRule?: csstype0.Property.ColumnRule | undefined; WebkitColumns?: csstype0.Property.Columns | undefined; WebkitFlex?: csstype0.Property.Flex | undefined; WebkitFlexFlow?: csstype0.Property.FlexFlow | undefined; WebkitMask?: csstype0.Property.WebkitMask | undefined; WebkitMaskBoxImage?: csstype0.Property.MaskBorder | undefined; WebkitTextEmphasis?: csstype0.Property.TextEmphasis | undefined; WebkitTextStroke?: csstype0.Property.WebkitTextStroke | undefined; WebkitTransition?: csstype0.Property.Transition | undefined; boxAlign?: csstype0.Property.BoxAlign | undefined; boxDirection?: csstype0.Property.BoxDirection | undefined; boxFlex?: csstype0.Property.BoxFlex | undefined; boxFlexGroup?: csstype0.Property.BoxFlexGroup | undefined; boxLines?: csstype0.Property.BoxLines | undefined; boxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; boxOrient?: csstype0.Property.BoxOrient | undefined; boxPack?: csstype0.Property.BoxPack | undefined; clip?: csstype0.Property.Clip | undefined; fontStretch?: csstype0.Property.FontStretch | undefined; gridColumnGap?: csstype0.Property.GridColumnGap | undefined; gridGap?: csstype0.Property.GridGap | undefined; gridRowGap?: csstype0.Property.GridRowGap | undefined; imeMode?: csstype0.Property.ImeMode | undefined; insetArea?: csstype0.Property.PositionArea | undefined; offsetBlock?: csstype0.Property.InsetBlock | undefined; offsetBlockEnd?: csstype0.Property.InsetBlockEnd | undefined; offsetBlockStart?: csstype0.Property.InsetBlockStart | undefined; offsetInline?: csstype0.Property.InsetInline | undefined; offsetInlineEnd?: csstype0.Property.InsetInlineEnd | undefined; offsetInlineStart?: csstype0.Property.InsetInlineStart | undefined; pageBreakAfter?: csstype0.Property.PageBreakAfter | undefined; pageBreakBefore?: csstype0.Property.PageBreakBefore | undefined; pageBreakInside?: csstype0.Property.PageBreakInside | undefined; positionTryOptions?: csstype0.Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: csstype0.Property.ScrollSnapCoordinate | undefined; scrollSnapDestination?: csstype0.Property.ScrollSnapDestination | undefined; scrollSnapPointsX?: csstype0.Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: csstype0.Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: csstype0.Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: csstype0.Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: csstype0.Property.BoxAlign | undefined; KhtmlBoxDirection?: csstype0.Property.BoxDirection | undefined; KhtmlBoxFlex?: csstype0.Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: csstype0.Property.BoxFlexGroup | undefined; KhtmlBoxLines?: csstype0.Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: csstype0.Property.BoxOrient | undefined; KhtmlBoxPack?: csstype0.Property.BoxPack | undefined; KhtmlLineBreak?: csstype0.Property.LineBreak | undefined; KhtmlOpacity?: csstype0.Property.Opacity | undefined; KhtmlUserSelect?: csstype0.Property.UserSelect | undefined; MozBackgroundClip?: csstype0.Property.BackgroundClip | undefined; MozBackgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined; MozBackgroundSize?: csstype0.Property.BackgroundSize | undefined; MozBorderRadius?: csstype0.Property.BorderRadius | undefined; MozBorderRadiusBottomleft?: csstype0.Property.BorderBottomLeftRadius | undefined; MozBorderRadiusBottomright?: csstype0.Property.BorderBottomRightRadius | undefined; MozBorderRadiusTopleft?: csstype0.Property.BorderTopLeftRadius | undefined; MozBorderRadiusTopright?: csstype0.Property.BorderTopRightRadius | undefined; MozBoxAlign?: csstype0.Property.BoxAlign | undefined; MozBoxDirection?: csstype0.Property.BoxDirection | undefined; MozBoxFlex?: csstype0.Property.BoxFlex | undefined; MozBoxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; MozBoxOrient?: csstype0.Property.BoxOrient | undefined; MozBoxPack?: csstype0.Property.BoxPack | undefined; MozBoxShadow?: csstype0.Property.BoxShadow | undefined; MozColumnCount?: csstype0.Property.ColumnCount | undefined; MozColumnFill?: csstype0.Property.ColumnFill | undefined; MozFloatEdge?: csstype0.Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: csstype0.Property.MozForceBrokenImageIcon | undefined; MozOpacity?: csstype0.Property.Opacity | undefined; MozOutline?: csstype0.Property.Outline | undefined; MozOutlineColor?: csstype0.Property.OutlineColor | undefined; MozOutlineStyle?: csstype0.Property.OutlineStyle | undefined; MozOutlineWidth?: csstype0.Property.OutlineWidth | undefined; MozTextAlignLast?: csstype0.Property.TextAlignLast | undefined; MozTextDecorationColor?: csstype0.Property.TextDecorationColor | undefined; MozTextDecorationLine?: csstype0.Property.TextDecorationLine | undefined; MozTextDecorationStyle?: csstype0.Property.TextDecorationStyle | undefined; MozTransitionDelay?: csstype0.Property.TransitionDelay | undefined; MozTransitionDuration?: csstype0.Property.TransitionDuration | undefined; MozTransitionProperty?: csstype0.Property.TransitionProperty | undefined; MozTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; MozUserFocus?: csstype0.Property.MozUserFocus | undefined; MozUserInput?: csstype0.Property.MozUserInput | undefined; msImeMode?: csstype0.Property.ImeMode | undefined; OAnimation?: csstype0.Property.Animation | undefined; OAnimationDelay?: csstype0.Property.AnimationDelay | undefined; OAnimationDirection?: csstype0.Property.AnimationDirection | undefined; OAnimationDuration?: csstype0.Property.AnimationDuration | undefined; OAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined; OAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; OAnimationName?: csstype0.Property.AnimationName | undefined; OAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined; OAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; OBackgroundSize?: csstype0.Property.BackgroundSize | undefined; OBorderImage?: csstype0.Property.BorderImage | undefined; OObjectFit?: csstype0.Property.ObjectFit | undefined; OObjectPosition?: csstype0.Property.ObjectPosition | undefined; OTabSize?: csstype0.Property.TabSize | undefined; OTextOverflow?: csstype0.Property.TextOverflow | undefined; OTransform?: csstype0.Property.Transform | undefined; OTransformOrigin?: csstype0.Property.TransformOrigin | undefined; OTransition?: csstype0.Property.Transition | undefined; OTransitionDelay?: csstype0.Property.TransitionDelay | undefined; OTransitionDuration?: csstype0.Property.TransitionDuration | undefined; OTransitionProperty?: csstype0.Property.TransitionProperty | undefined; OTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: csstype0.Property.BoxAlign | undefined; WebkitBoxDirection?: csstype0.Property.BoxDirection | undefined; WebkitBoxFlex?: csstype0.Property.BoxFlex | undefined; WebkitBoxFlexGroup?: csstype0.Property.BoxFlexGroup | undefined; WebkitBoxLines?: csstype0.Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: csstype0.Property.BoxOrient | undefined; WebkitBoxPack?: csstype0.Property.BoxPack | undefined; colorInterpolation?: csstype0.Property.ColorInterpolation | undefined; colorRendering?: csstype0.Property.ColorRendering | undefined; glyphOrientationVertical?: csstype0.Property.GlyphOrientationVertical | undefined; "accent-color"?: csstype0.Property.AccentColor | undefined; "align-content"?: csstype0.Property.AlignContent | undefined; "align-items"?: csstype0.Property.AlignItems | undefined; "align-self"?: csstype0.Property.AlignSelf | undefined; "align-tracks"?: csstype0.Property.AlignTracks | undefined; "alignment-baseline"?: csstype0.Property.AlignmentBaseline | undefined; "anchor-name"?: csstype0.Property.AnchorName | undefined; "anchor-scope"?: csstype0.Property.AnchorScope | undefined; "animation-composition"?: csstype0.Property.AnimationComposition | undefined; "animation-delay"?: csstype0.Property.AnimationDelay | undefined; "animation-direction"?: csstype0.Property.AnimationDirection | undefined; "animation-duration"?: csstype0.Property.AnimationDuration | undefined; "animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "animation-name"?: csstype0.Property.AnimationName | undefined; "animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "animation-range-end"?: csstype0.Property.AnimationRangeEnd | undefined; "animation-range-start"?: csstype0.Property.AnimationRangeStart | undefined; "animation-timeline"?: csstype0.Property.AnimationTimeline | undefined; "animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "aspect-ratio"?: csstype0.Property.AspectRatio | undefined; "backdrop-filter"?: csstype0.Property.BackdropFilter | undefined; "backface-visibility"?: csstype0.Property.BackfaceVisibility | undefined; "background-attachment"?: csstype0.Property.BackgroundAttachment | undefined; "background-blend-mode"?: csstype0.Property.BackgroundBlendMode | undefined; "background-clip"?: csstype0.Property.BackgroundClip | undefined; "background-color"?: csstype0.Property.BackgroundColor | undefined; "background-image"?: csstype0.Property.BackgroundImage | undefined; "background-origin"?: csstype0.Property.BackgroundOrigin | undefined; "background-position-x"?: csstype0.Property.BackgroundPositionX | undefined; "background-position-y"?: csstype0.Property.BackgroundPositionY | undefined; "background-repeat"?: csstype0.Property.BackgroundRepeat | undefined; "background-size"?: csstype0.Property.BackgroundSize | undefined; "baseline-shift"?: csstype0.Property.BaselineShift | undefined; "block-size"?: csstype0.Property.BlockSize | undefined; "border-block-end-color"?: csstype0.Property.BorderBlockEndColor | undefined; "border-block-end-style"?: csstype0.Property.BorderBlockEndStyle | undefined; "border-block-end-width"?: csstype0.Property.BorderBlockEndWidth | undefined; "border-block-start-color"?: csstype0.Property.BorderBlockStartColor | undefined; "border-block-start-style"?: csstype0.Property.BorderBlockStartStyle | undefined; "border-block-start-width"?: csstype0.Property.BorderBlockStartWidth | undefined; "border-bottom-color"?: csstype0.Property.BorderBottomColor | undefined; "border-bottom-left-radius"?: csstype0.Property.BorderBottomLeftRadius | undefined; "border-bottom-right-radius"?: csstype0.Property.BorderBottomRightRadius | undefined; "border-bottom-style"?: csstype0.Property.BorderBottomStyle | undefined; "border-bottom-width"?: csstype0.Property.BorderBottomWidth | undefined; "border-collapse"?: csstype0.Property.BorderCollapse | undefined; "border-end-end-radius"?: csstype0.Property.BorderEndEndRadius | undefined; "border-end-start-radius"?: csstype0.Property.BorderEndStartRadius | undefined; "border-image-outset"?: csstype0.Property.BorderImageOutset | undefined; "border-image-repeat"?: csstype0.Property.BorderImageRepeat | undefined; "border-image-slice"?: csstype0.Property.BorderImageSlice | undefined; "border-image-source"?: csstype0.Property.BorderImageSource | undefined; "border-image-width"?: csstype0.Property.BorderImageWidth | undefined; "border-inline-end-color"?: csstype0.Property.BorderInlineEndColor | undefined; "border-inline-end-style"?: csstype0.Property.BorderInlineEndStyle | undefined; "border-inline-end-width"?: csstype0.Property.BorderInlineEndWidth | undefined; "border-inline-start-color"?: csstype0.Property.BorderInlineStartColor | undefined; "border-inline-start-style"?: csstype0.Property.BorderInlineStartStyle | undefined; "border-inline-start-width"?: csstype0.Property.BorderInlineStartWidth | undefined; "border-left-color"?: csstype0.Property.BorderLeftColor | undefined; "border-left-style"?: csstype0.Property.BorderLeftStyle | undefined; "border-left-width"?: csstype0.Property.BorderLeftWidth | undefined; "border-right-color"?: csstype0.Property.BorderRightColor | undefined; "border-right-style"?: csstype0.Property.BorderRightStyle | undefined; "border-right-width"?: csstype0.Property.BorderRightWidth | undefined; "border-spacing"?: csstype0.Property.BorderSpacing | undefined; "border-start-end-radius"?: csstype0.Property.BorderStartEndRadius | undefined; "border-start-start-radius"?: csstype0.Property.BorderStartStartRadius | undefined; "border-top-color"?: csstype0.Property.BorderTopColor | undefined; "border-top-left-radius"?: csstype0.Property.BorderTopLeftRadius | undefined; "border-top-right-radius"?: csstype0.Property.BorderTopRightRadius | undefined; "border-top-style"?: csstype0.Property.BorderTopStyle | undefined; "border-top-width"?: csstype0.Property.BorderTopWidth | undefined; "box-decoration-break"?: csstype0.Property.BoxDecorationBreak | undefined; "box-shadow"?: csstype0.Property.BoxShadow | undefined; "box-sizing"?: csstype0.Property.BoxSizing | undefined; "break-after"?: csstype0.Property.BreakAfter | undefined; "break-before"?: csstype0.Property.BreakBefore | undefined; "break-inside"?: csstype0.Property.BreakInside | undefined; "caption-side"?: csstype0.Property.CaptionSide | undefined; "caret-color"?: csstype0.Property.CaretColor | undefined; "caret-shape"?: csstype0.Property.CaretShape | undefined; "clip-path"?: csstype0.Property.ClipPath | undefined; "clip-rule"?: csstype0.Property.ClipRule | undefined; "color-adjust"?: csstype0.Property.PrintColorAdjust | undefined; "color-interpolation-filters"?: csstype0.Property.ColorInterpolationFilters | undefined; "color-scheme"?: csstype0.Property.ColorScheme | undefined; "column-count"?: csstype0.Property.ColumnCount | undefined; "column-fill"?: csstype0.Property.ColumnFill | undefined; "column-gap"?: csstype0.Property.ColumnGap | undefined; "column-rule-color"?: csstype0.Property.ColumnRuleColor | undefined; "column-rule-style"?: csstype0.Property.ColumnRuleStyle | undefined; "column-rule-width"?: csstype0.Property.ColumnRuleWidth | undefined; "column-span"?: csstype0.Property.ColumnSpan | undefined; "column-width"?: csstype0.Property.ColumnWidth | undefined; "contain-intrinsic-block-size"?: csstype0.Property.ContainIntrinsicBlockSize | undefined; "contain-intrinsic-height"?: csstype0.Property.ContainIntrinsicHeight | undefined; "contain-intrinsic-inline-size"?: csstype0.Property.ContainIntrinsicInlineSize | undefined; "contain-intrinsic-width"?: csstype0.Property.ContainIntrinsicWidth | undefined; "container-name"?: csstype0.Property.ContainerName | undefined; "container-type"?: csstype0.Property.ContainerType | undefined; "content-visibility"?: csstype0.Property.ContentVisibility | undefined; "counter-increment"?: csstype0.Property.CounterIncrement | undefined; "counter-reset"?: csstype0.Property.CounterReset | undefined; "counter-set"?: csstype0.Property.CounterSet | undefined; "dominant-baseline"?: csstype0.Property.DominantBaseline | undefined; "empty-cells"?: csstype0.Property.EmptyCells | undefined; "field-sizing"?: csstype0.Property.FieldSizing | undefined; "fill-opacity"?: csstype0.Property.FillOpacity | undefined; "fill-rule"?: csstype0.Property.FillRule | undefined; "flex-basis"?: csstype0.Property.FlexBasis | undefined; "flex-direction"?: csstype0.Property.FlexDirection | undefined; "flex-grow"?: csstype0.Property.FlexGrow | undefined; "flex-shrink"?: csstype0.Property.FlexShrink | undefined; "flex-wrap"?: csstype0.Property.FlexWrap | undefined; "flood-color"?: csstype0.Property.FloodColor | undefined; "flood-opacity"?: csstype0.Property.FloodOpacity | undefined; "font-family"?: csstype0.Property.FontFamily | undefined; "font-feature-settings"?: csstype0.Property.FontFeatureSettings | undefined; "font-kerning"?: csstype0.Property.FontKerning | undefined; "font-language-override"?: csstype0.Property.FontLanguageOverride | undefined; "font-optical-sizing"?: csstype0.Property.FontOpticalSizing | undefined; "font-palette"?: csstype0.Property.FontPalette | undefined; "font-size"?: csstype0.Property.FontSize | undefined; "font-size-adjust"?: csstype0.Property.FontSizeAdjust | undefined; "font-smooth"?: csstype0.Property.FontSmooth | undefined; "font-style"?: csstype0.Property.FontStyle | undefined; "font-synthesis"?: csstype0.Property.FontSynthesis | undefined; "font-synthesis-position"?: csstype0.Property.FontSynthesisPosition | undefined; "font-synthesis-small-caps"?: csstype0.Property.FontSynthesisSmallCaps | undefined; "font-synthesis-style"?: csstype0.Property.FontSynthesisStyle | undefined; "font-synthesis-weight"?: csstype0.Property.FontSynthesisWeight | undefined; "font-variant"?: csstype0.Property.FontVariant | undefined; "font-variant-alternates"?: csstype0.Property.FontVariantAlternates | undefined; "font-variant-caps"?: csstype0.Property.FontVariantCaps | undefined; "font-variant-east-asian"?: csstype0.Property.FontVariantEastAsian | undefined; "font-variant-emoji"?: csstype0.Property.FontVariantEmoji | undefined; "font-variant-ligatures"?: csstype0.Property.FontVariantLigatures | undefined; "font-variant-numeric"?: csstype0.Property.FontVariantNumeric | undefined; "font-variant-position"?: csstype0.Property.FontVariantPosition | undefined; "font-variation-settings"?: csstype0.Property.FontVariationSettings | undefined; "font-weight"?: csstype0.Property.FontWeight | undefined; "font-width"?: csstype0.Property.FontWidth | undefined; "forced-color-adjust"?: csstype0.Property.ForcedColorAdjust | undefined; "grid-auto-columns"?: csstype0.Property.GridAutoColumns | undefined; "grid-auto-flow"?: csstype0.Property.GridAutoFlow | undefined; "grid-auto-rows"?: csstype0.Property.GridAutoRows | undefined; "grid-column-end"?: csstype0.Property.GridColumnEnd | undefined; "grid-column-start"?: csstype0.Property.GridColumnStart | undefined; "grid-row-end"?: csstype0.Property.GridRowEnd | undefined; "grid-row-start"?: csstype0.Property.GridRowStart | undefined; "grid-template-areas"?: csstype0.Property.GridTemplateAreas | undefined; "grid-template-columns"?: csstype0.Property.GridTemplateColumns | undefined; "grid-template-rows"?: csstype0.Property.GridTemplateRows | undefined; "hanging-punctuation"?: csstype0.Property.HangingPunctuation | undefined; "hyphenate-character"?: csstype0.Property.HyphenateCharacter | undefined; "hyphenate-limit-chars"?: csstype0.Property.HyphenateLimitChars | undefined; "image-orientation"?: csstype0.Property.ImageOrientation | undefined; "image-rendering"?: csstype0.Property.ImageRendering | undefined; "image-resolution"?: csstype0.Property.ImageResolution | undefined; "initial-letter"?: csstype0.Property.InitialLetter | undefined; "initial-letter-align"?: csstype0.Property.InitialLetterAlign | undefined; "inline-size"?: csstype0.Property.InlineSize | undefined; "inset-block-end"?: csstype0.Property.InsetBlockEnd | undefined; "inset-block-start"?: csstype0.Property.InsetBlockStart | undefined; "inset-inline-end"?: csstype0.Property.InsetInlineEnd | undefined; "inset-inline-start"?: csstype0.Property.InsetInlineStart | undefined; "interpolate-size"?: csstype0.Property.InterpolateSize | undefined; "justify-content"?: csstype0.Property.JustifyContent | undefined; "justify-items"?: csstype0.Property.JustifyItems | undefined; "justify-self"?: csstype0.Property.JustifySelf | undefined; "justify-tracks"?: csstype0.Property.JustifyTracks | undefined; "letter-spacing"?: csstype0.Property.LetterSpacing | undefined; "lighting-color"?: csstype0.Property.LightingColor | undefined; "line-break"?: csstype0.Property.LineBreak | undefined; "line-height"?: csstype0.Property.LineHeight | undefined; "line-height-step"?: csstype0.Property.LineHeightStep | undefined; "list-style-image"?: csstype0.Property.ListStyleImage | undefined; "list-style-position"?: csstype0.Property.ListStylePosition | undefined; "list-style-type"?: csstype0.Property.ListStyleType | undefined; "margin-block-end"?: csstype0.Property.MarginBlockEnd | undefined; "margin-block-start"?: csstype0.Property.MarginBlockStart | undefined; "margin-bottom"?: csstype0.Property.MarginBottom | undefined; "margin-inline-end"?: csstype0.Property.MarginInlineEnd | undefined; "margin-inline-start"?: csstype0.Property.MarginInlineStart | undefined; "margin-left"?: csstype0.Property.MarginLeft | undefined; "margin-right"?: csstype0.Property.MarginRight | undefined; "margin-top"?: csstype0.Property.MarginTop | undefined; "margin-trim"?: csstype0.Property.MarginTrim | undefined; "marker-end"?: csstype0.Property.MarkerEnd | undefined; "marker-mid"?: csstype0.Property.MarkerMid | undefined; "marker-start"?: csstype0.Property.MarkerStart | undefined; "mask-border-mode"?: csstype0.Property.MaskBorderMode | undefined; "mask-border-outset"?: csstype0.Property.MaskBorderOutset | undefined; "mask-border-repeat"?: csstype0.Property.MaskBorderRepeat | undefined; "mask-border-slice"?: csstype0.Property.MaskBorderSlice | undefined; "mask-border-source"?: csstype0.Property.MaskBorderSource | undefined; "mask-border-width"?: csstype0.Property.MaskBorderWidth | undefined; "mask-clip"?: csstype0.Property.MaskClip | undefined; "mask-composite"?: csstype0.Property.MaskComposite | undefined; "mask-image"?: csstype0.Property.MaskImage | undefined; "mask-mode"?: csstype0.Property.MaskMode | undefined; "mask-origin"?: csstype0.Property.MaskOrigin | undefined; "mask-position"?: csstype0.Property.MaskPosition | undefined; "mask-repeat"?: csstype0.Property.MaskRepeat | undefined; "mask-size"?: csstype0.Property.MaskSize | undefined; "mask-type"?: csstype0.Property.MaskType | undefined; "masonry-auto-flow"?: csstype0.Property.MasonryAutoFlow | undefined; "math-depth"?: csstype0.Property.MathDepth | undefined; "math-shift"?: csstype0.Property.MathShift | undefined; "math-style"?: csstype0.Property.MathStyle | undefined; "max-block-size"?: csstype0.Property.MaxBlockSize | undefined; "max-height"?: csstype0.Property.MaxHeight | undefined; "max-inline-size"?: csstype0.Property.MaxInlineSize | undefined; "max-lines"?: csstype0.Property.MaxLines | undefined; "max-width"?: csstype0.Property.MaxWidth | undefined; "min-block-size"?: csstype0.Property.MinBlockSize | undefined; "min-height"?: csstype0.Property.MinHeight | undefined; "min-inline-size"?: csstype0.Property.MinInlineSize | undefined; "min-width"?: csstype0.Property.MinWidth | undefined; "mix-blend-mode"?: csstype0.Property.MixBlendMode | undefined; "motion-distance"?: csstype0.Property.OffsetDistance | undefined; "motion-path"?: csstype0.Property.OffsetPath | undefined; "motion-rotation"?: csstype0.Property.OffsetRotate | undefined; "object-fit"?: csstype0.Property.ObjectFit | undefined; "object-position"?: csstype0.Property.ObjectPosition | undefined; "object-view-box"?: csstype0.Property.ObjectViewBox | undefined; "offset-anchor"?: csstype0.Property.OffsetAnchor | undefined; "offset-distance"?: csstype0.Property.OffsetDistance | undefined; "offset-path"?: csstype0.Property.OffsetPath | undefined; "offset-position"?: csstype0.Property.OffsetPosition | undefined; "offset-rotate"?: csstype0.Property.OffsetRotate | undefined; "offset-rotation"?: csstype0.Property.OffsetRotate | undefined; "outline-color"?: csstype0.Property.OutlineColor | undefined; "outline-offset"?: csstype0.Property.OutlineOffset | undefined; "outline-style"?: csstype0.Property.OutlineStyle | undefined; "outline-width"?: csstype0.Property.OutlineWidth | undefined; "overflow-anchor"?: csstype0.Property.OverflowAnchor | undefined; "overflow-block"?: csstype0.Property.OverflowBlock | undefined; "overflow-clip-box"?: csstype0.Property.OverflowClipBox | undefined; "overflow-clip-margin"?: csstype0.Property.OverflowClipMargin | undefined; "overflow-inline"?: csstype0.Property.OverflowInline | undefined; "overflow-wrap"?: csstype0.Property.OverflowWrap | undefined; "overflow-x"?: csstype0.Property.OverflowX | undefined; "overflow-y"?: csstype0.Property.OverflowY | undefined; "overscroll-behavior-block"?: csstype0.Property.OverscrollBehaviorBlock | undefined; "overscroll-behavior-inline"?: csstype0.Property.OverscrollBehaviorInline | undefined; "overscroll-behavior-x"?: csstype0.Property.OverscrollBehaviorX | undefined; "overscroll-behavior-y"?: csstype0.Property.OverscrollBehaviorY | undefined; "padding-block-end"?: csstype0.Property.PaddingBlockEnd | undefined; "padding-block-start"?: csstype0.Property.PaddingBlockStart | undefined; "padding-bottom"?: csstype0.Property.PaddingBottom | undefined; "padding-inline-end"?: csstype0.Property.PaddingInlineEnd | undefined; "padding-inline-start"?: csstype0.Property.PaddingInlineStart | undefined; "padding-left"?: csstype0.Property.PaddingLeft | undefined; "padding-right"?: csstype0.Property.PaddingRight | undefined; "padding-top"?: csstype0.Property.PaddingTop | undefined; "paint-order"?: csstype0.Property.PaintOrder | undefined; "perspective-origin"?: csstype0.Property.PerspectiveOrigin | undefined; "pointer-events"?: csstype0.Property.PointerEvents | undefined; "position-anchor"?: csstype0.Property.PositionAnchor | undefined; "position-area"?: csstype0.Property.PositionArea | undefined; "position-try-fallbacks"?: csstype0.Property.PositionTryFallbacks | undefined; "position-try-order"?: csstype0.Property.PositionTryOrder | undefined; "position-visibility"?: csstype0.Property.PositionVisibility | undefined; "print-color-adjust"?: csstype0.Property.PrintColorAdjust | undefined; "row-gap"?: csstype0.Property.RowGap | undefined; "ruby-align"?: csstype0.Property.RubyAlign | undefined; "ruby-merge"?: csstype0.Property.RubyMerge | undefined; "ruby-overhang"?: csstype0.Property.RubyOverhang | undefined; "ruby-position"?: csstype0.Property.RubyPosition | undefined; "scroll-behavior"?: csstype0.Property.ScrollBehavior | undefined; "scroll-initial-target"?: csstype0.Property.ScrollInitialTarget | undefined; "scroll-margin-block-end"?: csstype0.Property.ScrollMarginBlockEnd | undefined; "scroll-margin-block-start"?: csstype0.Property.ScrollMarginBlockStart | undefined; "scroll-margin-bottom"?: csstype0.Property.ScrollMarginBottom | undefined; "scroll-margin-inline-end"?: csstype0.Property.ScrollMarginInlineEnd | undefined; "scroll-margin-inline-start"?: csstype0.Property.ScrollMarginInlineStart | undefined; "scroll-margin-left"?: csstype0.Property.ScrollMarginLeft | undefined; "scroll-margin-right"?: csstype0.Property.ScrollMarginRight | undefined; "scroll-margin-top"?: csstype0.Property.ScrollMarginTop | undefined; "scroll-padding-block-end"?: csstype0.Property.ScrollPaddingBlockEnd | undefined; "scroll-padding-block-start"?: csstype0.Property.ScrollPaddingBlockStart | undefined; "scroll-padding-bottom"?: csstype0.Property.ScrollPaddingBottom | undefined; "scroll-padding-inline-end"?: csstype0.Property.ScrollPaddingInlineEnd | undefined; "scroll-padding-inline-start"?: csstype0.Property.ScrollPaddingInlineStart | undefined; "scroll-padding-left"?: csstype0.Property.ScrollPaddingLeft | undefined; "scroll-padding-right"?: csstype0.Property.ScrollPaddingRight | undefined; "scroll-padding-top"?: csstype0.Property.ScrollPaddingTop | undefined; "scroll-snap-align"?: csstype0.Property.ScrollSnapAlign | undefined; "scroll-snap-margin-bottom"?: csstype0.Property.ScrollMarginBottom | undefined; "scroll-snap-margin-left"?: csstype0.Property.ScrollMarginLeft | undefined; "scroll-snap-margin-right"?: csstype0.Property.ScrollMarginRight | undefined; "scroll-snap-margin-top"?: csstype0.Property.ScrollMarginTop | undefined; "scroll-snap-stop"?: csstype0.Property.ScrollSnapStop | undefined; "scroll-snap-type"?: csstype0.Property.ScrollSnapType | undefined; "scroll-timeline-axis"?: csstype0.Property.ScrollTimelineAxis | undefined; "scroll-timeline-name"?: csstype0.Property.ScrollTimelineName | undefined; "scrollbar-color"?: csstype0.Property.ScrollbarColor | undefined; "scrollbar-gutter"?: csstype0.Property.ScrollbarGutter | undefined; "scrollbar-width"?: csstype0.Property.ScrollbarWidth | undefined; "shape-image-threshold"?: csstype0.Property.ShapeImageThreshold | undefined; "shape-margin"?: csstype0.Property.ShapeMargin | undefined; "shape-outside"?: csstype0.Property.ShapeOutside | undefined; "shape-rendering"?: csstype0.Property.ShapeRendering | undefined; "speak-as"?: csstype0.Property.SpeakAs | undefined; "stop-color"?: csstype0.Property.StopColor | undefined; "stop-opacity"?: csstype0.Property.StopOpacity | undefined; "stroke-color"?: csstype0.Property.StrokeColor | undefined; "stroke-dasharray"?: csstype0.Property.StrokeDasharray | undefined; "stroke-dashoffset"?: csstype0.Property.StrokeDashoffset | undefined; "stroke-linecap"?: csstype0.Property.StrokeLinecap | undefined; "stroke-linejoin"?: csstype0.Property.StrokeLinejoin | undefined; "stroke-miterlimit"?: csstype0.Property.StrokeMiterlimit | undefined; "stroke-opacity"?: csstype0.Property.StrokeOpacity | undefined; "stroke-width"?: csstype0.Property.StrokeWidth | undefined; "tab-size"?: csstype0.Property.TabSize | undefined; "table-layout"?: csstype0.Property.TableLayout | undefined; "text-align"?: csstype0.Property.TextAlign | undefined; "text-align-last"?: csstype0.Property.TextAlignLast | undefined; "text-anchor"?: csstype0.Property.TextAnchor | undefined; "text-autospace"?: csstype0.Property.TextAutospace | undefined; "text-box"?: csstype0.Property.TextBox | undefined; "text-box-edge"?: csstype0.Property.TextBoxEdge | undefined; "text-box-trim"?: csstype0.Property.TextBoxTrim | undefined; "text-combine-upright"?: csstype0.Property.TextCombineUpright | undefined; "text-decoration-color"?: csstype0.Property.TextDecorationColor | undefined; "text-decoration-line"?: csstype0.Property.TextDecorationLine | undefined; "text-decoration-skip"?: csstype0.Property.TextDecorationSkip | undefined; "text-decoration-skip-ink"?: csstype0.Property.TextDecorationSkipInk | undefined; "text-decoration-style"?: csstype0.Property.TextDecorationStyle | undefined; "text-decoration-thickness"?: csstype0.Property.TextDecorationThickness | undefined; "text-emphasis-color"?: csstype0.Property.TextEmphasisColor | undefined; "text-emphasis-position"?: csstype0.Property.TextEmphasisPosition | undefined; "text-emphasis-style"?: csstype0.Property.TextEmphasisStyle | undefined; "text-indent"?: csstype0.Property.TextIndent | undefined; "text-justify"?: csstype0.Property.TextJustify | undefined; "text-orientation"?: csstype0.Property.TextOrientation | undefined; "text-overflow"?: csstype0.Property.TextOverflow | undefined; "text-rendering"?: csstype0.Property.TextRendering | undefined; "text-shadow"?: csstype0.Property.TextShadow | undefined; "text-size-adjust"?: csstype0.Property.TextSizeAdjust | undefined; "text-spacing-trim"?: csstype0.Property.TextSpacingTrim | undefined; "text-transform"?: csstype0.Property.TextTransform | undefined; "text-underline-offset"?: csstype0.Property.TextUnderlineOffset | undefined; "text-underline-position"?: csstype0.Property.TextUnderlinePosition | undefined; "text-wrap-mode"?: csstype0.Property.TextWrapMode | undefined; "text-wrap-style"?: csstype0.Property.TextWrapStyle | undefined; "timeline-scope"?: csstype0.Property.TimelineScope | undefined; "touch-action"?: csstype0.Property.TouchAction | undefined; "transform-box"?: csstype0.Property.TransformBox | undefined; "transform-origin"?: csstype0.Property.TransformOrigin | undefined; "transform-style"?: csstype0.Property.TransformStyle | undefined; "transition-behavior"?: csstype0.Property.TransitionBehavior | undefined; "transition-delay"?: csstype0.Property.TransitionDelay | undefined; "transition-duration"?: csstype0.Property.TransitionDuration | undefined; "transition-property"?: csstype0.Property.TransitionProperty | undefined; "transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "unicode-bidi"?: csstype0.Property.UnicodeBidi | undefined; "user-select"?: csstype0.Property.UserSelect | undefined; "vector-effect"?: csstype0.Property.VectorEffect | undefined; "vertical-align"?: csstype0.Property.VerticalAlign | undefined; "view-timeline-axis"?: csstype0.Property.ViewTimelineAxis | undefined; "view-timeline-inset"?: csstype0.Property.ViewTimelineInset | undefined; "view-timeline-name"?: csstype0.Property.ViewTimelineName | undefined; "view-transition-class"?: csstype0.Property.ViewTransitionClass | undefined; "view-transition-name"?: csstype0.Property.ViewTransitionName | undefined; "white-space"?: csstype0.Property.WhiteSpace | undefined; "white-space-collapse"?: csstype0.Property.WhiteSpaceCollapse | undefined; "will-change"?: csstype0.Property.WillChange | undefined; "word-break"?: csstype0.Property.WordBreak | undefined; "word-spacing"?: csstype0.Property.WordSpacing | undefined; "word-wrap"?: csstype0.Property.WordWrap | undefined; "writing-mode"?: csstype0.Property.WritingMode | undefined; "z-index"?: csstype0.Property.ZIndex | undefined; "animation-range"?: csstype0.Property.AnimationRange | undefined; "background-position"?: csstype0.Property.BackgroundPosition | undefined; "border-block"?: csstype0.Property.BorderBlock | undefined; "border-block-color"?: csstype0.Property.BorderBlockColor | undefined; "border-block-end"?: csstype0.Property.BorderBlockEnd | undefined; "border-block-start"?: csstype0.Property.BorderBlockStart | undefined; "border-block-style"?: csstype0.Property.BorderBlockStyle | undefined; "border-block-width"?: csstype0.Property.BorderBlockWidth | undefined; "border-bottom"?: csstype0.Property.BorderBottom | undefined; "border-color"?: csstype0.Property.BorderColor | undefined; "border-image"?: csstype0.Property.BorderImage | undefined; "border-inline"?: csstype0.Property.BorderInline | undefined; "border-inline-color"?: csstype0.Property.BorderInlineColor | undefined; "border-inline-end"?: csstype0.Property.BorderInlineEnd | undefined; "border-inline-start"?: csstype0.Property.BorderInlineStart | undefined; "border-inline-style"?: csstype0.Property.BorderInlineStyle | undefined; "border-inline-width"?: csstype0.Property.BorderInlineWidth | undefined; "border-left"?: csstype0.Property.BorderLeft | undefined; "border-radius"?: csstype0.Property.BorderRadius | undefined; "border-right"?: csstype0.Property.BorderRight | undefined; "border-style"?: csstype0.Property.BorderStyle | undefined; "border-top"?: csstype0.Property.BorderTop | undefined; "border-width"?: csstype0.Property.BorderWidth | undefined; "column-rule"?: csstype0.Property.ColumnRule | undefined; "contain-intrinsic-size"?: csstype0.Property.ContainIntrinsicSize | undefined; "flex-flow"?: csstype0.Property.FlexFlow | undefined; "grid-area"?: csstype0.Property.GridArea | undefined; "grid-column"?: csstype0.Property.GridColumn | undefined; "grid-row"?: csstype0.Property.GridRow | undefined; "grid-template"?: csstype0.Property.GridTemplate | undefined; "inset-block"?: csstype0.Property.InsetBlock | undefined; "inset-inline"?: csstype0.Property.InsetInline | undefined; "line-clamp"?: csstype0.Property.LineClamp | undefined; "list-style"?: csstype0.Property.ListStyle | undefined; "margin-block"?: csstype0.Property.MarginBlock | undefined; "margin-inline"?: csstype0.Property.MarginInline | undefined; "mask-border"?: csstype0.Property.MaskBorder | undefined; "overscroll-behavior"?: csstype0.Property.OverscrollBehavior | undefined; "padding-block"?: csstype0.Property.PaddingBlock | undefined; "padding-inline"?: csstype0.Property.PaddingInline | undefined; "place-content"?: csstype0.Property.PlaceContent | undefined; "place-items"?: csstype0.Property.PlaceItems | undefined; "place-self"?: csstype0.Property.PlaceSelf | undefined; "position-try"?: csstype0.Property.PositionTry | undefined; "scroll-margin"?: csstype0.Property.ScrollMargin | undefined; "scroll-margin-block"?: csstype0.Property.ScrollMarginBlock | undefined; "scroll-margin-inline"?: csstype0.Property.ScrollMarginInline | undefined; "scroll-padding"?: csstype0.Property.ScrollPadding | undefined; "scroll-padding-block"?: csstype0.Property.ScrollPaddingBlock | undefined; "scroll-padding-inline"?: csstype0.Property.ScrollPaddingInline | undefined; "scroll-snap-margin"?: csstype0.Property.ScrollMargin | undefined; "scroll-timeline"?: csstype0.Property.ScrollTimeline | undefined; "text-decoration"?: csstype0.Property.TextDecoration | undefined; "text-emphasis"?: csstype0.Property.TextEmphasis | undefined; "text-wrap"?: csstype0.Property.TextWrap | undefined; "view-timeline"?: csstype0.Property.ViewTimeline | undefined; "-moz-animation-delay"?: csstype0.Property.AnimationDelay | undefined; "-moz-animation-direction"?: csstype0.Property.AnimationDirection | undefined; "-moz-animation-duration"?: csstype0.Property.AnimationDuration | undefined; "-moz-animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "-moz-animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "-moz-animation-name"?: csstype0.Property.AnimationName | undefined; "-moz-animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "-moz-animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "-moz-appearance"?: csstype0.Property.MozAppearance | undefined; "-moz-backface-visibility"?: csstype0.Property.BackfaceVisibility | undefined; "-moz-binding"?: csstype0.Property.MozBinding | undefined; "-moz-border-bottom-colors"?: csstype0.Property.MozBorderBottomColors | undefined; "-moz-border-end-color"?: csstype0.Property.BorderInlineEndColor | undefined; "-moz-border-end-style"?: csstype0.Property.BorderInlineEndStyle | undefined; "-moz-border-end-width"?: csstype0.Property.BorderInlineEndWidth | undefined; "-moz-border-left-colors"?: csstype0.Property.MozBorderLeftColors | undefined; "-moz-border-right-colors"?: csstype0.Property.MozBorderRightColors | undefined; "-moz-border-start-color"?: csstype0.Property.BorderInlineStartColor | undefined; "-moz-border-start-style"?: csstype0.Property.BorderInlineStartStyle | undefined; "-moz-border-top-colors"?: csstype0.Property.MozBorderTopColors | undefined; "-moz-box-sizing"?: csstype0.Property.BoxSizing | undefined; "-moz-column-rule-color"?: csstype0.Property.ColumnRuleColor | undefined; "-moz-column-rule-style"?: csstype0.Property.ColumnRuleStyle | undefined; "-moz-column-rule-width"?: csstype0.Property.ColumnRuleWidth | undefined; "-moz-column-width"?: csstype0.Property.ColumnWidth | undefined; "-moz-context-properties"?: csstype0.Property.MozContextProperties | undefined; "-moz-font-feature-settings"?: csstype0.Property.FontFeatureSettings | undefined; "-moz-font-language-override"?: csstype0.Property.FontLanguageOverride | undefined; "-moz-hyphens"?: csstype0.Property.Hyphens | undefined; "-moz-margin-end"?: csstype0.Property.MarginInlineEnd | undefined; "-moz-margin-start"?: csstype0.Property.MarginInlineStart | undefined; "-moz-orient"?: csstype0.Property.MozOrient | undefined; "-moz-osx-font-smoothing"?: csstype0.Property.FontSmooth | undefined; "-moz-outline-radius-bottomleft"?: csstype0.Property.MozOutlineRadiusBottomleft | undefined; "-moz-outline-radius-bottomright"?: csstype0.Property.MozOutlineRadiusBottomright | undefined; "-moz-outline-radius-topleft"?: csstype0.Property.MozOutlineRadiusTopleft | undefined; "-moz-outline-radius-topright"?: csstype0.Property.MozOutlineRadiusTopright | undefined; "-moz-padding-end"?: csstype0.Property.PaddingInlineEnd | undefined; "-moz-padding-start"?: csstype0.Property.PaddingInlineStart | undefined; "-moz-perspective"?: csstype0.Property.Perspective | undefined; "-moz-perspective-origin"?: csstype0.Property.PerspectiveOrigin | undefined; "-moz-stack-sizing"?: csstype0.Property.MozStackSizing | undefined; "-moz-tab-size"?: csstype0.Property.TabSize | undefined; "-moz-text-blink"?: csstype0.Property.MozTextBlink | undefined; "-moz-text-size-adjust"?: csstype0.Property.TextSizeAdjust | undefined; "-moz-transform"?: csstype0.Property.Transform | undefined; "-moz-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-moz-transform-style"?: csstype0.Property.TransformStyle | undefined; "-moz-user-modify"?: csstype0.Property.MozUserModify | undefined; "-moz-user-select"?: csstype0.Property.UserSelect | undefined; "-moz-window-dragging"?: csstype0.Property.MozWindowDragging | undefined; "-moz-window-shadow"?: csstype0.Property.MozWindowShadow | undefined; "-ms-accelerator"?: csstype0.Property.MsAccelerator | undefined; "-ms-block-progression"?: csstype0.Property.MsBlockProgression | undefined; "-ms-content-zoom-chaining"?: csstype0.Property.MsContentZoomChaining | undefined; "-ms-content-zoom-limit-max"?: csstype0.Property.MsContentZoomLimitMax | undefined; "-ms-content-zoom-limit-min"?: csstype0.Property.MsContentZoomLimitMin | undefined; "-ms-content-zoom-snap-points"?: csstype0.Property.MsContentZoomSnapPoints | undefined; "-ms-content-zoom-snap-type"?: csstype0.Property.MsContentZoomSnapType | undefined; "-ms-content-zooming"?: csstype0.Property.MsContentZooming | undefined; "-ms-filter"?: csstype0.Property.MsFilter | undefined; "-ms-flex-direction"?: csstype0.Property.FlexDirection | undefined; "-ms-flex-positive"?: csstype0.Property.FlexGrow | undefined; "-ms-flow-from"?: csstype0.Property.MsFlowFrom | undefined; "-ms-flow-into"?: csstype0.Property.MsFlowInto | undefined; "-ms-grid-columns"?: csstype0.Property.MsGridColumns | undefined; "-ms-grid-rows"?: csstype0.Property.MsGridRows | undefined; "-ms-high-contrast-adjust"?: csstype0.Property.MsHighContrastAdjust | undefined; "-ms-hyphenate-limit-chars"?: csstype0.Property.MsHyphenateLimitChars | undefined; "-ms-hyphenate-limit-lines"?: csstype0.Property.MsHyphenateLimitLines | undefined; "-ms-hyphenate-limit-zone"?: csstype0.Property.MsHyphenateLimitZone | undefined; "-ms-hyphens"?: csstype0.Property.Hyphens | undefined; "-ms-ime-align"?: csstype0.Property.MsImeAlign | undefined; "-ms-line-break"?: csstype0.Property.LineBreak | undefined; "-ms-order"?: csstype0.Property.Order | undefined; "-ms-overflow-style"?: csstype0.Property.MsOverflowStyle | undefined; "-ms-overflow-x"?: csstype0.Property.OverflowX | undefined; "-ms-overflow-y"?: csstype0.Property.OverflowY | undefined; "-ms-scroll-chaining"?: csstype0.Property.MsScrollChaining | undefined; "-ms-scroll-limit-x-max"?: csstype0.Property.MsScrollLimitXMax | undefined; "-ms-scroll-limit-x-min"?: csstype0.Property.MsScrollLimitXMin | undefined; "-ms-scroll-limit-y-max"?: csstype0.Property.MsScrollLimitYMax | undefined; "-ms-scroll-limit-y-min"?: csstype0.Property.MsScrollLimitYMin | undefined; "-ms-scroll-rails"?: csstype0.Property.MsScrollRails | undefined; "-ms-scroll-snap-points-x"?: csstype0.Property.MsScrollSnapPointsX | undefined; "-ms-scroll-snap-points-y"?: csstype0.Property.MsScrollSnapPointsY | undefined; "-ms-scroll-snap-type"?: csstype0.Property.MsScrollSnapType | undefined; "-ms-scroll-translation"?: csstype0.Property.MsScrollTranslation | undefined; "-ms-scrollbar-3dlight-color"?: csstype0.Property.MsScrollbar3dlightColor | undefined; "-ms-scrollbar-arrow-color"?: csstype0.Property.MsScrollbarArrowColor | undefined; "-ms-scrollbar-base-color"?: csstype0.Property.MsScrollbarBaseColor | undefined; "-ms-scrollbar-darkshadow-color"?: csstype0.Property.MsScrollbarDarkshadowColor | undefined; "-ms-scrollbar-face-color"?: csstype0.Property.MsScrollbarFaceColor | undefined; "-ms-scrollbar-highlight-color"?: csstype0.Property.MsScrollbarHighlightColor | undefined; "-ms-scrollbar-shadow-color"?: csstype0.Property.MsScrollbarShadowColor | undefined; "-ms-scrollbar-track-color"?: csstype0.Property.MsScrollbarTrackColor | undefined; "-ms-text-autospace"?: csstype0.Property.MsTextAutospace | undefined; "-ms-text-combine-horizontal"?: csstype0.Property.TextCombineUpright | undefined; "-ms-text-overflow"?: csstype0.Property.TextOverflow | undefined; "-ms-touch-action"?: csstype0.Property.TouchAction | undefined; "-ms-touch-select"?: csstype0.Property.MsTouchSelect | undefined; "-ms-transform"?: csstype0.Property.Transform | undefined; "-ms-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-ms-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-ms-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-ms-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-ms-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-ms-user-select"?: csstype0.Property.MsUserSelect | undefined; "-ms-word-break"?: csstype0.Property.WordBreak | undefined; "-ms-wrap-flow"?: csstype0.Property.MsWrapFlow | undefined; "-ms-wrap-margin"?: csstype0.Property.MsWrapMargin | undefined; "-ms-wrap-through"?: csstype0.Property.MsWrapThrough | undefined; "-ms-writing-mode"?: csstype0.Property.WritingMode | undefined; "-webkit-align-content"?: csstype0.Property.AlignContent | undefined; "-webkit-align-items"?: csstype0.Property.AlignItems | undefined; "-webkit-align-self"?: csstype0.Property.AlignSelf | undefined; "-webkit-animation-delay"?: csstype0.Property.AnimationDelay | undefined; "-webkit-animation-direction"?: csstype0.Property.AnimationDirection | undefined; "-webkit-animation-duration"?: csstype0.Property.AnimationDuration | undefined; "-webkit-animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "-webkit-animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "-webkit-animation-name"?: csstype0.Property.AnimationName | undefined; "-webkit-animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "-webkit-animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "-webkit-appearance"?: csstype0.Property.WebkitAppearance | undefined; "-webkit-backdrop-filter"?: csstype0.Property.BackdropFilter | undefined; "-webkit-backface-visibility"?: csstype0.Property.BackfaceVisibility | undefined; "-webkit-background-clip"?: csstype0.Property.BackgroundClip | undefined; "-webkit-background-origin"?: csstype0.Property.BackgroundOrigin | undefined; "-webkit-background-size"?: csstype0.Property.BackgroundSize | undefined; "-webkit-border-before-color"?: csstype0.Property.WebkitBorderBeforeColor | undefined; "-webkit-border-before-style"?: csstype0.Property.WebkitBorderBeforeStyle | undefined; "-webkit-border-before-width"?: csstype0.Property.WebkitBorderBeforeWidth | undefined; "-webkit-border-bottom-left-radius"?: csstype0.Property.BorderBottomLeftRadius | undefined; "-webkit-border-bottom-right-radius"?: csstype0.Property.BorderBottomRightRadius | undefined; "-webkit-border-image-slice"?: csstype0.Property.BorderImageSlice | undefined; "-webkit-border-top-left-radius"?: csstype0.Property.BorderTopLeftRadius | undefined; "-webkit-border-top-right-radius"?: csstype0.Property.BorderTopRightRadius | undefined; "-webkit-box-decoration-break"?: csstype0.Property.BoxDecorationBreak | undefined; "-webkit-box-reflect"?: csstype0.Property.WebkitBoxReflect | undefined; "-webkit-box-shadow"?: csstype0.Property.BoxShadow | undefined; "-webkit-box-sizing"?: csstype0.Property.BoxSizing | undefined; "-webkit-clip-path"?: csstype0.Property.ClipPath | undefined; "-webkit-column-count"?: csstype0.Property.ColumnCount | undefined; "-webkit-column-fill"?: csstype0.Property.ColumnFill | undefined; "-webkit-column-rule-color"?: csstype0.Property.ColumnRuleColor | undefined; "-webkit-column-rule-style"?: csstype0.Property.ColumnRuleStyle | undefined; "-webkit-column-rule-width"?: csstype0.Property.ColumnRuleWidth | undefined; "-webkit-column-span"?: csstype0.Property.ColumnSpan | undefined; "-webkit-column-width"?: csstype0.Property.ColumnWidth | undefined; "-webkit-filter"?: csstype0.Property.Filter | undefined; "-webkit-flex-basis"?: csstype0.Property.FlexBasis | undefined; "-webkit-flex-direction"?: csstype0.Property.FlexDirection | undefined; "-webkit-flex-grow"?: csstype0.Property.FlexGrow | undefined; "-webkit-flex-shrink"?: csstype0.Property.FlexShrink | undefined; "-webkit-flex-wrap"?: csstype0.Property.FlexWrap | undefined; "-webkit-font-feature-settings"?: csstype0.Property.FontFeatureSettings | undefined; "-webkit-font-kerning"?: csstype0.Property.FontKerning | undefined; "-webkit-font-smoothing"?: csstype0.Property.FontSmooth | undefined; "-webkit-font-variant-ligatures"?: csstype0.Property.FontVariantLigatures | undefined; "-webkit-hyphenate-character"?: csstype0.Property.HyphenateCharacter | undefined; "-webkit-hyphens"?: csstype0.Property.Hyphens | undefined; "-webkit-initial-letter"?: csstype0.Property.InitialLetter | undefined; "-webkit-justify-content"?: csstype0.Property.JustifyContent | undefined; "-webkit-line-break"?: csstype0.Property.LineBreak | undefined; "-webkit-line-clamp"?: csstype0.Property.WebkitLineClamp | undefined; "-webkit-logical-height"?: csstype0.Property.BlockSize | undefined; "-webkit-logical-width"?: csstype0.Property.InlineSize | undefined; "-webkit-margin-end"?: csstype0.Property.MarginInlineEnd | undefined; "-webkit-margin-start"?: csstype0.Property.MarginInlineStart | undefined; "-webkit-mask-attachment"?: csstype0.Property.WebkitMaskAttachment | undefined; "-webkit-mask-box-image-outset"?: csstype0.Property.MaskBorderOutset | undefined; "-webkit-mask-box-image-repeat"?: csstype0.Property.MaskBorderRepeat | undefined; "-webkit-mask-box-image-slice"?: csstype0.Property.MaskBorderSlice | undefined; "-webkit-mask-box-image-source"?: csstype0.Property.MaskBorderSource | undefined; "-webkit-mask-box-image-width"?: csstype0.Property.MaskBorderWidth | undefined; "-webkit-mask-clip"?: csstype0.Property.WebkitMaskClip | undefined; "-webkit-mask-composite"?: csstype0.Property.WebkitMaskComposite | undefined; "-webkit-mask-image"?: csstype0.Property.WebkitMaskImage | undefined; "-webkit-mask-origin"?: csstype0.Property.WebkitMaskOrigin | undefined; "-webkit-mask-position"?: csstype0.Property.WebkitMaskPosition | undefined; "-webkit-mask-position-x"?: csstype0.Property.WebkitMaskPositionX | undefined; "-webkit-mask-position-y"?: csstype0.Property.WebkitMaskPositionY | undefined; "-webkit-mask-repeat"?: csstype0.Property.WebkitMaskRepeat | undefined; "-webkit-mask-repeat-x"?: csstype0.Property.WebkitMaskRepeatX | undefined; "-webkit-mask-repeat-y"?: csstype0.Property.WebkitMaskRepeatY | undefined; "-webkit-mask-size"?: csstype0.Property.WebkitMaskSize | undefined; "-webkit-max-inline-size"?: csstype0.Property.MaxInlineSize | undefined; "-webkit-order"?: csstype0.Property.Order | undefined; "-webkit-overflow-scrolling"?: csstype0.Property.WebkitOverflowScrolling | undefined; "-webkit-padding-end"?: csstype0.Property.PaddingInlineEnd | undefined; "-webkit-padding-start"?: csstype0.Property.PaddingInlineStart | undefined; "-webkit-perspective"?: csstype0.Property.Perspective | undefined; "-webkit-perspective-origin"?: csstype0.Property.PerspectiveOrigin | undefined; "-webkit-print-color-adjust"?: csstype0.Property.PrintColorAdjust | undefined; "-webkit-ruby-position"?: csstype0.Property.RubyPosition | undefined; "-webkit-scroll-snap-type"?: csstype0.Property.ScrollSnapType | undefined; "-webkit-shape-margin"?: csstype0.Property.ShapeMargin | undefined; "-webkit-tap-highlight-color"?: csstype0.Property.WebkitTapHighlightColor | undefined; "-webkit-text-combine"?: csstype0.Property.TextCombineUpright | undefined; "-webkit-text-decoration-color"?: csstype0.Property.TextDecorationColor | undefined; "-webkit-text-decoration-line"?: csstype0.Property.TextDecorationLine | undefined; "-webkit-text-decoration-skip"?: csstype0.Property.TextDecorationSkip | undefined; "-webkit-text-decoration-style"?: csstype0.Property.TextDecorationStyle | undefined; "-webkit-text-emphasis-color"?: csstype0.Property.TextEmphasisColor | undefined; "-webkit-text-emphasis-position"?: csstype0.Property.TextEmphasisPosition | undefined; "-webkit-text-emphasis-style"?: csstype0.Property.TextEmphasisStyle | undefined; "-webkit-text-fill-color"?: csstype0.Property.WebkitTextFillColor | undefined; "-webkit-text-orientation"?: csstype0.Property.TextOrientation | undefined; "-webkit-text-size-adjust"?: csstype0.Property.TextSizeAdjust | undefined; "-webkit-text-stroke-color"?: csstype0.Property.WebkitTextStrokeColor | undefined; "-webkit-text-stroke-width"?: csstype0.Property.WebkitTextStrokeWidth | undefined; "-webkit-text-underline-position"?: csstype0.Property.TextUnderlinePosition | undefined; "-webkit-touch-callout"?: csstype0.Property.WebkitTouchCallout | undefined; "-webkit-transform"?: csstype0.Property.Transform | undefined; "-webkit-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-webkit-transform-style"?: csstype0.Property.TransformStyle | undefined; "-webkit-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-webkit-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-webkit-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-webkit-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-webkit-user-modify"?: csstype0.Property.WebkitUserModify | undefined; "-webkit-user-select"?: csstype0.Property.WebkitUserSelect | undefined; "-webkit-writing-mode"?: csstype0.Property.WritingMode | undefined; "-moz-animation"?: csstype0.Property.Animation | undefined; "-moz-border-image"?: csstype0.Property.BorderImage | undefined; "-moz-column-rule"?: csstype0.Property.ColumnRule | undefined; "-moz-columns"?: csstype0.Property.Columns | undefined; "-moz-outline-radius"?: csstype0.Property.MozOutlineRadius | undefined; "-moz-transition"?: csstype0.Property.Transition | undefined; "-ms-content-zoom-limit"?: csstype0.Property.MsContentZoomLimit | undefined; "-ms-content-zoom-snap"?: csstype0.Property.MsContentZoomSnap | undefined; "-ms-flex"?: csstype0.Property.Flex | undefined; "-ms-scroll-limit"?: csstype0.Property.MsScrollLimit | undefined; "-ms-scroll-snap-x"?: csstype0.Property.MsScrollSnapX | undefined; "-ms-scroll-snap-y"?: csstype0.Property.MsScrollSnapY | undefined; "-ms-transition"?: csstype0.Property.Transition | undefined; "-webkit-animation"?: csstype0.Property.Animation | undefined; "-webkit-border-before"?: csstype0.Property.WebkitBorderBefore | undefined; "-webkit-border-image"?: csstype0.Property.BorderImage | undefined; "-webkit-border-radius"?: csstype0.Property.BorderRadius | undefined; "-webkit-column-rule"?: csstype0.Property.ColumnRule | undefined; "-webkit-columns"?: csstype0.Property.Columns | undefined; "-webkit-flex"?: csstype0.Property.Flex | undefined; "-webkit-flex-flow"?: csstype0.Property.FlexFlow | undefined; "-webkit-mask"?: csstype0.Property.WebkitMask | undefined; "-webkit-mask-box-image"?: csstype0.Property.MaskBorder | undefined; "-webkit-text-emphasis"?: csstype0.Property.TextEmphasis | undefined; "-webkit-text-stroke"?: csstype0.Property.WebkitTextStroke | undefined; "-webkit-transition"?: csstype0.Property.Transition | undefined; "box-align"?: csstype0.Property.BoxAlign | undefined; "box-direction"?: csstype0.Property.BoxDirection | undefined; "box-flex"?: csstype0.Property.BoxFlex | undefined; "box-flex-group"?: csstype0.Property.BoxFlexGroup | undefined; "box-lines"?: csstype0.Property.BoxLines | undefined; "box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "box-orient"?: csstype0.Property.BoxOrient | undefined; "box-pack"?: csstype0.Property.BoxPack | undefined; "font-stretch"?: csstype0.Property.FontStretch | undefined; "grid-column-gap"?: csstype0.Property.GridColumnGap | undefined; "grid-gap"?: csstype0.Property.GridGap | undefined; "grid-row-gap"?: csstype0.Property.GridRowGap | undefined; "ime-mode"?: csstype0.Property.ImeMode | undefined; "inset-area"?: csstype0.Property.PositionArea | undefined; "offset-block"?: csstype0.Property.InsetBlock | undefined; "offset-block-end"?: csstype0.Property.InsetBlockEnd | undefined; "offset-block-start"?: csstype0.Property.InsetBlockStart | undefined; "offset-inline"?: csstype0.Property.InsetInline | undefined; "offset-inline-end"?: csstype0.Property.InsetInlineEnd | undefined; "offset-inline-start"?: csstype0.Property.InsetInlineStart | undefined; "page-break-after"?: csstype0.Property.PageBreakAfter | undefined; "page-break-before"?: csstype0.Property.PageBreakBefore | undefined; "page-break-inside"?: csstype0.Property.PageBreakInside | undefined; "position-try-options"?: csstype0.Property.PositionTryFallbacks | undefined; "scroll-snap-coordinate"?: csstype0.Property.ScrollSnapCoordinate | undefined; "scroll-snap-destination"?: csstype0.Property.ScrollSnapDestination | undefined; "scroll-snap-points-x"?: csstype0.Property.ScrollSnapPointsX | undefined; "scroll-snap-points-y"?: csstype0.Property.ScrollSnapPointsY | undefined; "scroll-snap-type-x"?: csstype0.Property.ScrollSnapTypeX | undefined; "scroll-snap-type-y"?: csstype0.Property.ScrollSnapTypeY | undefined; "-khtml-box-align"?: csstype0.Property.BoxAlign | undefined; "-khtml-box-direction"?: csstype0.Property.BoxDirection | undefined; "-khtml-box-flex"?: csstype0.Property.BoxFlex | undefined; "-khtml-box-flex-group"?: csstype0.Property.BoxFlexGroup | undefined; "-khtml-box-lines"?: csstype0.Property.BoxLines | undefined; "-khtml-box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "-khtml-box-orient"?: csstype0.Property.BoxOrient | undefined; "-khtml-box-pack"?: csstype0.Property.BoxPack | undefined; "-khtml-line-break"?: csstype0.Property.LineBreak | undefined; "-khtml-opacity"?: csstype0.Property.Opacity | undefined; "-khtml-user-select"?: csstype0.Property.UserSelect | undefined; "-moz-background-clip"?: csstype0.Property.BackgroundClip | undefined; "-moz-background-origin"?: csstype0.Property.BackgroundOrigin | undefined; "-moz-background-size"?: csstype0.Property.BackgroundSize | undefined; "-moz-border-radius"?: csstype0.Property.BorderRadius | undefined; "-moz-border-radius-bottomleft"?: csstype0.Property.BorderBottomLeftRadius | undefined; "-moz-border-radius-bottomright"?: csstype0.Property.BorderBottomRightRadius | undefined; "-moz-border-radius-topleft"?: csstype0.Property.BorderTopLeftRadius | undefined; "-moz-border-radius-topright"?: csstype0.Property.BorderTopRightRadius | undefined; "-moz-box-align"?: csstype0.Property.BoxAlign | undefined; "-moz-box-direction"?: csstype0.Property.BoxDirection | undefined; "-moz-box-flex"?: csstype0.Property.BoxFlex | undefined; "-moz-box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "-moz-box-orient"?: csstype0.Property.BoxOrient | undefined; "-moz-box-pack"?: csstype0.Property.BoxPack | undefined; "-moz-box-shadow"?: csstype0.Property.BoxShadow | undefined; "-moz-column-count"?: csstype0.Property.ColumnCount | undefined; "-moz-column-fill"?: csstype0.Property.ColumnFill | undefined; "-moz-float-edge"?: csstype0.Property.MozFloatEdge | undefined; "-moz-force-broken-image-icon"?: csstype0.Property.MozForceBrokenImageIcon | undefined; "-moz-opacity"?: csstype0.Property.Opacity | undefined; "-moz-outline"?: csstype0.Property.Outline | undefined; "-moz-outline-color"?: csstype0.Property.OutlineColor | undefined; "-moz-outline-style"?: csstype0.Property.OutlineStyle | undefined; "-moz-outline-width"?: csstype0.Property.OutlineWidth | undefined; "-moz-text-align-last"?: csstype0.Property.TextAlignLast | undefined; "-moz-text-decoration-color"?: csstype0.Property.TextDecorationColor | undefined; "-moz-text-decoration-line"?: csstype0.Property.TextDecorationLine | undefined; "-moz-text-decoration-style"?: csstype0.Property.TextDecorationStyle | undefined; "-moz-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-moz-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-moz-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-moz-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-moz-user-focus"?: csstype0.Property.MozUserFocus | undefined; "-moz-user-input"?: csstype0.Property.MozUserInput | undefined; "-ms-ime-mode"?: csstype0.Property.ImeMode | undefined; "-o-animation"?: csstype0.Property.Animation | undefined; "-o-animation-delay"?: csstype0.Property.AnimationDelay | undefined; "-o-animation-direction"?: csstype0.Property.AnimationDirection | undefined; "-o-animation-duration"?: csstype0.Property.AnimationDuration | undefined; "-o-animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "-o-animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "-o-animation-name"?: csstype0.Property.AnimationName | undefined; "-o-animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "-o-animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "-o-background-size"?: csstype0.Property.BackgroundSize | undefined; "-o-border-image"?: csstype0.Property.BorderImage | undefined; "-o-object-fit"?: csstype0.Property.ObjectFit | undefined; "-o-object-position"?: csstype0.Property.ObjectPosition | undefined; "-o-tab-size"?: csstype0.Property.TabSize | undefined; "-o-text-overflow"?: csstype0.Property.TextOverflow | undefined; "-o-transform"?: csstype0.Property.Transform | undefined; "-o-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-o-transition"?: csstype0.Property.Transition | undefined; "-o-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-o-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-o-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-o-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-webkit-box-align"?: csstype0.Property.BoxAlign | undefined; "-webkit-box-direction"?: csstype0.Property.BoxDirection | undefined; "-webkit-box-flex"?: csstype0.Property.BoxFlex | undefined; "-webkit-box-flex-group"?: csstype0.Property.BoxFlexGroup | undefined; "-webkit-box-lines"?: csstype0.Property.BoxLines | undefined; "-webkit-box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "-webkit-box-orient"?: csstype0.Property.BoxOrient | undefined; "-webkit-box-pack"?: csstype0.Property.BoxPack | undefined; "color-interpolation"?: csstype0.Property.ColorInterpolation | undefined; "color-rendering"?: csstype0.Property.ColorRendering | undefined; "glyph-orientation-vertical"?: csstype0.Property.GlyphOrientationVertical | undefined; } | undefined; } | undefined; classes?: { label?: string | undefined; content?: string | undefined; } | undefined; }, DescriptionsContextProps | { styles?: { label?: { [x: `--${string}`]: string | number | undefined; accentColor?: csstype0.Property.AccentColor | undefined; alignContent?: csstype0.Property.AlignContent | undefined; alignItems?: csstype0.Property.AlignItems | undefined; alignSelf?: csstype0.Property.AlignSelf | undefined; alignTracks?: csstype0.Property.AlignTracks | undefined; alignmentBaseline?: csstype0.Property.AlignmentBaseline | undefined; anchorName?: csstype0.Property.AnchorName | undefined; anchorScope?: csstype0.Property.AnchorScope | undefined; animationComposition?: csstype0.Property.AnimationComposition | undefined; animationDelay?: csstype0.Property.AnimationDelay | undefined; animationDirection?: csstype0.Property.AnimationDirection | undefined; animationDuration?: csstype0.Property.AnimationDuration | undefined; animationFillMode?: csstype0.Property.AnimationFillMode | undefined; animationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; animationName?: csstype0.Property.AnimationName | undefined; animationPlayState?: csstype0.Property.AnimationPlayState | undefined; animationRangeEnd?: csstype0.Property.AnimationRangeEnd | undefined; animationRangeStart?: csstype0.Property.AnimationRangeStart | undefined; animationTimeline?: csstype0.Property.AnimationTimeline | undefined; animationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; appearance?: csstype0.Property.Appearance | undefined; aspectRatio?: csstype0.Property.AspectRatio | undefined; backdropFilter?: csstype0.Property.BackdropFilter | undefined; backfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined; backgroundAttachment?: csstype0.Property.BackgroundAttachment | undefined; backgroundBlendMode?: csstype0.Property.BackgroundBlendMode | undefined; backgroundClip?: csstype0.Property.BackgroundClip | undefined; backgroundColor?: csstype0.Property.BackgroundColor | undefined; backgroundImage?: csstype0.Property.BackgroundImage | undefined; backgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined; backgroundPositionX?: csstype0.Property.BackgroundPositionX | undefined; backgroundPositionY?: csstype0.Property.BackgroundPositionY | undefined; backgroundRepeat?: csstype0.Property.BackgroundRepeat | undefined; backgroundSize?: csstype0.Property.BackgroundSize | undefined; baselineShift?: csstype0.Property.BaselineShift | undefined; blockSize?: csstype0.Property.BlockSize | undefined; borderBlockEndColor?: csstype0.Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: csstype0.Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: csstype0.Property.BorderBlockEndWidth | undefined; borderBlockStartColor?: csstype0.Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: csstype0.Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: csstype0.Property.BorderBlockStartWidth | undefined; borderBottomColor?: csstype0.Property.BorderBottomColor | undefined; borderBottomLeftRadius?: csstype0.Property.BorderBottomLeftRadius | undefined; borderBottomRightRadius?: csstype0.Property.BorderBottomRightRadius | undefined; borderBottomStyle?: csstype0.Property.BorderBottomStyle | undefined; borderBottomWidth?: csstype0.Property.BorderBottomWidth | undefined; borderCollapse?: csstype0.Property.BorderCollapse | undefined; borderEndEndRadius?: csstype0.Property.BorderEndEndRadius | undefined; borderEndStartRadius?: csstype0.Property.BorderEndStartRadius | undefined; borderImageOutset?: csstype0.Property.BorderImageOutset | undefined; borderImageRepeat?: csstype0.Property.BorderImageRepeat | undefined; borderImageSlice?: csstype0.Property.BorderImageSlice | undefined; borderImageSource?: csstype0.Property.BorderImageSource | undefined; borderImageWidth?: csstype0.Property.BorderImageWidth | undefined; borderInlineEndColor?: csstype0.Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: csstype0.Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: csstype0.Property.BorderInlineEndWidth | undefined; borderInlineStartColor?: csstype0.Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: csstype0.Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: csstype0.Property.BorderInlineStartWidth | undefined; borderLeftColor?: csstype0.Property.BorderLeftColor | undefined; borderLeftStyle?: csstype0.Property.BorderLeftStyle | undefined; borderLeftWidth?: csstype0.Property.BorderLeftWidth | undefined; borderRightColor?: csstype0.Property.BorderRightColor | undefined; borderRightStyle?: csstype0.Property.BorderRightStyle | undefined; borderRightWidth?: csstype0.Property.BorderRightWidth | undefined; borderSpacing?: csstype0.Property.BorderSpacing | undefined; borderStartEndRadius?: csstype0.Property.BorderStartEndRadius | undefined; borderStartStartRadius?: csstype0.Property.BorderStartStartRadius | undefined; borderTopColor?: csstype0.Property.BorderTopColor | undefined; borderTopLeftRadius?: csstype0.Property.BorderTopLeftRadius | undefined; borderTopRightRadius?: csstype0.Property.BorderTopRightRadius | undefined; borderTopStyle?: csstype0.Property.BorderTopStyle | undefined; borderTopWidth?: csstype0.Property.BorderTopWidth | undefined; bottom?: csstype0.Property.Bottom | undefined; boxDecorationBreak?: csstype0.Property.BoxDecorationBreak | undefined; boxShadow?: csstype0.Property.BoxShadow | undefined; boxSizing?: csstype0.Property.BoxSizing | undefined; breakAfter?: csstype0.Property.BreakAfter | undefined; breakBefore?: csstype0.Property.BreakBefore | undefined; breakInside?: csstype0.Property.BreakInside | undefined; captionSide?: csstype0.Property.CaptionSide | undefined; caretColor?: csstype0.Property.CaretColor | undefined; caretShape?: csstype0.Property.CaretShape | undefined; clear?: csstype0.Property.Clear | undefined; clipPath?: csstype0.Property.ClipPath | undefined; clipRule?: csstype0.Property.ClipRule | undefined; color?: csstype0.Property.Color | undefined; colorAdjust?: csstype0.Property.PrintColorAdjust | undefined; colorInterpolationFilters?: csstype0.Property.ColorInterpolationFilters | undefined; colorScheme?: csstype0.Property.ColorScheme | undefined; columnCount?: csstype0.Property.ColumnCount | undefined; columnFill?: csstype0.Property.ColumnFill | undefined; columnGap?: csstype0.Property.ColumnGap | undefined; columnRuleColor?: csstype0.Property.ColumnRuleColor | undefined; columnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined; columnRuleWidth?: csstype0.Property.ColumnRuleWidth | undefined; columnSpan?: csstype0.Property.ColumnSpan | undefined; columnWidth?: csstype0.Property.ColumnWidth | undefined; contain?: csstype0.Property.Contain | undefined; containIntrinsicBlockSize?: csstype0.Property.ContainIntrinsicBlockSize | undefined; containIntrinsicHeight?: csstype0.Property.ContainIntrinsicHeight | undefined; containIntrinsicInlineSize?: csstype0.Property.ContainIntrinsicInlineSize | undefined; containIntrinsicWidth?: csstype0.Property.ContainIntrinsicWidth | undefined; containerName?: csstype0.Property.ContainerName | undefined; containerType?: csstype0.Property.ContainerType | undefined; content?: csstype0.Property.Content | undefined; contentVisibility?: csstype0.Property.ContentVisibility | undefined; counterIncrement?: csstype0.Property.CounterIncrement | undefined; counterReset?: csstype0.Property.CounterReset | undefined; counterSet?: csstype0.Property.CounterSet | undefined; cursor?: csstype0.Property.Cursor | undefined; cx?: csstype0.Property.Cx | undefined; cy?: csstype0.Property.Cy | undefined; d?: csstype0.Property.D | undefined; direction?: csstype0.Property.Direction | undefined; display?: csstype0.Property.Display | undefined; dominantBaseline?: csstype0.Property.DominantBaseline | undefined; emptyCells?: csstype0.Property.EmptyCells | undefined; fieldSizing?: csstype0.Property.FieldSizing | undefined; fill?: csstype0.Property.Fill | undefined; fillOpacity?: csstype0.Property.FillOpacity | undefined; fillRule?: csstype0.Property.FillRule | undefined; filter?: csstype0.Property.Filter | undefined; flexBasis?: csstype0.Property.FlexBasis | undefined; flexDirection?: csstype0.Property.FlexDirection | undefined; flexGrow?: csstype0.Property.FlexGrow | undefined; flexShrink?: csstype0.Property.FlexShrink | undefined; flexWrap?: csstype0.Property.FlexWrap | undefined; float?: csstype0.Property.Float | undefined; floodColor?: csstype0.Property.FloodColor | undefined; floodOpacity?: csstype0.Property.FloodOpacity | undefined; fontFamily?: csstype0.Property.FontFamily | undefined; fontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined; fontKerning?: csstype0.Property.FontKerning | undefined; fontLanguageOverride?: csstype0.Property.FontLanguageOverride | undefined; fontOpticalSizing?: csstype0.Property.FontOpticalSizing | undefined; fontPalette?: csstype0.Property.FontPalette | undefined; fontSize?: csstype0.Property.FontSize | undefined; fontSizeAdjust?: csstype0.Property.FontSizeAdjust | undefined; fontSmooth?: csstype0.Property.FontSmooth | undefined; fontStyle?: csstype0.Property.FontStyle | undefined; fontSynthesis?: csstype0.Property.FontSynthesis | undefined; fontSynthesisPosition?: csstype0.Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: csstype0.Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: csstype0.Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: csstype0.Property.FontSynthesisWeight | undefined; fontVariant?: csstype0.Property.FontVariant | undefined; fontVariantAlternates?: csstype0.Property.FontVariantAlternates | undefined; fontVariantCaps?: csstype0.Property.FontVariantCaps | undefined; fontVariantEastAsian?: csstype0.Property.FontVariantEastAsian | undefined; fontVariantEmoji?: csstype0.Property.FontVariantEmoji | undefined; fontVariantLigatures?: csstype0.Property.FontVariantLigatures | undefined; fontVariantNumeric?: csstype0.Property.FontVariantNumeric | undefined; fontVariantPosition?: csstype0.Property.FontVariantPosition | undefined; fontVariationSettings?: csstype0.Property.FontVariationSettings | undefined; fontWeight?: csstype0.Property.FontWeight | undefined; fontWidth?: csstype0.Property.FontWidth | undefined; forcedColorAdjust?: csstype0.Property.ForcedColorAdjust | undefined; gridAutoColumns?: csstype0.Property.GridAutoColumns | undefined; gridAutoFlow?: csstype0.Property.GridAutoFlow | undefined; gridAutoRows?: csstype0.Property.GridAutoRows | undefined; gridColumnEnd?: csstype0.Property.GridColumnEnd | undefined; gridColumnStart?: csstype0.Property.GridColumnStart | undefined; gridRowEnd?: csstype0.Property.GridRowEnd | undefined; gridRowStart?: csstype0.Property.GridRowStart | undefined; gridTemplateAreas?: csstype0.Property.GridTemplateAreas | undefined; gridTemplateColumns?: csstype0.Property.GridTemplateColumns | undefined; gridTemplateRows?: csstype0.Property.GridTemplateRows | undefined; hangingPunctuation?: csstype0.Property.HangingPunctuation | undefined; height?: csstype0.Property.Height | undefined; hyphenateCharacter?: csstype0.Property.HyphenateCharacter | undefined; hyphenateLimitChars?: csstype0.Property.HyphenateLimitChars | undefined; hyphens?: csstype0.Property.Hyphens | undefined; imageOrientation?: csstype0.Property.ImageOrientation | undefined; imageRendering?: csstype0.Property.ImageRendering | undefined; imageResolution?: csstype0.Property.ImageResolution | undefined; initialLetter?: csstype0.Property.InitialLetter | undefined; initialLetterAlign?: csstype0.Property.InitialLetterAlign | undefined; inlineSize?: csstype0.Property.InlineSize | undefined; insetBlockEnd?: csstype0.Property.InsetBlockEnd | undefined; insetBlockStart?: csstype0.Property.InsetBlockStart | undefined; insetInlineEnd?: csstype0.Property.InsetInlineEnd | undefined; insetInlineStart?: csstype0.Property.InsetInlineStart | undefined; interpolateSize?: csstype0.Property.InterpolateSize | undefined; isolation?: csstype0.Property.Isolation | undefined; justifyContent?: csstype0.Property.JustifyContent | undefined; justifyItems?: csstype0.Property.JustifyItems | undefined; justifySelf?: csstype0.Property.JustifySelf | undefined; justifyTracks?: csstype0.Property.JustifyTracks | undefined; left?: csstype0.Property.Left | undefined; letterSpacing?: csstype0.Property.LetterSpacing | undefined; lightingColor?: csstype0.Property.LightingColor | undefined; lineBreak?: csstype0.Property.LineBreak | undefined; lineHeight?: csstype0.Property.LineHeight | undefined; lineHeightStep?: csstype0.Property.LineHeightStep | undefined; listStyleImage?: csstype0.Property.ListStyleImage | undefined; listStylePosition?: csstype0.Property.ListStylePosition | undefined; listStyleType?: csstype0.Property.ListStyleType | undefined; marginBlockEnd?: csstype0.Property.MarginBlockEnd | undefined; marginBlockStart?: csstype0.Property.MarginBlockStart | undefined; marginBottom?: csstype0.Property.MarginBottom | undefined; marginInlineEnd?: csstype0.Property.MarginInlineEnd | undefined; marginInlineStart?: csstype0.Property.MarginInlineStart | undefined; marginLeft?: csstype0.Property.MarginLeft | undefined; marginRight?: csstype0.Property.MarginRight | undefined; marginTop?: csstype0.Property.MarginTop | undefined; marginTrim?: csstype0.Property.MarginTrim | undefined; marker?: csstype0.Property.Marker | undefined; markerEnd?: csstype0.Property.MarkerEnd | undefined; markerMid?: csstype0.Property.MarkerMid | undefined; markerStart?: csstype0.Property.MarkerStart | undefined; maskBorderMode?: csstype0.Property.MaskBorderMode | undefined; maskBorderOutset?: csstype0.Property.MaskBorderOutset | undefined; maskBorderRepeat?: csstype0.Property.MaskBorderRepeat | undefined; maskBorderSlice?: csstype0.Property.MaskBorderSlice | undefined; maskBorderSource?: csstype0.Property.MaskBorderSource | undefined; maskBorderWidth?: csstype0.Property.MaskBorderWidth | undefined; maskClip?: csstype0.Property.MaskClip | undefined; maskComposite?: csstype0.Property.MaskComposite | undefined; maskImage?: csstype0.Property.MaskImage | undefined; maskMode?: csstype0.Property.MaskMode | undefined; maskOrigin?: csstype0.Property.MaskOrigin | undefined; maskPosition?: csstype0.Property.MaskPosition | undefined; maskRepeat?: csstype0.Property.MaskRepeat | undefined; maskSize?: csstype0.Property.MaskSize | undefined; maskType?: csstype0.Property.MaskType | undefined; masonryAutoFlow?: csstype0.Property.MasonryAutoFlow | undefined; mathDepth?: csstype0.Property.MathDepth | undefined; mathShift?: csstype0.Property.MathShift | undefined; mathStyle?: csstype0.Property.MathStyle | undefined; maxBlockSize?: csstype0.Property.MaxBlockSize | undefined; maxHeight?: csstype0.Property.MaxHeight | undefined; maxInlineSize?: csstype0.Property.MaxInlineSize | undefined; maxLines?: csstype0.Property.MaxLines | undefined; maxWidth?: csstype0.Property.MaxWidth | undefined; minBlockSize?: csstype0.Property.MinBlockSize | undefined; minHeight?: csstype0.Property.MinHeight | undefined; minInlineSize?: csstype0.Property.MinInlineSize | undefined; minWidth?: csstype0.Property.MinWidth | undefined; mixBlendMode?: csstype0.Property.MixBlendMode | undefined; motionDistance?: csstype0.Property.OffsetDistance | undefined; motionPath?: csstype0.Property.OffsetPath | undefined; motionRotation?: csstype0.Property.OffsetRotate | undefined; objectFit?: csstype0.Property.ObjectFit | undefined; objectPosition?: csstype0.Property.ObjectPosition | undefined; objectViewBox?: csstype0.Property.ObjectViewBox | undefined; offsetAnchor?: csstype0.Property.OffsetAnchor | undefined; offsetDistance?: csstype0.Property.OffsetDistance | undefined; offsetPath?: csstype0.Property.OffsetPath | undefined; offsetPosition?: csstype0.Property.OffsetPosition | undefined; offsetRotate?: csstype0.Property.OffsetRotate | undefined; offsetRotation?: csstype0.Property.OffsetRotate | undefined; opacity?: csstype0.Property.Opacity | undefined; order?: csstype0.Property.Order | undefined; orphans?: csstype0.Property.Orphans | undefined; outlineColor?: csstype0.Property.OutlineColor | undefined; outlineOffset?: csstype0.Property.OutlineOffset | undefined; outlineStyle?: csstype0.Property.OutlineStyle | undefined; outlineWidth?: csstype0.Property.OutlineWidth | undefined; overflowAnchor?: csstype0.Property.OverflowAnchor | undefined; overflowBlock?: csstype0.Property.OverflowBlock | undefined; overflowClipBox?: csstype0.Property.OverflowClipBox | undefined; overflowClipMargin?: csstype0.Property.OverflowClipMargin | undefined; overflowInline?: csstype0.Property.OverflowInline | undefined; overflowWrap?: csstype0.Property.OverflowWrap | undefined; overflowX?: csstype0.Property.OverflowX | undefined; overflowY?: csstype0.Property.OverflowY | undefined; overlay?: csstype0.Property.Overlay | undefined; overscrollBehaviorBlock?: csstype0.Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: csstype0.Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: csstype0.Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: csstype0.Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: csstype0.Property.PaddingBlockEnd | undefined; paddingBlockStart?: csstype0.Property.PaddingBlockStart | undefined; paddingBottom?: csstype0.Property.PaddingBottom | undefined; paddingInlineEnd?: csstype0.Property.PaddingInlineEnd | undefined; paddingInlineStart?: csstype0.Property.PaddingInlineStart | undefined; paddingLeft?: csstype0.Property.PaddingLeft | undefined; paddingRight?: csstype0.Property.PaddingRight | undefined; paddingTop?: csstype0.Property.PaddingTop | undefined; page?: csstype0.Property.Page | undefined; paintOrder?: csstype0.Property.PaintOrder | undefined; perspective?: csstype0.Property.Perspective | undefined; perspectiveOrigin?: csstype0.Property.PerspectiveOrigin | undefined; pointerEvents?: csstype0.Property.PointerEvents | undefined; position?: csstype0.Property.Position | undefined; positionAnchor?: csstype0.Property.PositionAnchor | undefined; positionArea?: csstype0.Property.PositionArea | undefined; positionTryFallbacks?: csstype0.Property.PositionTryFallbacks | undefined; positionTryOrder?: csstype0.Property.PositionTryOrder | undefined; positionVisibility?: csstype0.Property.PositionVisibility | undefined; printColorAdjust?: csstype0.Property.PrintColorAdjust | undefined; quotes?: csstype0.Property.Quotes | undefined; r?: csstype0.Property.R | undefined; resize?: csstype0.Property.Resize | undefined; right?: csstype0.Property.Right | undefined; rotate?: csstype0.Property.Rotate | undefined; rowGap?: csstype0.Property.RowGap | undefined; rubyAlign?: csstype0.Property.RubyAlign | undefined; rubyMerge?: csstype0.Property.RubyMerge | undefined; rubyOverhang?: csstype0.Property.RubyOverhang | undefined; rubyPosition?: csstype0.Property.RubyPosition | undefined; rx?: csstype0.Property.Rx | undefined; ry?: csstype0.Property.Ry | undefined; scale?: csstype0.Property.Scale | undefined; scrollBehavior?: csstype0.Property.ScrollBehavior | undefined; scrollInitialTarget?: csstype0.Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: csstype0.Property.ScrollMarginBlockEnd | undefined; scrollMarginBlockStart?: csstype0.Property.ScrollMarginBlockStart | undefined; scrollMarginBottom?: csstype0.Property.ScrollMarginBottom | undefined; scrollMarginInlineEnd?: csstype0.Property.ScrollMarginInlineEnd | undefined; scrollMarginInlineStart?: csstype0.Property.ScrollMarginInlineStart | undefined; scrollMarginLeft?: csstype0.Property.ScrollMarginLeft | undefined; scrollMarginRight?: csstype0.Property.ScrollMarginRight | undefined; scrollMarginTop?: csstype0.Property.ScrollMarginTop | undefined; scrollPaddingBlockEnd?: csstype0.Property.ScrollPaddingBlockEnd | undefined; scrollPaddingBlockStart?: csstype0.Property.ScrollPaddingBlockStart | undefined; scrollPaddingBottom?: csstype0.Property.ScrollPaddingBottom | undefined; scrollPaddingInlineEnd?: csstype0.Property.ScrollPaddingInlineEnd | undefined; scrollPaddingInlineStart?: csstype0.Property.ScrollPaddingInlineStart | undefined; scrollPaddingLeft?: csstype0.Property.ScrollPaddingLeft | undefined; scrollPaddingRight?: csstype0.Property.ScrollPaddingRight | undefined; scrollPaddingTop?: csstype0.Property.ScrollPaddingTop | undefined; scrollSnapAlign?: csstype0.Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: csstype0.Property.ScrollMarginBottom | undefined; scrollSnapMarginLeft?: csstype0.Property.ScrollMarginLeft | undefined; scrollSnapMarginRight?: csstype0.Property.ScrollMarginRight | undefined; scrollSnapMarginTop?: csstype0.Property.ScrollMarginTop | undefined; scrollSnapStop?: csstype0.Property.ScrollSnapStop | undefined; scrollSnapType?: csstype0.Property.ScrollSnapType | undefined; scrollTimelineAxis?: csstype0.Property.ScrollTimelineAxis | undefined; scrollTimelineName?: csstype0.Property.ScrollTimelineName | undefined; scrollbarColor?: csstype0.Property.ScrollbarColor | undefined; scrollbarGutter?: csstype0.Property.ScrollbarGutter | undefined; scrollbarWidth?: csstype0.Property.ScrollbarWidth | undefined; shapeImageThreshold?: csstype0.Property.ShapeImageThreshold | undefined; shapeMargin?: csstype0.Property.ShapeMargin | undefined; shapeOutside?: csstype0.Property.ShapeOutside | undefined; shapeRendering?: csstype0.Property.ShapeRendering | undefined; speakAs?: csstype0.Property.SpeakAs | undefined; stopColor?: csstype0.Property.StopColor | undefined; stopOpacity?: csstype0.Property.StopOpacity | undefined; stroke?: csstype0.Property.Stroke | undefined; strokeColor?: csstype0.Property.StrokeColor | undefined; strokeDasharray?: csstype0.Property.StrokeDasharray | undefined; strokeDashoffset?: csstype0.Property.StrokeDashoffset | undefined; strokeLinecap?: csstype0.Property.StrokeLinecap | undefined; strokeLinejoin?: csstype0.Property.StrokeLinejoin | undefined; strokeMiterlimit?: csstype0.Property.StrokeMiterlimit | undefined; strokeOpacity?: csstype0.Property.StrokeOpacity | undefined; strokeWidth?: csstype0.Property.StrokeWidth | undefined; tabSize?: csstype0.Property.TabSize | undefined; tableLayout?: csstype0.Property.TableLayout | undefined; textAlign?: csstype0.Property.TextAlign | undefined; textAlignLast?: csstype0.Property.TextAlignLast | undefined; textAnchor?: csstype0.Property.TextAnchor | undefined; textAutospace?: csstype0.Property.TextAutospace | undefined; textBox?: csstype0.Property.TextBox | undefined; textBoxEdge?: csstype0.Property.TextBoxEdge | undefined; textBoxTrim?: csstype0.Property.TextBoxTrim | undefined; textCombineUpright?: csstype0.Property.TextCombineUpright | undefined; textDecorationColor?: csstype0.Property.TextDecorationColor | undefined; textDecorationLine?: csstype0.Property.TextDecorationLine | undefined; textDecorationSkip?: csstype0.Property.TextDecorationSkip | undefined; textDecorationSkipInk?: csstype0.Property.TextDecorationSkipInk | undefined; textDecorationStyle?: csstype0.Property.TextDecorationStyle | undefined; textDecorationThickness?: csstype0.Property.TextDecorationThickness | undefined; textEmphasisColor?: csstype0.Property.TextEmphasisColor | undefined; textEmphasisPosition?: csstype0.Property.TextEmphasisPosition | undefined; textEmphasisStyle?: csstype0.Property.TextEmphasisStyle | undefined; textIndent?: csstype0.Property.TextIndent | undefined; textJustify?: csstype0.Property.TextJustify | undefined; textOrientation?: csstype0.Property.TextOrientation | undefined; textOverflow?: csstype0.Property.TextOverflow | undefined; textRendering?: csstype0.Property.TextRendering | undefined; textShadow?: csstype0.Property.TextShadow | undefined; textSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined; textSpacingTrim?: csstype0.Property.TextSpacingTrim | undefined; textTransform?: csstype0.Property.TextTransform | undefined; textUnderlineOffset?: csstype0.Property.TextUnderlineOffset | undefined; textUnderlinePosition?: csstype0.Property.TextUnderlinePosition | undefined; textWrapMode?: csstype0.Property.TextWrapMode | undefined; textWrapStyle?: csstype0.Property.TextWrapStyle | undefined; timelineScope?: csstype0.Property.TimelineScope | undefined; top?: csstype0.Property.Top | undefined; touchAction?: csstype0.Property.TouchAction | undefined; transform?: csstype0.Property.Transform | undefined; transformBox?: csstype0.Property.TransformBox | undefined; transformOrigin?: csstype0.Property.TransformOrigin | undefined; transformStyle?: csstype0.Property.TransformStyle | undefined; transitionBehavior?: csstype0.Property.TransitionBehavior | undefined; transitionDelay?: csstype0.Property.TransitionDelay | undefined; transitionDuration?: csstype0.Property.TransitionDuration | undefined; transitionProperty?: csstype0.Property.TransitionProperty | undefined; transitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; translate?: csstype0.Property.Translate | undefined; unicodeBidi?: csstype0.Property.UnicodeBidi | undefined; userSelect?: csstype0.Property.UserSelect | undefined; vectorEffect?: csstype0.Property.VectorEffect | undefined; verticalAlign?: csstype0.Property.VerticalAlign | undefined; viewTimelineAxis?: csstype0.Property.ViewTimelineAxis | undefined; viewTimelineInset?: csstype0.Property.ViewTimelineInset | undefined; viewTimelineName?: csstype0.Property.ViewTimelineName | undefined; viewTransitionClass?: csstype0.Property.ViewTransitionClass | undefined; viewTransitionName?: csstype0.Property.ViewTransitionName | undefined; visibility?: csstype0.Property.Visibility | undefined; whiteSpace?: csstype0.Property.WhiteSpace | undefined; whiteSpaceCollapse?: csstype0.Property.WhiteSpaceCollapse | undefined; widows?: csstype0.Property.Widows | undefined; width?: csstype0.Property.Width | undefined; willChange?: csstype0.Property.WillChange | undefined; wordBreak?: csstype0.Property.WordBreak | undefined; wordSpacing?: csstype0.Property.WordSpacing | undefined; wordWrap?: csstype0.Property.WordWrap | undefined; writingMode?: csstype0.Property.WritingMode | undefined; x?: csstype0.Property.X | undefined; y?: csstype0.Property.Y | undefined; zIndex?: csstype0.Property.ZIndex | undefined; zoom?: csstype0.Property.Zoom | undefined; all?: csstype0.Globals | undefined; animation?: csstype0.Property.Animation | undefined; animationRange?: csstype0.Property.AnimationRange | undefined; background?: csstype0.Property.Background | undefined; backgroundPosition?: csstype0.Property.BackgroundPosition | undefined; border?: csstype0.Property.Border | undefined; borderBlock?: csstype0.Property.BorderBlock | undefined; borderBlockColor?: csstype0.Property.BorderBlockColor | undefined; borderBlockEnd?: csstype0.Property.BorderBlockEnd | undefined; borderBlockStart?: csstype0.Property.BorderBlockStart | undefined; borderBlockStyle?: csstype0.Property.BorderBlockStyle | undefined; borderBlockWidth?: csstype0.Property.BorderBlockWidth | undefined; borderBottom?: csstype0.Property.BorderBottom | undefined; borderColor?: csstype0.Property.BorderColor | undefined; borderImage?: csstype0.Property.BorderImage | undefined; borderInline?: csstype0.Property.BorderInline | undefined; borderInlineColor?: csstype0.Property.BorderInlineColor | undefined; borderInlineEnd?: csstype0.Property.BorderInlineEnd | undefined; borderInlineStart?: csstype0.Property.BorderInlineStart | undefined; borderInlineStyle?: csstype0.Property.BorderInlineStyle | undefined; borderInlineWidth?: csstype0.Property.BorderInlineWidth | undefined; borderLeft?: csstype0.Property.BorderLeft | undefined; borderRadius?: csstype0.Property.BorderRadius | undefined; borderRight?: csstype0.Property.BorderRight | undefined; borderStyle?: csstype0.Property.BorderStyle | undefined; borderTop?: csstype0.Property.BorderTop | undefined; borderWidth?: csstype0.Property.BorderWidth | undefined; caret?: csstype0.Property.Caret | undefined; columnRule?: csstype0.Property.ColumnRule | undefined; columns?: csstype0.Property.Columns | undefined; containIntrinsicSize?: csstype0.Property.ContainIntrinsicSize | undefined; container?: csstype0.Property.Container | undefined; flex?: csstype0.Property.Flex | undefined; flexFlow?: csstype0.Property.FlexFlow | undefined; font?: csstype0.Property.Font | undefined; gap?: csstype0.Property.Gap | undefined; grid?: csstype0.Property.Grid | undefined; gridArea?: csstype0.Property.GridArea | undefined; gridColumn?: csstype0.Property.GridColumn | undefined; gridRow?: csstype0.Property.GridRow | undefined; gridTemplate?: csstype0.Property.GridTemplate | undefined; inset?: csstype0.Property.Inset | undefined; insetBlock?: csstype0.Property.InsetBlock | undefined; insetInline?: csstype0.Property.InsetInline | undefined; lineClamp?: csstype0.Property.LineClamp | undefined; listStyle?: csstype0.Property.ListStyle | undefined; margin?: csstype0.Property.Margin | undefined; marginBlock?: csstype0.Property.MarginBlock | undefined; marginInline?: csstype0.Property.MarginInline | undefined; mask?: csstype0.Property.Mask | undefined; maskBorder?: csstype0.Property.MaskBorder | undefined; motion?: csstype0.Property.Offset | undefined; offset?: csstype0.Property.Offset | undefined; outline?: csstype0.Property.Outline | undefined; overflow?: csstype0.Property.Overflow | undefined; overscrollBehavior?: csstype0.Property.OverscrollBehavior | undefined; padding?: csstype0.Property.Padding | undefined; paddingBlock?: csstype0.Property.PaddingBlock | undefined; paddingInline?: csstype0.Property.PaddingInline | undefined; placeContent?: csstype0.Property.PlaceContent | undefined; placeItems?: csstype0.Property.PlaceItems | undefined; placeSelf?: csstype0.Property.PlaceSelf | undefined; positionTry?: csstype0.Property.PositionTry | undefined; scrollMargin?: csstype0.Property.ScrollMargin | undefined; scrollMarginBlock?: csstype0.Property.ScrollMarginBlock | undefined; scrollMarginInline?: csstype0.Property.ScrollMarginInline | undefined; scrollPadding?: csstype0.Property.ScrollPadding | undefined; scrollPaddingBlock?: csstype0.Property.ScrollPaddingBlock | undefined; scrollPaddingInline?: csstype0.Property.ScrollPaddingInline | undefined; scrollSnapMargin?: csstype0.Property.ScrollMargin | undefined; scrollTimeline?: csstype0.Property.ScrollTimeline | undefined; textDecoration?: csstype0.Property.TextDecoration | undefined; textEmphasis?: csstype0.Property.TextEmphasis | undefined; textWrap?: csstype0.Property.TextWrap | undefined; transition?: csstype0.Property.Transition | undefined; viewTimeline?: csstype0.Property.ViewTimeline | undefined; MozAnimationDelay?: csstype0.Property.AnimationDelay | undefined; MozAnimationDirection?: csstype0.Property.AnimationDirection | undefined; MozAnimationDuration?: csstype0.Property.AnimationDuration | undefined; MozAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined; MozAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; MozAnimationName?: csstype0.Property.AnimationName | undefined; MozAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; MozAppearance?: csstype0.Property.MozAppearance | undefined; MozBackfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined; MozBinding?: csstype0.Property.MozBinding | undefined; MozBorderBottomColors?: csstype0.Property.MozBorderBottomColors | undefined; MozBorderEndColor?: csstype0.Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: csstype0.Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: csstype0.Property.BorderInlineEndWidth | undefined; MozBorderLeftColors?: csstype0.Property.MozBorderLeftColors | undefined; MozBorderRightColors?: csstype0.Property.MozBorderRightColors | undefined; MozBorderStartColor?: csstype0.Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: csstype0.Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: csstype0.Property.MozBorderTopColors | undefined; MozBoxSizing?: csstype0.Property.BoxSizing | undefined; MozColumnRuleColor?: csstype0.Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: csstype0.Property.ColumnRuleWidth | undefined; MozColumnWidth?: csstype0.Property.ColumnWidth | undefined; MozContextProperties?: csstype0.Property.MozContextProperties | undefined; MozFontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: csstype0.Property.FontLanguageOverride | undefined; MozHyphens?: csstype0.Property.Hyphens | undefined; MozMarginEnd?: csstype0.Property.MarginInlineEnd | undefined; MozMarginStart?: csstype0.Property.MarginInlineStart | undefined; MozOrient?: csstype0.Property.MozOrient | undefined; MozOsxFontSmoothing?: csstype0.Property.FontSmooth | undefined; MozOutlineRadiusBottomleft?: csstype0.Property.MozOutlineRadiusBottomleft | undefined; MozOutlineRadiusBottomright?: csstype0.Property.MozOutlineRadiusBottomright | undefined; MozOutlineRadiusTopleft?: csstype0.Property.MozOutlineRadiusTopleft | undefined; MozOutlineRadiusTopright?: csstype0.Property.MozOutlineRadiusTopright | undefined; MozPaddingEnd?: csstype0.Property.PaddingInlineEnd | undefined; MozPaddingStart?: csstype0.Property.PaddingInlineStart | undefined; MozPerspective?: csstype0.Property.Perspective | undefined; MozPerspectiveOrigin?: csstype0.Property.PerspectiveOrigin | undefined; MozStackSizing?: csstype0.Property.MozStackSizing | undefined; MozTabSize?: csstype0.Property.TabSize | undefined; MozTextBlink?: csstype0.Property.MozTextBlink | undefined; MozTextSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined; MozTransform?: csstype0.Property.Transform | undefined; MozTransformOrigin?: csstype0.Property.TransformOrigin | undefined; MozTransformStyle?: csstype0.Property.TransformStyle | undefined; MozUserModify?: csstype0.Property.MozUserModify | undefined; MozUserSelect?: csstype0.Property.UserSelect | undefined; MozWindowDragging?: csstype0.Property.MozWindowDragging | undefined; MozWindowShadow?: csstype0.Property.MozWindowShadow | undefined; msAccelerator?: csstype0.Property.MsAccelerator | undefined; msBlockProgression?: csstype0.Property.MsBlockProgression | undefined; msContentZoomChaining?: csstype0.Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: csstype0.Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: csstype0.Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: csstype0.Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: csstype0.Property.MsContentZoomSnapType | undefined; msContentZooming?: csstype0.Property.MsContentZooming | undefined; msFilter?: csstype0.Property.MsFilter | undefined; msFlexDirection?: csstype0.Property.FlexDirection | undefined; msFlexPositive?: csstype0.Property.FlexGrow | undefined; msFlowFrom?: csstype0.Property.MsFlowFrom | undefined; msFlowInto?: csstype0.Property.MsFlowInto | undefined; msGridColumns?: csstype0.Property.MsGridColumns | undefined; msGridRows?: csstype0.Property.MsGridRows | undefined; msHighContrastAdjust?: csstype0.Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: csstype0.Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: csstype0.Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: csstype0.Property.MsHyphenateLimitZone | undefined; msHyphens?: csstype0.Property.Hyphens | undefined; msImeAlign?: csstype0.Property.MsImeAlign | undefined; msLineBreak?: csstype0.Property.LineBreak | undefined; msOrder?: csstype0.Property.Order | undefined; msOverflowStyle?: csstype0.Property.MsOverflowStyle | undefined; msOverflowX?: csstype0.Property.OverflowX | undefined; msOverflowY?: csstype0.Property.OverflowY | undefined; msScrollChaining?: csstype0.Property.MsScrollChaining | undefined; msScrollLimitXMax?: csstype0.Property.MsScrollLimitXMax | undefined; msScrollLimitXMin?: csstype0.Property.MsScrollLimitXMin | undefined; msScrollLimitYMax?: csstype0.Property.MsScrollLimitYMax | undefined; msScrollLimitYMin?: csstype0.Property.MsScrollLimitYMin | undefined; msScrollRails?: csstype0.Property.MsScrollRails | undefined; msScrollSnapPointsX?: csstype0.Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: csstype0.Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: csstype0.Property.MsScrollSnapType | undefined; msScrollTranslation?: csstype0.Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: csstype0.Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: csstype0.Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: csstype0.Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: csstype0.Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: csstype0.Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: csstype0.Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: csstype0.Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: csstype0.Property.MsScrollbarTrackColor | undefined; msTextAutospace?: csstype0.Property.MsTextAutospace | undefined; msTextCombineHorizontal?: csstype0.Property.TextCombineUpright | undefined; msTextOverflow?: csstype0.Property.TextOverflow | undefined; msTouchAction?: csstype0.Property.TouchAction | undefined; msTouchSelect?: csstype0.Property.MsTouchSelect | undefined; msTransform?: csstype0.Property.Transform | undefined; msTransformOrigin?: csstype0.Property.TransformOrigin | undefined; msTransitionDelay?: csstype0.Property.TransitionDelay | undefined; msTransitionDuration?: csstype0.Property.TransitionDuration | undefined; msTransitionProperty?: csstype0.Property.TransitionProperty | undefined; msTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; msUserSelect?: csstype0.Property.MsUserSelect | undefined; msWordBreak?: csstype0.Property.WordBreak | undefined; msWrapFlow?: csstype0.Property.MsWrapFlow | undefined; msWrapMargin?: csstype0.Property.MsWrapMargin | undefined; msWrapThrough?: csstype0.Property.MsWrapThrough | undefined; msWritingMode?: csstype0.Property.WritingMode | undefined; WebkitAlignContent?: csstype0.Property.AlignContent | undefined; WebkitAlignItems?: csstype0.Property.AlignItems | undefined; WebkitAlignSelf?: csstype0.Property.AlignSelf | undefined; WebkitAnimationDelay?: csstype0.Property.AnimationDelay | undefined; WebkitAnimationDirection?: csstype0.Property.AnimationDirection | undefined; WebkitAnimationDuration?: csstype0.Property.AnimationDuration | undefined; WebkitAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; WebkitAnimationName?: csstype0.Property.AnimationName | undefined; WebkitAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; WebkitAppearance?: csstype0.Property.WebkitAppearance | undefined; WebkitBackdropFilter?: csstype0.Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: csstype0.Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: csstype0.Property.BackgroundSize | undefined; WebkitBorderBeforeColor?: csstype0.Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: csstype0.Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: csstype0.Property.WebkitBorderBeforeWidth | undefined; WebkitBorderBottomLeftRadius?: csstype0.Property.BorderBottomLeftRadius | undefined; WebkitBorderBottomRightRadius?: csstype0.Property.BorderBottomRightRadius | undefined; WebkitBorderImageSlice?: csstype0.Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: csstype0.Property.BorderTopLeftRadius | undefined; WebkitBorderTopRightRadius?: csstype0.Property.BorderTopRightRadius | undefined; WebkitBoxDecorationBreak?: csstype0.Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: csstype0.Property.WebkitBoxReflect | undefined; WebkitBoxShadow?: csstype0.Property.BoxShadow | undefined; WebkitBoxSizing?: csstype0.Property.BoxSizing | undefined; WebkitClipPath?: csstype0.Property.ClipPath | undefined; WebkitColumnCount?: csstype0.Property.ColumnCount | undefined; WebkitColumnFill?: csstype0.Property.ColumnFill | undefined; WebkitColumnRuleColor?: csstype0.Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: csstype0.Property.ColumnRuleWidth | undefined; WebkitColumnSpan?: csstype0.Property.ColumnSpan | undefined; WebkitColumnWidth?: csstype0.Property.ColumnWidth | undefined; WebkitFilter?: csstype0.Property.Filter | undefined; WebkitFlexBasis?: csstype0.Property.FlexBasis | undefined; WebkitFlexDirection?: csstype0.Property.FlexDirection | undefined; WebkitFlexGrow?: csstype0.Property.FlexGrow | undefined; WebkitFlexShrink?: csstype0.Property.FlexShrink | undefined; WebkitFlexWrap?: csstype0.Property.FlexWrap | undefined; WebkitFontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined; WebkitFontKerning?: csstype0.Property.FontKerning | undefined; WebkitFontSmoothing?: csstype0.Property.FontSmooth | undefined; WebkitFontVariantLigatures?: csstype0.Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: csstype0.Property.HyphenateCharacter | undefined; WebkitHyphens?: csstype0.Property.Hyphens | undefined; WebkitInitialLetter?: csstype0.Property.InitialLetter | undefined; WebkitJustifyContent?: csstype0.Property.JustifyContent | undefined; WebkitLineBreak?: csstype0.Property.LineBreak | undefined; WebkitLineClamp?: csstype0.Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: csstype0.Property.BlockSize | undefined; WebkitLogicalWidth?: csstype0.Property.InlineSize | undefined; WebkitMarginEnd?: csstype0.Property.MarginInlineEnd | undefined; WebkitMarginStart?: csstype0.Property.MarginInlineStart | undefined; WebkitMaskAttachment?: csstype0.Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: csstype0.Property.MaskBorderOutset | undefined; WebkitMaskBoxImageRepeat?: csstype0.Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: csstype0.Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: csstype0.Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: csstype0.Property.MaskBorderWidth | undefined; WebkitMaskClip?: csstype0.Property.WebkitMaskClip | undefined; WebkitMaskComposite?: csstype0.Property.WebkitMaskComposite | undefined; WebkitMaskImage?: csstype0.Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: csstype0.Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: csstype0.Property.WebkitMaskPosition | undefined; WebkitMaskPositionX?: csstype0.Property.WebkitMaskPositionX | undefined; WebkitMaskPositionY?: csstype0.Property.WebkitMaskPositionY | undefined; WebkitMaskRepeat?: csstype0.Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: csstype0.Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: csstype0.Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: csstype0.Property.WebkitMaskSize | undefined; WebkitMaxInlineSize?: csstype0.Property.MaxInlineSize | undefined; WebkitOrder?: csstype0.Property.Order | undefined; WebkitOverflowScrolling?: csstype0.Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: csstype0.Property.PaddingInlineEnd | undefined; WebkitPaddingStart?: csstype0.Property.PaddingInlineStart | undefined; WebkitPerspective?: csstype0.Property.Perspective | undefined; WebkitPerspectiveOrigin?: csstype0.Property.PerspectiveOrigin | undefined; WebkitPrintColorAdjust?: csstype0.Property.PrintColorAdjust | undefined; WebkitRubyPosition?: csstype0.Property.RubyPosition | undefined; WebkitScrollSnapType?: csstype0.Property.ScrollSnapType | undefined; WebkitShapeMargin?: csstype0.Property.ShapeMargin | undefined; WebkitTapHighlightColor?: csstype0.Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: csstype0.Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: csstype0.Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: csstype0.Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: csstype0.Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: csstype0.Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: csstype0.Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: csstype0.Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: csstype0.Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: csstype0.Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: csstype0.Property.TextOrientation | undefined; WebkitTextSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: csstype0.Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: csstype0.Property.WebkitTextStrokeWidth | undefined; WebkitTextUnderlinePosition?: csstype0.Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: csstype0.Property.WebkitTouchCallout | undefined; WebkitTransform?: csstype0.Property.Transform | undefined; WebkitTransformOrigin?: csstype0.Property.TransformOrigin | undefined; WebkitTransformStyle?: csstype0.Property.TransformStyle | undefined; WebkitTransitionDelay?: csstype0.Property.TransitionDelay | undefined; WebkitTransitionDuration?: csstype0.Property.TransitionDuration | undefined; WebkitTransitionProperty?: csstype0.Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; WebkitUserModify?: csstype0.Property.WebkitUserModify | undefined; WebkitUserSelect?: csstype0.Property.WebkitUserSelect | undefined; WebkitWritingMode?: csstype0.Property.WritingMode | undefined; MozAnimation?: csstype0.Property.Animation | undefined; MozBorderImage?: csstype0.Property.BorderImage | undefined; MozColumnRule?: csstype0.Property.ColumnRule | undefined; MozColumns?: csstype0.Property.Columns | undefined; MozOutlineRadius?: csstype0.Property.MozOutlineRadius | undefined; MozTransition?: csstype0.Property.Transition | undefined; msContentZoomLimit?: csstype0.Property.MsContentZoomLimit | undefined; msContentZoomSnap?: csstype0.Property.MsContentZoomSnap | undefined; msFlex?: csstype0.Property.Flex | undefined; msScrollLimit?: csstype0.Property.MsScrollLimit | undefined; msScrollSnapX?: csstype0.Property.MsScrollSnapX | undefined; msScrollSnapY?: csstype0.Property.MsScrollSnapY | undefined; msTransition?: csstype0.Property.Transition | undefined; WebkitAnimation?: csstype0.Property.Animation | undefined; WebkitBorderBefore?: csstype0.Property.WebkitBorderBefore | undefined; WebkitBorderImage?: csstype0.Property.BorderImage | undefined; WebkitBorderRadius?: csstype0.Property.BorderRadius | undefined; WebkitColumnRule?: csstype0.Property.ColumnRule | undefined; WebkitColumns?: csstype0.Property.Columns | undefined; WebkitFlex?: csstype0.Property.Flex | undefined; WebkitFlexFlow?: csstype0.Property.FlexFlow | undefined; WebkitMask?: csstype0.Property.WebkitMask | undefined; WebkitMaskBoxImage?: csstype0.Property.MaskBorder | undefined; WebkitTextEmphasis?: csstype0.Property.TextEmphasis | undefined; WebkitTextStroke?: csstype0.Property.WebkitTextStroke | undefined; WebkitTransition?: csstype0.Property.Transition | undefined; boxAlign?: csstype0.Property.BoxAlign | undefined; boxDirection?: csstype0.Property.BoxDirection | undefined; boxFlex?: csstype0.Property.BoxFlex | undefined; boxFlexGroup?: csstype0.Property.BoxFlexGroup | undefined; boxLines?: csstype0.Property.BoxLines | undefined; boxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; boxOrient?: csstype0.Property.BoxOrient | undefined; boxPack?: csstype0.Property.BoxPack | undefined; clip?: csstype0.Property.Clip | undefined; fontStretch?: csstype0.Property.FontStretch | undefined; gridColumnGap?: csstype0.Property.GridColumnGap | undefined; gridGap?: csstype0.Property.GridGap | undefined; gridRowGap?: csstype0.Property.GridRowGap | undefined; imeMode?: csstype0.Property.ImeMode | undefined; insetArea?: csstype0.Property.PositionArea | undefined; offsetBlock?: csstype0.Property.InsetBlock | undefined; offsetBlockEnd?: csstype0.Property.InsetBlockEnd | undefined; offsetBlockStart?: csstype0.Property.InsetBlockStart | undefined; offsetInline?: csstype0.Property.InsetInline | undefined; offsetInlineEnd?: csstype0.Property.InsetInlineEnd | undefined; offsetInlineStart?: csstype0.Property.InsetInlineStart | undefined; pageBreakAfter?: csstype0.Property.PageBreakAfter | undefined; pageBreakBefore?: csstype0.Property.PageBreakBefore | undefined; pageBreakInside?: csstype0.Property.PageBreakInside | undefined; positionTryOptions?: csstype0.Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: csstype0.Property.ScrollSnapCoordinate | undefined; scrollSnapDestination?: csstype0.Property.ScrollSnapDestination | undefined; scrollSnapPointsX?: csstype0.Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: csstype0.Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: csstype0.Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: csstype0.Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: csstype0.Property.BoxAlign | undefined; KhtmlBoxDirection?: csstype0.Property.BoxDirection | undefined; KhtmlBoxFlex?: csstype0.Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: csstype0.Property.BoxFlexGroup | undefined; KhtmlBoxLines?: csstype0.Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: csstype0.Property.BoxOrient | undefined; KhtmlBoxPack?: csstype0.Property.BoxPack | undefined; KhtmlLineBreak?: csstype0.Property.LineBreak | undefined; KhtmlOpacity?: csstype0.Property.Opacity | undefined; KhtmlUserSelect?: csstype0.Property.UserSelect | undefined; MozBackgroundClip?: csstype0.Property.BackgroundClip | undefined; MozBackgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined; MozBackgroundSize?: csstype0.Property.BackgroundSize | undefined; MozBorderRadius?: csstype0.Property.BorderRadius | undefined; MozBorderRadiusBottomleft?: csstype0.Property.BorderBottomLeftRadius | undefined; MozBorderRadiusBottomright?: csstype0.Property.BorderBottomRightRadius | undefined; MozBorderRadiusTopleft?: csstype0.Property.BorderTopLeftRadius | undefined; MozBorderRadiusTopright?: csstype0.Property.BorderTopRightRadius | undefined; MozBoxAlign?: csstype0.Property.BoxAlign | undefined; MozBoxDirection?: csstype0.Property.BoxDirection | undefined; MozBoxFlex?: csstype0.Property.BoxFlex | undefined; MozBoxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; MozBoxOrient?: csstype0.Property.BoxOrient | undefined; MozBoxPack?: csstype0.Property.BoxPack | undefined; MozBoxShadow?: csstype0.Property.BoxShadow | undefined; MozColumnCount?: csstype0.Property.ColumnCount | undefined; MozColumnFill?: csstype0.Property.ColumnFill | undefined; MozFloatEdge?: csstype0.Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: csstype0.Property.MozForceBrokenImageIcon | undefined; MozOpacity?: csstype0.Property.Opacity | undefined; MozOutline?: csstype0.Property.Outline | undefined; MozOutlineColor?: csstype0.Property.OutlineColor | undefined; MozOutlineStyle?: csstype0.Property.OutlineStyle | undefined; MozOutlineWidth?: csstype0.Property.OutlineWidth | undefined; MozTextAlignLast?: csstype0.Property.TextAlignLast | undefined; MozTextDecorationColor?: csstype0.Property.TextDecorationColor | undefined; MozTextDecorationLine?: csstype0.Property.TextDecorationLine | undefined; MozTextDecorationStyle?: csstype0.Property.TextDecorationStyle | undefined; MozTransitionDelay?: csstype0.Property.TransitionDelay | undefined; MozTransitionDuration?: csstype0.Property.TransitionDuration | undefined; MozTransitionProperty?: csstype0.Property.TransitionProperty | undefined; MozTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; MozUserFocus?: csstype0.Property.MozUserFocus | undefined; MozUserInput?: csstype0.Property.MozUserInput | undefined; msImeMode?: csstype0.Property.ImeMode | undefined; OAnimation?: csstype0.Property.Animation | undefined; OAnimationDelay?: csstype0.Property.AnimationDelay | undefined; OAnimationDirection?: csstype0.Property.AnimationDirection | undefined; OAnimationDuration?: csstype0.Property.AnimationDuration | undefined; OAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined; OAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; OAnimationName?: csstype0.Property.AnimationName | undefined; OAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined; OAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; OBackgroundSize?: csstype0.Property.BackgroundSize | undefined; OBorderImage?: csstype0.Property.BorderImage | undefined; OObjectFit?: csstype0.Property.ObjectFit | undefined; OObjectPosition?: csstype0.Property.ObjectPosition | undefined; OTabSize?: csstype0.Property.TabSize | undefined; OTextOverflow?: csstype0.Property.TextOverflow | undefined; OTransform?: csstype0.Property.Transform | undefined; OTransformOrigin?: csstype0.Property.TransformOrigin | undefined; OTransition?: csstype0.Property.Transition | undefined; OTransitionDelay?: csstype0.Property.TransitionDelay | undefined; OTransitionDuration?: csstype0.Property.TransitionDuration | undefined; OTransitionProperty?: csstype0.Property.TransitionProperty | undefined; OTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: csstype0.Property.BoxAlign | undefined; WebkitBoxDirection?: csstype0.Property.BoxDirection | undefined; WebkitBoxFlex?: csstype0.Property.BoxFlex | undefined; WebkitBoxFlexGroup?: csstype0.Property.BoxFlexGroup | undefined; WebkitBoxLines?: csstype0.Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: csstype0.Property.BoxOrient | undefined; WebkitBoxPack?: csstype0.Property.BoxPack | undefined; colorInterpolation?: csstype0.Property.ColorInterpolation | undefined; colorRendering?: csstype0.Property.ColorRendering | undefined; glyphOrientationVertical?: csstype0.Property.GlyphOrientationVertical | undefined; "accent-color"?: csstype0.Property.AccentColor | undefined; "align-content"?: csstype0.Property.AlignContent | undefined; "align-items"?: csstype0.Property.AlignItems | undefined; "align-self"?: csstype0.Property.AlignSelf | undefined; "align-tracks"?: csstype0.Property.AlignTracks | undefined; "alignment-baseline"?: csstype0.Property.AlignmentBaseline | undefined; "anchor-name"?: csstype0.Property.AnchorName | undefined; "anchor-scope"?: csstype0.Property.AnchorScope | undefined; "animation-composition"?: csstype0.Property.AnimationComposition | undefined; "animation-delay"?: csstype0.Property.AnimationDelay | undefined; "animation-direction"?: csstype0.Property.AnimationDirection | undefined; "animation-duration"?: csstype0.Property.AnimationDuration | undefined; "animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "animation-name"?: csstype0.Property.AnimationName | undefined; "animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "animation-range-end"?: csstype0.Property.AnimationRangeEnd | undefined; "animation-range-start"?: csstype0.Property.AnimationRangeStart | undefined; "animation-timeline"?: csstype0.Property.AnimationTimeline | undefined; "animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "aspect-ratio"?: csstype0.Property.AspectRatio | undefined; "backdrop-filter"?: csstype0.Property.BackdropFilter | undefined; "backface-visibility"?: csstype0.Property.BackfaceVisibility | undefined; "background-attachment"?: csstype0.Property.BackgroundAttachment | undefined; "background-blend-mode"?: csstype0.Property.BackgroundBlendMode | undefined; "background-clip"?: csstype0.Property.BackgroundClip | undefined; "background-color"?: csstype0.Property.BackgroundColor | undefined; "background-image"?: csstype0.Property.BackgroundImage | undefined; "background-origin"?: csstype0.Property.BackgroundOrigin | undefined; "background-position-x"?: csstype0.Property.BackgroundPositionX | undefined; "background-position-y"?: csstype0.Property.BackgroundPositionY | undefined; "background-repeat"?: csstype0.Property.BackgroundRepeat | undefined; "background-size"?: csstype0.Property.BackgroundSize | undefined; "baseline-shift"?: csstype0.Property.BaselineShift | undefined; "block-size"?: csstype0.Property.BlockSize | undefined; "border-block-end-color"?: csstype0.Property.BorderBlockEndColor | undefined; "border-block-end-style"?: csstype0.Property.BorderBlockEndStyle | undefined; "border-block-end-width"?: csstype0.Property.BorderBlockEndWidth | undefined; "border-block-start-color"?: csstype0.Property.BorderBlockStartColor | undefined; "border-block-start-style"?: csstype0.Property.BorderBlockStartStyle | undefined; "border-block-start-width"?: csstype0.Property.BorderBlockStartWidth | undefined; "border-bottom-color"?: csstype0.Property.BorderBottomColor | undefined; "border-bottom-left-radius"?: csstype0.Property.BorderBottomLeftRadius | undefined; "border-bottom-right-radius"?: csstype0.Property.BorderBottomRightRadius | undefined; "border-bottom-style"?: csstype0.Property.BorderBottomStyle | undefined; "border-bottom-width"?: csstype0.Property.BorderBottomWidth | undefined; "border-collapse"?: csstype0.Property.BorderCollapse | undefined; "border-end-end-radius"?: csstype0.Property.BorderEndEndRadius | undefined; "border-end-start-radius"?: csstype0.Property.BorderEndStartRadius | undefined; "border-image-outset"?: csstype0.Property.BorderImageOutset | undefined; "border-image-repeat"?: csstype0.Property.BorderImageRepeat | undefined; "border-image-slice"?: csstype0.Property.BorderImageSlice | undefined; "border-image-source"?: csstype0.Property.BorderImageSource | undefined; "border-image-width"?: csstype0.Property.BorderImageWidth | undefined; "border-inline-end-color"?: csstype0.Property.BorderInlineEndColor | undefined; "border-inline-end-style"?: csstype0.Property.BorderInlineEndStyle | undefined; "border-inline-end-width"?: csstype0.Property.BorderInlineEndWidth | undefined; "border-inline-start-color"?: csstype0.Property.BorderInlineStartColor | undefined; "border-inline-start-style"?: csstype0.Property.BorderInlineStartStyle | undefined; "border-inline-start-width"?: csstype0.Property.BorderInlineStartWidth | undefined; "border-left-color"?: csstype0.Property.BorderLeftColor | undefined; "border-left-style"?: csstype0.Property.BorderLeftStyle | undefined; "border-left-width"?: csstype0.Property.BorderLeftWidth | undefined; "border-right-color"?: csstype0.Property.BorderRightColor | undefined; "border-right-style"?: csstype0.Property.BorderRightStyle | undefined; "border-right-width"?: csstype0.Property.BorderRightWidth | undefined; "border-spacing"?: csstype0.Property.BorderSpacing | undefined; "border-start-end-radius"?: csstype0.Property.BorderStartEndRadius | undefined; "border-start-start-radius"?: csstype0.Property.BorderStartStartRadius | undefined; "border-top-color"?: csstype0.Property.BorderTopColor | undefined; "border-top-left-radius"?: csstype0.Property.BorderTopLeftRadius | undefined; "border-top-right-radius"?: csstype0.Property.BorderTopRightRadius | undefined; "border-top-style"?: csstype0.Property.BorderTopStyle | undefined; "border-top-width"?: csstype0.Property.BorderTopWidth | undefined; "box-decoration-break"?: csstype0.Property.BoxDecorationBreak | undefined; "box-shadow"?: csstype0.Property.BoxShadow | undefined; "box-sizing"?: csstype0.Property.BoxSizing | undefined; "break-after"?: csstype0.Property.BreakAfter | undefined; "break-before"?: csstype0.Property.BreakBefore | undefined; "break-inside"?: csstype0.Property.BreakInside | undefined; "caption-side"?: csstype0.Property.CaptionSide | undefined; "caret-color"?: csstype0.Property.CaretColor | undefined; "caret-shape"?: csstype0.Property.CaretShape | undefined; "clip-path"?: csstype0.Property.ClipPath | undefined; "clip-rule"?: csstype0.Property.ClipRule | undefined; "color-adjust"?: csstype0.Property.PrintColorAdjust | undefined; "color-interpolation-filters"?: csstype0.Property.ColorInterpolationFilters | undefined; "color-scheme"?: csstype0.Property.ColorScheme | undefined; "column-count"?: csstype0.Property.ColumnCount | undefined; "column-fill"?: csstype0.Property.ColumnFill | undefined; "column-gap"?: csstype0.Property.ColumnGap | undefined; "column-rule-color"?: csstype0.Property.ColumnRuleColor | undefined; "column-rule-style"?: csstype0.Property.ColumnRuleStyle | undefined; "column-rule-width"?: csstype0.Property.ColumnRuleWidth | undefined; "column-span"?: csstype0.Property.ColumnSpan | undefined; "column-width"?: csstype0.Property.ColumnWidth | undefined; "contain-intrinsic-block-size"?: csstype0.Property.ContainIntrinsicBlockSize | undefined; "contain-intrinsic-height"?: csstype0.Property.ContainIntrinsicHeight | undefined; "contain-intrinsic-inline-size"?: csstype0.Property.ContainIntrinsicInlineSize | undefined; "contain-intrinsic-width"?: csstype0.Property.ContainIntrinsicWidth | undefined; "container-name"?: csstype0.Property.ContainerName | undefined; "container-type"?: csstype0.Property.ContainerType | undefined; "content-visibility"?: csstype0.Property.ContentVisibility | undefined; "counter-increment"?: csstype0.Property.CounterIncrement | undefined; "counter-reset"?: csstype0.Property.CounterReset | undefined; "counter-set"?: csstype0.Property.CounterSet | undefined; "dominant-baseline"?: csstype0.Property.DominantBaseline | undefined; "empty-cells"?: csstype0.Property.EmptyCells | undefined; "field-sizing"?: csstype0.Property.FieldSizing | undefined; "fill-opacity"?: csstype0.Property.FillOpacity | undefined; "fill-rule"?: csstype0.Property.FillRule | undefined; "flex-basis"?: csstype0.Property.FlexBasis | undefined; "flex-direction"?: csstype0.Property.FlexDirection | undefined; "flex-grow"?: csstype0.Property.FlexGrow | undefined; "flex-shrink"?: csstype0.Property.FlexShrink | undefined; "flex-wrap"?: csstype0.Property.FlexWrap | undefined; "flood-color"?: csstype0.Property.FloodColor | undefined; "flood-opacity"?: csstype0.Property.FloodOpacity | undefined; "font-family"?: csstype0.Property.FontFamily | undefined; "font-feature-settings"?: csstype0.Property.FontFeatureSettings | undefined; "font-kerning"?: csstype0.Property.FontKerning | undefined; "font-language-override"?: csstype0.Property.FontLanguageOverride | undefined; "font-optical-sizing"?: csstype0.Property.FontOpticalSizing | undefined; "font-palette"?: csstype0.Property.FontPalette | undefined; "font-size"?: csstype0.Property.FontSize | undefined; "font-size-adjust"?: csstype0.Property.FontSizeAdjust | undefined; "font-smooth"?: csstype0.Property.FontSmooth | undefined; "font-style"?: csstype0.Property.FontStyle | undefined; "font-synthesis"?: csstype0.Property.FontSynthesis | undefined; "font-synthesis-position"?: csstype0.Property.FontSynthesisPosition | undefined; "font-synthesis-small-caps"?: csstype0.Property.FontSynthesisSmallCaps | undefined; "font-synthesis-style"?: csstype0.Property.FontSynthesisStyle | undefined; "font-synthesis-weight"?: csstype0.Property.FontSynthesisWeight | undefined; "font-variant"?: csstype0.Property.FontVariant | undefined; "font-variant-alternates"?: csstype0.Property.FontVariantAlternates | undefined; "font-variant-caps"?: csstype0.Property.FontVariantCaps | undefined; "font-variant-east-asian"?: csstype0.Property.FontVariantEastAsian | undefined; "font-variant-emoji"?: csstype0.Property.FontVariantEmoji | undefined; "font-variant-ligatures"?: csstype0.Property.FontVariantLigatures | undefined; "font-variant-numeric"?: csstype0.Property.FontVariantNumeric | undefined; "font-variant-position"?: csstype0.Property.FontVariantPosition | undefined; "font-variation-settings"?: csstype0.Property.FontVariationSettings | undefined; "font-weight"?: csstype0.Property.FontWeight | undefined; "font-width"?: csstype0.Property.FontWidth | undefined; "forced-color-adjust"?: csstype0.Property.ForcedColorAdjust | undefined; "grid-auto-columns"?: csstype0.Property.GridAutoColumns | undefined; "grid-auto-flow"?: csstype0.Property.GridAutoFlow | undefined; "grid-auto-rows"?: csstype0.Property.GridAutoRows | undefined; "grid-column-end"?: csstype0.Property.GridColumnEnd | undefined; "grid-column-start"?: csstype0.Property.GridColumnStart | undefined; "grid-row-end"?: csstype0.Property.GridRowEnd | undefined; "grid-row-start"?: csstype0.Property.GridRowStart | undefined; "grid-template-areas"?: csstype0.Property.GridTemplateAreas | undefined; "grid-template-columns"?: csstype0.Property.GridTemplateColumns | undefined; "grid-template-rows"?: csstype0.Property.GridTemplateRows | undefined; "hanging-punctuation"?: csstype0.Property.HangingPunctuation | undefined; "hyphenate-character"?: csstype0.Property.HyphenateCharacter | undefined; "hyphenate-limit-chars"?: csstype0.Property.HyphenateLimitChars | undefined; "image-orientation"?: csstype0.Property.ImageOrientation | undefined; "image-rendering"?: csstype0.Property.ImageRendering | undefined; "image-resolution"?: csstype0.Property.ImageResolution | undefined; "initial-letter"?: csstype0.Property.InitialLetter | undefined; "initial-letter-align"?: csstype0.Property.InitialLetterAlign | undefined; "inline-size"?: csstype0.Property.InlineSize | undefined; "inset-block-end"?: csstype0.Property.InsetBlockEnd | undefined; "inset-block-start"?: csstype0.Property.InsetBlockStart | undefined; "inset-inline-end"?: csstype0.Property.InsetInlineEnd | undefined; "inset-inline-start"?: csstype0.Property.InsetInlineStart | undefined; "interpolate-size"?: csstype0.Property.InterpolateSize | undefined; "justify-content"?: csstype0.Property.JustifyContent | undefined; "justify-items"?: csstype0.Property.JustifyItems | undefined; "justify-self"?: csstype0.Property.JustifySelf | undefined; "justify-tracks"?: csstype0.Property.JustifyTracks | undefined; "letter-spacing"?: csstype0.Property.LetterSpacing | undefined; "lighting-color"?: csstype0.Property.LightingColor | undefined; "line-break"?: csstype0.Property.LineBreak | undefined; "line-height"?: csstype0.Property.LineHeight | undefined; "line-height-step"?: csstype0.Property.LineHeightStep | undefined; "list-style-image"?: csstype0.Property.ListStyleImage | undefined; "list-style-position"?: csstype0.Property.ListStylePosition | undefined; "list-style-type"?: csstype0.Property.ListStyleType | undefined; "margin-block-end"?: csstype0.Property.MarginBlockEnd | undefined; "margin-block-start"?: csstype0.Property.MarginBlockStart | undefined; "margin-bottom"?: csstype0.Property.MarginBottom | undefined; "margin-inline-end"?: csstype0.Property.MarginInlineEnd | undefined; "margin-inline-start"?: csstype0.Property.MarginInlineStart | undefined; "margin-left"?: csstype0.Property.MarginLeft | undefined; "margin-right"?: csstype0.Property.MarginRight | undefined; "margin-top"?: csstype0.Property.MarginTop | undefined; "margin-trim"?: csstype0.Property.MarginTrim | undefined; "marker-end"?: csstype0.Property.MarkerEnd | undefined; "marker-mid"?: csstype0.Property.MarkerMid | undefined; "marker-start"?: csstype0.Property.MarkerStart | undefined; "mask-border-mode"?: csstype0.Property.MaskBorderMode | undefined; "mask-border-outset"?: csstype0.Property.MaskBorderOutset | undefined; "mask-border-repeat"?: csstype0.Property.MaskBorderRepeat | undefined; "mask-border-slice"?: csstype0.Property.MaskBorderSlice | undefined; "mask-border-source"?: csstype0.Property.MaskBorderSource | undefined; "mask-border-width"?: csstype0.Property.MaskBorderWidth | undefined; "mask-clip"?: csstype0.Property.MaskClip | undefined; "mask-composite"?: csstype0.Property.MaskComposite | undefined; "mask-image"?: csstype0.Property.MaskImage | undefined; "mask-mode"?: csstype0.Property.MaskMode | undefined; "mask-origin"?: csstype0.Property.MaskOrigin | undefined; "mask-position"?: csstype0.Property.MaskPosition | undefined; "mask-repeat"?: csstype0.Property.MaskRepeat | undefined; "mask-size"?: csstype0.Property.MaskSize | undefined; "mask-type"?: csstype0.Property.MaskType | undefined; "masonry-auto-flow"?: csstype0.Property.MasonryAutoFlow | undefined; "math-depth"?: csstype0.Property.MathDepth | undefined; "math-shift"?: csstype0.Property.MathShift | undefined; "math-style"?: csstype0.Property.MathStyle | undefined; "max-block-size"?: csstype0.Property.MaxBlockSize | undefined; "max-height"?: csstype0.Property.MaxHeight | undefined; "max-inline-size"?: csstype0.Property.MaxInlineSize | undefined; "max-lines"?: csstype0.Property.MaxLines | undefined; "max-width"?: csstype0.Property.MaxWidth | undefined; "min-block-size"?: csstype0.Property.MinBlockSize | undefined; "min-height"?: csstype0.Property.MinHeight | undefined; "min-inline-size"?: csstype0.Property.MinInlineSize | undefined; "min-width"?: csstype0.Property.MinWidth | undefined; "mix-blend-mode"?: csstype0.Property.MixBlendMode | undefined; "motion-distance"?: csstype0.Property.OffsetDistance | undefined; "motion-path"?: csstype0.Property.OffsetPath | undefined; "motion-rotation"?: csstype0.Property.OffsetRotate | undefined; "object-fit"?: csstype0.Property.ObjectFit | undefined; "object-position"?: csstype0.Property.ObjectPosition | undefined; "object-view-box"?: csstype0.Property.ObjectViewBox | undefined; "offset-anchor"?: csstype0.Property.OffsetAnchor | undefined; "offset-distance"?: csstype0.Property.OffsetDistance | undefined; "offset-path"?: csstype0.Property.OffsetPath | undefined; "offset-position"?: csstype0.Property.OffsetPosition | undefined; "offset-rotate"?: csstype0.Property.OffsetRotate | undefined; "offset-rotation"?: csstype0.Property.OffsetRotate | undefined; "outline-color"?: csstype0.Property.OutlineColor | undefined; "outline-offset"?: csstype0.Property.OutlineOffset | undefined; "outline-style"?: csstype0.Property.OutlineStyle | undefined; "outline-width"?: csstype0.Property.OutlineWidth | undefined; "overflow-anchor"?: csstype0.Property.OverflowAnchor | undefined; "overflow-block"?: csstype0.Property.OverflowBlock | undefined; "overflow-clip-box"?: csstype0.Property.OverflowClipBox | undefined; "overflow-clip-margin"?: csstype0.Property.OverflowClipMargin | undefined; "overflow-inline"?: csstype0.Property.OverflowInline | undefined; "overflow-wrap"?: csstype0.Property.OverflowWrap | undefined; "overflow-x"?: csstype0.Property.OverflowX | undefined; "overflow-y"?: csstype0.Property.OverflowY | undefined; "overscroll-behavior-block"?: csstype0.Property.OverscrollBehaviorBlock | undefined; "overscroll-behavior-inline"?: csstype0.Property.OverscrollBehaviorInline | undefined; "overscroll-behavior-x"?: csstype0.Property.OverscrollBehaviorX | undefined; "overscroll-behavior-y"?: csstype0.Property.OverscrollBehaviorY | undefined; "padding-block-end"?: csstype0.Property.PaddingBlockEnd | undefined; "padding-block-start"?: csstype0.Property.PaddingBlockStart | undefined; "padding-bottom"?: csstype0.Property.PaddingBottom | undefined; "padding-inline-end"?: csstype0.Property.PaddingInlineEnd | undefined; "padding-inline-start"?: csstype0.Property.PaddingInlineStart | undefined; "padding-left"?: csstype0.Property.PaddingLeft | undefined; "padding-right"?: csstype0.Property.PaddingRight | undefined; "padding-top"?: csstype0.Property.PaddingTop | undefined; "paint-order"?: csstype0.Property.PaintOrder | undefined; "perspective-origin"?: csstype0.Property.PerspectiveOrigin | undefined; "pointer-events"?: csstype0.Property.PointerEvents | undefined; "position-anchor"?: csstype0.Property.PositionAnchor | undefined; "position-area"?: csstype0.Property.PositionArea | undefined; "position-try-fallbacks"?: csstype0.Property.PositionTryFallbacks | undefined; "position-try-order"?: csstype0.Property.PositionTryOrder | undefined; "position-visibility"?: csstype0.Property.PositionVisibility | undefined; "print-color-adjust"?: csstype0.Property.PrintColorAdjust | undefined; "row-gap"?: csstype0.Property.RowGap | undefined; "ruby-align"?: csstype0.Property.RubyAlign | undefined; "ruby-merge"?: csstype0.Property.RubyMerge | undefined; "ruby-overhang"?: csstype0.Property.RubyOverhang | undefined; "ruby-position"?: csstype0.Property.RubyPosition | undefined; "scroll-behavior"?: csstype0.Property.ScrollBehavior | undefined; "scroll-initial-target"?: csstype0.Property.ScrollInitialTarget | undefined; "scroll-margin-block-end"?: csstype0.Property.ScrollMarginBlockEnd | undefined; "scroll-margin-block-start"?: csstype0.Property.ScrollMarginBlockStart | undefined; "scroll-margin-bottom"?: csstype0.Property.ScrollMarginBottom | undefined; "scroll-margin-inline-end"?: csstype0.Property.ScrollMarginInlineEnd | undefined; "scroll-margin-inline-start"?: csstype0.Property.ScrollMarginInlineStart | undefined; "scroll-margin-left"?: csstype0.Property.ScrollMarginLeft | undefined; "scroll-margin-right"?: csstype0.Property.ScrollMarginRight | undefined; "scroll-margin-top"?: csstype0.Property.ScrollMarginTop | undefined; "scroll-padding-block-end"?: csstype0.Property.ScrollPaddingBlockEnd | undefined; "scroll-padding-block-start"?: csstype0.Property.ScrollPaddingBlockStart | undefined; "scroll-padding-bottom"?: csstype0.Property.ScrollPaddingBottom | undefined; "scroll-padding-inline-end"?: csstype0.Property.ScrollPaddingInlineEnd | undefined; "scroll-padding-inline-start"?: csstype0.Property.ScrollPaddingInlineStart | undefined; "scroll-padding-left"?: csstype0.Property.ScrollPaddingLeft | undefined; "scroll-padding-right"?: csstype0.Property.ScrollPaddingRight | undefined; "scroll-padding-top"?: csstype0.Property.ScrollPaddingTop | undefined; "scroll-snap-align"?: csstype0.Property.ScrollSnapAlign | undefined; "scroll-snap-margin-bottom"?: csstype0.Property.ScrollMarginBottom | undefined; "scroll-snap-margin-left"?: csstype0.Property.ScrollMarginLeft | undefined; "scroll-snap-margin-right"?: csstype0.Property.ScrollMarginRight | undefined; "scroll-snap-margin-top"?: csstype0.Property.ScrollMarginTop | undefined; "scroll-snap-stop"?: csstype0.Property.ScrollSnapStop | undefined; "scroll-snap-type"?: csstype0.Property.ScrollSnapType | undefined; "scroll-timeline-axis"?: csstype0.Property.ScrollTimelineAxis | undefined; "scroll-timeline-name"?: csstype0.Property.ScrollTimelineName | undefined; "scrollbar-color"?: csstype0.Property.ScrollbarColor | undefined; "scrollbar-gutter"?: csstype0.Property.ScrollbarGutter | undefined; "scrollbar-width"?: csstype0.Property.ScrollbarWidth | undefined; "shape-image-threshold"?: csstype0.Property.ShapeImageThreshold | undefined; "shape-margin"?: csstype0.Property.ShapeMargin | undefined; "shape-outside"?: csstype0.Property.ShapeOutside | undefined; "shape-rendering"?: csstype0.Property.ShapeRendering | undefined; "speak-as"?: csstype0.Property.SpeakAs | undefined; "stop-color"?: csstype0.Property.StopColor | undefined; "stop-opacity"?: csstype0.Property.StopOpacity | undefined; "stroke-color"?: csstype0.Property.StrokeColor | undefined; "stroke-dasharray"?: csstype0.Property.StrokeDasharray | undefined; "stroke-dashoffset"?: csstype0.Property.StrokeDashoffset | undefined; "stroke-linecap"?: csstype0.Property.StrokeLinecap | undefined; "stroke-linejoin"?: csstype0.Property.StrokeLinejoin | undefined; "stroke-miterlimit"?: csstype0.Property.StrokeMiterlimit | undefined; "stroke-opacity"?: csstype0.Property.StrokeOpacity | undefined; "stroke-width"?: csstype0.Property.StrokeWidth | undefined; "tab-size"?: csstype0.Property.TabSize | undefined; "table-layout"?: csstype0.Property.TableLayout | undefined; "text-align"?: csstype0.Property.TextAlign | undefined; "text-align-last"?: csstype0.Property.TextAlignLast | undefined; "text-anchor"?: csstype0.Property.TextAnchor | undefined; "text-autospace"?: csstype0.Property.TextAutospace | undefined; "text-box"?: csstype0.Property.TextBox | undefined; "text-box-edge"?: csstype0.Property.TextBoxEdge | undefined; "text-box-trim"?: csstype0.Property.TextBoxTrim | undefined; "text-combine-upright"?: csstype0.Property.TextCombineUpright | undefined; "text-decoration-color"?: csstype0.Property.TextDecorationColor | undefined; "text-decoration-line"?: csstype0.Property.TextDecorationLine | undefined; "text-decoration-skip"?: csstype0.Property.TextDecorationSkip | undefined; "text-decoration-skip-ink"?: csstype0.Property.TextDecorationSkipInk | undefined; "text-decoration-style"?: csstype0.Property.TextDecorationStyle | undefined; "text-decoration-thickness"?: csstype0.Property.TextDecorationThickness | undefined; "text-emphasis-color"?: csstype0.Property.TextEmphasisColor | undefined; "text-emphasis-position"?: csstype0.Property.TextEmphasisPosition | undefined; "text-emphasis-style"?: csstype0.Property.TextEmphasisStyle | undefined; "text-indent"?: csstype0.Property.TextIndent | undefined; "text-justify"?: csstype0.Property.TextJustify | undefined; "text-orientation"?: csstype0.Property.TextOrientation | undefined; "text-overflow"?: csstype0.Property.TextOverflow | undefined; "text-rendering"?: csstype0.Property.TextRendering | undefined; "text-shadow"?: csstype0.Property.TextShadow | undefined; "text-size-adjust"?: csstype0.Property.TextSizeAdjust | undefined; "text-spacing-trim"?: csstype0.Property.TextSpacingTrim | undefined; "text-transform"?: csstype0.Property.TextTransform | undefined; "text-underline-offset"?: csstype0.Property.TextUnderlineOffset | undefined; "text-underline-position"?: csstype0.Property.TextUnderlinePosition | undefined; "text-wrap-mode"?: csstype0.Property.TextWrapMode | undefined; "text-wrap-style"?: csstype0.Property.TextWrapStyle | undefined; "timeline-scope"?: csstype0.Property.TimelineScope | undefined; "touch-action"?: csstype0.Property.TouchAction | undefined; "transform-box"?: csstype0.Property.TransformBox | undefined; "transform-origin"?: csstype0.Property.TransformOrigin | undefined; "transform-style"?: csstype0.Property.TransformStyle | undefined; "transition-behavior"?: csstype0.Property.TransitionBehavior | undefined; "transition-delay"?: csstype0.Property.TransitionDelay | undefined; "transition-duration"?: csstype0.Property.TransitionDuration | undefined; "transition-property"?: csstype0.Property.TransitionProperty | undefined; "transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "unicode-bidi"?: csstype0.Property.UnicodeBidi | undefined; "user-select"?: csstype0.Property.UserSelect | undefined; "vector-effect"?: csstype0.Property.VectorEffect | undefined; "vertical-align"?: csstype0.Property.VerticalAlign | undefined; "view-timeline-axis"?: csstype0.Property.ViewTimelineAxis | undefined; "view-timeline-inset"?: csstype0.Property.ViewTimelineInset | undefined; "view-timeline-name"?: csstype0.Property.ViewTimelineName | undefined; "view-transition-class"?: csstype0.Property.ViewTransitionClass | undefined; "view-transition-name"?: csstype0.Property.ViewTransitionName | undefined; "white-space"?: csstype0.Property.WhiteSpace | undefined; "white-space-collapse"?: csstype0.Property.WhiteSpaceCollapse | undefined; "will-change"?: csstype0.Property.WillChange | undefined; "word-break"?: csstype0.Property.WordBreak | undefined; "word-spacing"?: csstype0.Property.WordSpacing | undefined; "word-wrap"?: csstype0.Property.WordWrap | undefined; "writing-mode"?: csstype0.Property.WritingMode | undefined; "z-index"?: csstype0.Property.ZIndex | undefined; "animation-range"?: csstype0.Property.AnimationRange | undefined; "background-position"?: csstype0.Property.BackgroundPosition | undefined; "border-block"?: csstype0.Property.BorderBlock | undefined; "border-block-color"?: csstype0.Property.BorderBlockColor | undefined; "border-block-end"?: csstype0.Property.BorderBlockEnd | undefined; "border-block-start"?: csstype0.Property.BorderBlockStart | undefined; "border-block-style"?: csstype0.Property.BorderBlockStyle | undefined; "border-block-width"?: csstype0.Property.BorderBlockWidth | undefined; "border-bottom"?: csstype0.Property.BorderBottom | undefined; "border-color"?: csstype0.Property.BorderColor | undefined; "border-image"?: csstype0.Property.BorderImage | undefined; "border-inline"?: csstype0.Property.BorderInline | undefined; "border-inline-color"?: csstype0.Property.BorderInlineColor | undefined; "border-inline-end"?: csstype0.Property.BorderInlineEnd | undefined; "border-inline-start"?: csstype0.Property.BorderInlineStart | undefined; "border-inline-style"?: csstype0.Property.BorderInlineStyle | undefined; "border-inline-width"?: csstype0.Property.BorderInlineWidth | undefined; "border-left"?: csstype0.Property.BorderLeft | undefined; "border-radius"?: csstype0.Property.BorderRadius | undefined; "border-right"?: csstype0.Property.BorderRight | undefined; "border-style"?: csstype0.Property.BorderStyle | undefined; "border-top"?: csstype0.Property.BorderTop | undefined; "border-width"?: csstype0.Property.BorderWidth | undefined; "column-rule"?: csstype0.Property.ColumnRule | undefined; "contain-intrinsic-size"?: csstype0.Property.ContainIntrinsicSize | undefined; "flex-flow"?: csstype0.Property.FlexFlow | undefined; "grid-area"?: csstype0.Property.GridArea | undefined; "grid-column"?: csstype0.Property.GridColumn | undefined; "grid-row"?: csstype0.Property.GridRow | undefined; "grid-template"?: csstype0.Property.GridTemplate | undefined; "inset-block"?: csstype0.Property.InsetBlock | undefined; "inset-inline"?: csstype0.Property.InsetInline | undefined; "line-clamp"?: csstype0.Property.LineClamp | undefined; "list-style"?: csstype0.Property.ListStyle | undefined; "margin-block"?: csstype0.Property.MarginBlock | undefined; "margin-inline"?: csstype0.Property.MarginInline | undefined; "mask-border"?: csstype0.Property.MaskBorder | undefined; "overscroll-behavior"?: csstype0.Property.OverscrollBehavior | undefined; "padding-block"?: csstype0.Property.PaddingBlock | undefined; "padding-inline"?: csstype0.Property.PaddingInline | undefined; "place-content"?: csstype0.Property.PlaceContent | undefined; "place-items"?: csstype0.Property.PlaceItems | undefined; "place-self"?: csstype0.Property.PlaceSelf | undefined; "position-try"?: csstype0.Property.PositionTry | undefined; "scroll-margin"?: csstype0.Property.ScrollMargin | undefined; "scroll-margin-block"?: csstype0.Property.ScrollMarginBlock | undefined; "scroll-margin-inline"?: csstype0.Property.ScrollMarginInline | undefined; "scroll-padding"?: csstype0.Property.ScrollPadding | undefined; "scroll-padding-block"?: csstype0.Property.ScrollPaddingBlock | undefined; "scroll-padding-inline"?: csstype0.Property.ScrollPaddingInline | undefined; "scroll-snap-margin"?: csstype0.Property.ScrollMargin | undefined; "scroll-timeline"?: csstype0.Property.ScrollTimeline | undefined; "text-decoration"?: csstype0.Property.TextDecoration | undefined; "text-emphasis"?: csstype0.Property.TextEmphasis | undefined; "text-wrap"?: csstype0.Property.TextWrap | undefined; "view-timeline"?: csstype0.Property.ViewTimeline | undefined; "-moz-animation-delay"?: csstype0.Property.AnimationDelay | undefined; "-moz-animation-direction"?: csstype0.Property.AnimationDirection | undefined; "-moz-animation-duration"?: csstype0.Property.AnimationDuration | undefined; "-moz-animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "-moz-animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "-moz-animation-name"?: csstype0.Property.AnimationName | undefined; "-moz-animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "-moz-animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "-moz-appearance"?: csstype0.Property.MozAppearance | undefined; "-moz-backface-visibility"?: csstype0.Property.BackfaceVisibility | undefined; "-moz-binding"?: csstype0.Property.MozBinding | undefined; "-moz-border-bottom-colors"?: csstype0.Property.MozBorderBottomColors | undefined; "-moz-border-end-color"?: csstype0.Property.BorderInlineEndColor | undefined; "-moz-border-end-style"?: csstype0.Property.BorderInlineEndStyle | undefined; "-moz-border-end-width"?: csstype0.Property.BorderInlineEndWidth | undefined; "-moz-border-left-colors"?: csstype0.Property.MozBorderLeftColors | undefined; "-moz-border-right-colors"?: csstype0.Property.MozBorderRightColors | undefined; "-moz-border-start-color"?: csstype0.Property.BorderInlineStartColor | undefined; "-moz-border-start-style"?: csstype0.Property.BorderInlineStartStyle | undefined; "-moz-border-top-colors"?: csstype0.Property.MozBorderTopColors | undefined; "-moz-box-sizing"?: csstype0.Property.BoxSizing | undefined; "-moz-column-rule-color"?: csstype0.Property.ColumnRuleColor | undefined; "-moz-column-rule-style"?: csstype0.Property.ColumnRuleStyle | undefined; "-moz-column-rule-width"?: csstype0.Property.ColumnRuleWidth | undefined; "-moz-column-width"?: csstype0.Property.ColumnWidth | undefined; "-moz-context-properties"?: csstype0.Property.MozContextProperties | undefined; "-moz-font-feature-settings"?: csstype0.Property.FontFeatureSettings | undefined; "-moz-font-language-override"?: csstype0.Property.FontLanguageOverride | undefined; "-moz-hyphens"?: csstype0.Property.Hyphens | undefined; "-moz-margin-end"?: csstype0.Property.MarginInlineEnd | undefined; "-moz-margin-start"?: csstype0.Property.MarginInlineStart | undefined; "-moz-orient"?: csstype0.Property.MozOrient | undefined; "-moz-osx-font-smoothing"?: csstype0.Property.FontSmooth | undefined; "-moz-outline-radius-bottomleft"?: csstype0.Property.MozOutlineRadiusBottomleft | undefined; "-moz-outline-radius-bottomright"?: csstype0.Property.MozOutlineRadiusBottomright | undefined; "-moz-outline-radius-topleft"?: csstype0.Property.MozOutlineRadiusTopleft | undefined; "-moz-outline-radius-topright"?: csstype0.Property.MozOutlineRadiusTopright | undefined; "-moz-padding-end"?: csstype0.Property.PaddingInlineEnd | undefined; "-moz-padding-start"?: csstype0.Property.PaddingInlineStart | undefined; "-moz-perspective"?: csstype0.Property.Perspective | undefined; "-moz-perspective-origin"?: csstype0.Property.PerspectiveOrigin | undefined; "-moz-stack-sizing"?: csstype0.Property.MozStackSizing | undefined; "-moz-tab-size"?: csstype0.Property.TabSize | undefined; "-moz-text-blink"?: csstype0.Property.MozTextBlink | undefined; "-moz-text-size-adjust"?: csstype0.Property.TextSizeAdjust | undefined; "-moz-transform"?: csstype0.Property.Transform | undefined; "-moz-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-moz-transform-style"?: csstype0.Property.TransformStyle | undefined; "-moz-user-modify"?: csstype0.Property.MozUserModify | undefined; "-moz-user-select"?: csstype0.Property.UserSelect | undefined; "-moz-window-dragging"?: csstype0.Property.MozWindowDragging | undefined; "-moz-window-shadow"?: csstype0.Property.MozWindowShadow | undefined; "-ms-accelerator"?: csstype0.Property.MsAccelerator | undefined; "-ms-block-progression"?: csstype0.Property.MsBlockProgression | undefined; "-ms-content-zoom-chaining"?: csstype0.Property.MsContentZoomChaining | undefined; "-ms-content-zoom-limit-max"?: csstype0.Property.MsContentZoomLimitMax | undefined; "-ms-content-zoom-limit-min"?: csstype0.Property.MsContentZoomLimitMin | undefined; "-ms-content-zoom-snap-points"?: csstype0.Property.MsContentZoomSnapPoints | undefined; "-ms-content-zoom-snap-type"?: csstype0.Property.MsContentZoomSnapType | undefined; "-ms-content-zooming"?: csstype0.Property.MsContentZooming | undefined; "-ms-filter"?: csstype0.Property.MsFilter | undefined; "-ms-flex-direction"?: csstype0.Property.FlexDirection | undefined; "-ms-flex-positive"?: csstype0.Property.FlexGrow | undefined; "-ms-flow-from"?: csstype0.Property.MsFlowFrom | undefined; "-ms-flow-into"?: csstype0.Property.MsFlowInto | undefined; "-ms-grid-columns"?: csstype0.Property.MsGridColumns | undefined; "-ms-grid-rows"?: csstype0.Property.MsGridRows | undefined; "-ms-high-contrast-adjust"?: csstype0.Property.MsHighContrastAdjust | undefined; "-ms-hyphenate-limit-chars"?: csstype0.Property.MsHyphenateLimitChars | undefined; "-ms-hyphenate-limit-lines"?: csstype0.Property.MsHyphenateLimitLines | undefined; "-ms-hyphenate-limit-zone"?: csstype0.Property.MsHyphenateLimitZone | undefined; "-ms-hyphens"?: csstype0.Property.Hyphens | undefined; "-ms-ime-align"?: csstype0.Property.MsImeAlign | undefined; "-ms-line-break"?: csstype0.Property.LineBreak | undefined; "-ms-order"?: csstype0.Property.Order | undefined; "-ms-overflow-style"?: csstype0.Property.MsOverflowStyle | undefined; "-ms-overflow-x"?: csstype0.Property.OverflowX | undefined; "-ms-overflow-y"?: csstype0.Property.OverflowY | undefined; "-ms-scroll-chaining"?: csstype0.Property.MsScrollChaining | undefined; "-ms-scroll-limit-x-max"?: csstype0.Property.MsScrollLimitXMax | undefined; "-ms-scroll-limit-x-min"?: csstype0.Property.MsScrollLimitXMin | undefined; "-ms-scroll-limit-y-max"?: csstype0.Property.MsScrollLimitYMax | undefined; "-ms-scroll-limit-y-min"?: csstype0.Property.MsScrollLimitYMin | undefined; "-ms-scroll-rails"?: csstype0.Property.MsScrollRails | undefined; "-ms-scroll-snap-points-x"?: csstype0.Property.MsScrollSnapPointsX | undefined; "-ms-scroll-snap-points-y"?: csstype0.Property.MsScrollSnapPointsY | undefined; "-ms-scroll-snap-type"?: csstype0.Property.MsScrollSnapType | undefined; "-ms-scroll-translation"?: csstype0.Property.MsScrollTranslation | undefined; "-ms-scrollbar-3dlight-color"?: csstype0.Property.MsScrollbar3dlightColor | undefined; "-ms-scrollbar-arrow-color"?: csstype0.Property.MsScrollbarArrowColor | undefined; "-ms-scrollbar-base-color"?: csstype0.Property.MsScrollbarBaseColor | undefined; "-ms-scrollbar-darkshadow-color"?: csstype0.Property.MsScrollbarDarkshadowColor | undefined; "-ms-scrollbar-face-color"?: csstype0.Property.MsScrollbarFaceColor | undefined; "-ms-scrollbar-highlight-color"?: csstype0.Property.MsScrollbarHighlightColor | undefined; "-ms-scrollbar-shadow-color"?: csstype0.Property.MsScrollbarShadowColor | undefined; "-ms-scrollbar-track-color"?: csstype0.Property.MsScrollbarTrackColor | undefined; "-ms-text-autospace"?: csstype0.Property.MsTextAutospace | undefined; "-ms-text-combine-horizontal"?: csstype0.Property.TextCombineUpright | undefined; "-ms-text-overflow"?: csstype0.Property.TextOverflow | undefined; "-ms-touch-action"?: csstype0.Property.TouchAction | undefined; "-ms-touch-select"?: csstype0.Property.MsTouchSelect | undefined; "-ms-transform"?: csstype0.Property.Transform | undefined; "-ms-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-ms-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-ms-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-ms-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-ms-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-ms-user-select"?: csstype0.Property.MsUserSelect | undefined; "-ms-word-break"?: csstype0.Property.WordBreak | undefined; "-ms-wrap-flow"?: csstype0.Property.MsWrapFlow | undefined; "-ms-wrap-margin"?: csstype0.Property.MsWrapMargin | undefined; "-ms-wrap-through"?: csstype0.Property.MsWrapThrough | undefined; "-ms-writing-mode"?: csstype0.Property.WritingMode | undefined; "-webkit-align-content"?: csstype0.Property.AlignContent | undefined; "-webkit-align-items"?: csstype0.Property.AlignItems | undefined; "-webkit-align-self"?: csstype0.Property.AlignSelf | undefined; "-webkit-animation-delay"?: csstype0.Property.AnimationDelay | undefined; "-webkit-animation-direction"?: csstype0.Property.AnimationDirection | undefined; "-webkit-animation-duration"?: csstype0.Property.AnimationDuration | undefined; "-webkit-animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "-webkit-animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "-webkit-animation-name"?: csstype0.Property.AnimationName | undefined; "-webkit-animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "-webkit-animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "-webkit-appearance"?: csstype0.Property.WebkitAppearance | undefined; "-webkit-backdrop-filter"?: csstype0.Property.BackdropFilter | undefined; "-webkit-backface-visibility"?: csstype0.Property.BackfaceVisibility | undefined; "-webkit-background-clip"?: csstype0.Property.BackgroundClip | undefined; "-webkit-background-origin"?: csstype0.Property.BackgroundOrigin | undefined; "-webkit-background-size"?: csstype0.Property.BackgroundSize | undefined; "-webkit-border-before-color"?: csstype0.Property.WebkitBorderBeforeColor | undefined; "-webkit-border-before-style"?: csstype0.Property.WebkitBorderBeforeStyle | undefined; "-webkit-border-before-width"?: csstype0.Property.WebkitBorderBeforeWidth | undefined; "-webkit-border-bottom-left-radius"?: csstype0.Property.BorderBottomLeftRadius | undefined; "-webkit-border-bottom-right-radius"?: csstype0.Property.BorderBottomRightRadius | undefined; "-webkit-border-image-slice"?: csstype0.Property.BorderImageSlice | undefined; "-webkit-border-top-left-radius"?: csstype0.Property.BorderTopLeftRadius | undefined; "-webkit-border-top-right-radius"?: csstype0.Property.BorderTopRightRadius | undefined; "-webkit-box-decoration-break"?: csstype0.Property.BoxDecorationBreak | undefined; "-webkit-box-reflect"?: csstype0.Property.WebkitBoxReflect | undefined; "-webkit-box-shadow"?: csstype0.Property.BoxShadow | undefined; "-webkit-box-sizing"?: csstype0.Property.BoxSizing | undefined; "-webkit-clip-path"?: csstype0.Property.ClipPath | undefined; "-webkit-column-count"?: csstype0.Property.ColumnCount | undefined; "-webkit-column-fill"?: csstype0.Property.ColumnFill | undefined; "-webkit-column-rule-color"?: csstype0.Property.ColumnRuleColor | undefined; "-webkit-column-rule-style"?: csstype0.Property.ColumnRuleStyle | undefined; "-webkit-column-rule-width"?: csstype0.Property.ColumnRuleWidth | undefined; "-webkit-column-span"?: csstype0.Property.ColumnSpan | undefined; "-webkit-column-width"?: csstype0.Property.ColumnWidth | undefined; "-webkit-filter"?: csstype0.Property.Filter | undefined; "-webkit-flex-basis"?: csstype0.Property.FlexBasis | undefined; "-webkit-flex-direction"?: csstype0.Property.FlexDirection | undefined; "-webkit-flex-grow"?: csstype0.Property.FlexGrow | undefined; "-webkit-flex-shrink"?: csstype0.Property.FlexShrink | undefined; "-webkit-flex-wrap"?: csstype0.Property.FlexWrap | undefined; "-webkit-font-feature-settings"?: csstype0.Property.FontFeatureSettings | undefined; "-webkit-font-kerning"?: csstype0.Property.FontKerning | undefined; "-webkit-font-smoothing"?: csstype0.Property.FontSmooth | undefined; "-webkit-font-variant-ligatures"?: csstype0.Property.FontVariantLigatures | undefined; "-webkit-hyphenate-character"?: csstype0.Property.HyphenateCharacter | undefined; "-webkit-hyphens"?: csstype0.Property.Hyphens | undefined; "-webkit-initial-letter"?: csstype0.Property.InitialLetter | undefined; "-webkit-justify-content"?: csstype0.Property.JustifyContent | undefined; "-webkit-line-break"?: csstype0.Property.LineBreak | undefined; "-webkit-line-clamp"?: csstype0.Property.WebkitLineClamp | undefined; "-webkit-logical-height"?: csstype0.Property.BlockSize | undefined; "-webkit-logical-width"?: csstype0.Property.InlineSize | undefined; "-webkit-margin-end"?: csstype0.Property.MarginInlineEnd | undefined; "-webkit-margin-start"?: csstype0.Property.MarginInlineStart | undefined; "-webkit-mask-attachment"?: csstype0.Property.WebkitMaskAttachment | undefined; "-webkit-mask-box-image-outset"?: csstype0.Property.MaskBorderOutset | undefined; "-webkit-mask-box-image-repeat"?: csstype0.Property.MaskBorderRepeat | undefined; "-webkit-mask-box-image-slice"?: csstype0.Property.MaskBorderSlice | undefined; "-webkit-mask-box-image-source"?: csstype0.Property.MaskBorderSource | undefined; "-webkit-mask-box-image-width"?: csstype0.Property.MaskBorderWidth | undefined; "-webkit-mask-clip"?: csstype0.Property.WebkitMaskClip | undefined; "-webkit-mask-composite"?: csstype0.Property.WebkitMaskComposite | undefined; "-webkit-mask-image"?: csstype0.Property.WebkitMaskImage | undefined; "-webkit-mask-origin"?: csstype0.Property.WebkitMaskOrigin | undefined; "-webkit-mask-position"?: csstype0.Property.WebkitMaskPosition | undefined; "-webkit-mask-position-x"?: csstype0.Property.WebkitMaskPositionX | undefined; "-webkit-mask-position-y"?: csstype0.Property.WebkitMaskPositionY | undefined; "-webkit-mask-repeat"?: csstype0.Property.WebkitMaskRepeat | undefined; "-webkit-mask-repeat-x"?: csstype0.Property.WebkitMaskRepeatX | undefined; "-webkit-mask-repeat-y"?: csstype0.Property.WebkitMaskRepeatY | undefined; "-webkit-mask-size"?: csstype0.Property.WebkitMaskSize | undefined; "-webkit-max-inline-size"?: csstype0.Property.MaxInlineSize | undefined; "-webkit-order"?: csstype0.Property.Order | undefined; "-webkit-overflow-scrolling"?: csstype0.Property.WebkitOverflowScrolling | undefined; "-webkit-padding-end"?: csstype0.Property.PaddingInlineEnd | undefined; "-webkit-padding-start"?: csstype0.Property.PaddingInlineStart | undefined; "-webkit-perspective"?: csstype0.Property.Perspective | undefined; "-webkit-perspective-origin"?: csstype0.Property.PerspectiveOrigin | undefined; "-webkit-print-color-adjust"?: csstype0.Property.PrintColorAdjust | undefined; "-webkit-ruby-position"?: csstype0.Property.RubyPosition | undefined; "-webkit-scroll-snap-type"?: csstype0.Property.ScrollSnapType | undefined; "-webkit-shape-margin"?: csstype0.Property.ShapeMargin | undefined; "-webkit-tap-highlight-color"?: csstype0.Property.WebkitTapHighlightColor | undefined; "-webkit-text-combine"?: csstype0.Property.TextCombineUpright | undefined; "-webkit-text-decoration-color"?: csstype0.Property.TextDecorationColor | undefined; "-webkit-text-decoration-line"?: csstype0.Property.TextDecorationLine | undefined; "-webkit-text-decoration-skip"?: csstype0.Property.TextDecorationSkip | undefined; "-webkit-text-decoration-style"?: csstype0.Property.TextDecorationStyle | undefined; "-webkit-text-emphasis-color"?: csstype0.Property.TextEmphasisColor | undefined; "-webkit-text-emphasis-position"?: csstype0.Property.TextEmphasisPosition | undefined; "-webkit-text-emphasis-style"?: csstype0.Property.TextEmphasisStyle | undefined; "-webkit-text-fill-color"?: csstype0.Property.WebkitTextFillColor | undefined; "-webkit-text-orientation"?: csstype0.Property.TextOrientation | undefined; "-webkit-text-size-adjust"?: csstype0.Property.TextSizeAdjust | undefined; "-webkit-text-stroke-color"?: csstype0.Property.WebkitTextStrokeColor | undefined; "-webkit-text-stroke-width"?: csstype0.Property.WebkitTextStrokeWidth | undefined; "-webkit-text-underline-position"?: csstype0.Property.TextUnderlinePosition | undefined; "-webkit-touch-callout"?: csstype0.Property.WebkitTouchCallout | undefined; "-webkit-transform"?: csstype0.Property.Transform | undefined; "-webkit-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-webkit-transform-style"?: csstype0.Property.TransformStyle | undefined; "-webkit-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-webkit-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-webkit-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-webkit-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-webkit-user-modify"?: csstype0.Property.WebkitUserModify | undefined; "-webkit-user-select"?: csstype0.Property.WebkitUserSelect | undefined; "-webkit-writing-mode"?: csstype0.Property.WritingMode | undefined; "-moz-animation"?: csstype0.Property.Animation | undefined; "-moz-border-image"?: csstype0.Property.BorderImage | undefined; "-moz-column-rule"?: csstype0.Property.ColumnRule | undefined; "-moz-columns"?: csstype0.Property.Columns | undefined; "-moz-outline-radius"?: csstype0.Property.MozOutlineRadius | undefined; "-moz-transition"?: csstype0.Property.Transition | undefined; "-ms-content-zoom-limit"?: csstype0.Property.MsContentZoomLimit | undefined; "-ms-content-zoom-snap"?: csstype0.Property.MsContentZoomSnap | undefined; "-ms-flex"?: csstype0.Property.Flex | undefined; "-ms-scroll-limit"?: csstype0.Property.MsScrollLimit | undefined; "-ms-scroll-snap-x"?: csstype0.Property.MsScrollSnapX | undefined; "-ms-scroll-snap-y"?: csstype0.Property.MsScrollSnapY | undefined; "-ms-transition"?: csstype0.Property.Transition | undefined; "-webkit-animation"?: csstype0.Property.Animation | undefined; "-webkit-border-before"?: csstype0.Property.WebkitBorderBefore | undefined; "-webkit-border-image"?: csstype0.Property.BorderImage | undefined; "-webkit-border-radius"?: csstype0.Property.BorderRadius | undefined; "-webkit-column-rule"?: csstype0.Property.ColumnRule | undefined; "-webkit-columns"?: csstype0.Property.Columns | undefined; "-webkit-flex"?: csstype0.Property.Flex | undefined; "-webkit-flex-flow"?: csstype0.Property.FlexFlow | undefined; "-webkit-mask"?: csstype0.Property.WebkitMask | undefined; "-webkit-mask-box-image"?: csstype0.Property.MaskBorder | undefined; "-webkit-text-emphasis"?: csstype0.Property.TextEmphasis | undefined; "-webkit-text-stroke"?: csstype0.Property.WebkitTextStroke | undefined; "-webkit-transition"?: csstype0.Property.Transition | undefined; "box-align"?: csstype0.Property.BoxAlign | undefined; "box-direction"?: csstype0.Property.BoxDirection | undefined; "box-flex"?: csstype0.Property.BoxFlex | undefined; "box-flex-group"?: csstype0.Property.BoxFlexGroup | undefined; "box-lines"?: csstype0.Property.BoxLines | undefined; "box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "box-orient"?: csstype0.Property.BoxOrient | undefined; "box-pack"?: csstype0.Property.BoxPack | undefined; "font-stretch"?: csstype0.Property.FontStretch | undefined; "grid-column-gap"?: csstype0.Property.GridColumnGap | undefined; "grid-gap"?: csstype0.Property.GridGap | undefined; "grid-row-gap"?: csstype0.Property.GridRowGap | undefined; "ime-mode"?: csstype0.Property.ImeMode | undefined; "inset-area"?: csstype0.Property.PositionArea | undefined; "offset-block"?: csstype0.Property.InsetBlock | undefined; "offset-block-end"?: csstype0.Property.InsetBlockEnd | undefined; "offset-block-start"?: csstype0.Property.InsetBlockStart | undefined; "offset-inline"?: csstype0.Property.InsetInline | undefined; "offset-inline-end"?: csstype0.Property.InsetInlineEnd | undefined; "offset-inline-start"?: csstype0.Property.InsetInlineStart | undefined; "page-break-after"?: csstype0.Property.PageBreakAfter | undefined; "page-break-before"?: csstype0.Property.PageBreakBefore | undefined; "page-break-inside"?: csstype0.Property.PageBreakInside | undefined; "position-try-options"?: csstype0.Property.PositionTryFallbacks | undefined; "scroll-snap-coordinate"?: csstype0.Property.ScrollSnapCoordinate | undefined; "scroll-snap-destination"?: csstype0.Property.ScrollSnapDestination | undefined; "scroll-snap-points-x"?: csstype0.Property.ScrollSnapPointsX | undefined; "scroll-snap-points-y"?: csstype0.Property.ScrollSnapPointsY | undefined; "scroll-snap-type-x"?: csstype0.Property.ScrollSnapTypeX | undefined; "scroll-snap-type-y"?: csstype0.Property.ScrollSnapTypeY | undefined; "-khtml-box-align"?: csstype0.Property.BoxAlign | undefined; "-khtml-box-direction"?: csstype0.Property.BoxDirection | undefined; "-khtml-box-flex"?: csstype0.Property.BoxFlex | undefined; "-khtml-box-flex-group"?: csstype0.Property.BoxFlexGroup | undefined; "-khtml-box-lines"?: csstype0.Property.BoxLines | undefined; "-khtml-box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "-khtml-box-orient"?: csstype0.Property.BoxOrient | undefined; "-khtml-box-pack"?: csstype0.Property.BoxPack | undefined; "-khtml-line-break"?: csstype0.Property.LineBreak | undefined; "-khtml-opacity"?: csstype0.Property.Opacity | undefined; "-khtml-user-select"?: csstype0.Property.UserSelect | undefined; "-moz-background-clip"?: csstype0.Property.BackgroundClip | undefined; "-moz-background-origin"?: csstype0.Property.BackgroundOrigin | undefined; "-moz-background-size"?: csstype0.Property.BackgroundSize | undefined; "-moz-border-radius"?: csstype0.Property.BorderRadius | undefined; "-moz-border-radius-bottomleft"?: csstype0.Property.BorderBottomLeftRadius | undefined; "-moz-border-radius-bottomright"?: csstype0.Property.BorderBottomRightRadius | undefined; "-moz-border-radius-topleft"?: csstype0.Property.BorderTopLeftRadius | undefined; "-moz-border-radius-topright"?: csstype0.Property.BorderTopRightRadius | undefined; "-moz-box-align"?: csstype0.Property.BoxAlign | undefined; "-moz-box-direction"?: csstype0.Property.BoxDirection | undefined; "-moz-box-flex"?: csstype0.Property.BoxFlex | undefined; "-moz-box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "-moz-box-orient"?: csstype0.Property.BoxOrient | undefined; "-moz-box-pack"?: csstype0.Property.BoxPack | undefined; "-moz-box-shadow"?: csstype0.Property.BoxShadow | undefined; "-moz-column-count"?: csstype0.Property.ColumnCount | undefined; "-moz-column-fill"?: csstype0.Property.ColumnFill | undefined; "-moz-float-edge"?: csstype0.Property.MozFloatEdge | undefined; "-moz-force-broken-image-icon"?: csstype0.Property.MozForceBrokenImageIcon | undefined; "-moz-opacity"?: csstype0.Property.Opacity | undefined; "-moz-outline"?: csstype0.Property.Outline | undefined; "-moz-outline-color"?: csstype0.Property.OutlineColor | undefined; "-moz-outline-style"?: csstype0.Property.OutlineStyle | undefined; "-moz-outline-width"?: csstype0.Property.OutlineWidth | undefined; "-moz-text-align-last"?: csstype0.Property.TextAlignLast | undefined; "-moz-text-decoration-color"?: csstype0.Property.TextDecorationColor | undefined; "-moz-text-decoration-line"?: csstype0.Property.TextDecorationLine | undefined; "-moz-text-decoration-style"?: csstype0.Property.TextDecorationStyle | undefined; "-moz-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-moz-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-moz-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-moz-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-moz-user-focus"?: csstype0.Property.MozUserFocus | undefined; "-moz-user-input"?: csstype0.Property.MozUserInput | undefined; "-ms-ime-mode"?: csstype0.Property.ImeMode | undefined; "-o-animation"?: csstype0.Property.Animation | undefined; "-o-animation-delay"?: csstype0.Property.AnimationDelay | undefined; "-o-animation-direction"?: csstype0.Property.AnimationDirection | undefined; "-o-animation-duration"?: csstype0.Property.AnimationDuration | undefined; "-o-animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "-o-animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "-o-animation-name"?: csstype0.Property.AnimationName | undefined; "-o-animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "-o-animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "-o-background-size"?: csstype0.Property.BackgroundSize | undefined; "-o-border-image"?: csstype0.Property.BorderImage | undefined; "-o-object-fit"?: csstype0.Property.ObjectFit | undefined; "-o-object-position"?: csstype0.Property.ObjectPosition | undefined; "-o-tab-size"?: csstype0.Property.TabSize | undefined; "-o-text-overflow"?: csstype0.Property.TextOverflow | undefined; "-o-transform"?: csstype0.Property.Transform | undefined; "-o-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-o-transition"?: csstype0.Property.Transition | undefined; "-o-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-o-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-o-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-o-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-webkit-box-align"?: csstype0.Property.BoxAlign | undefined; "-webkit-box-direction"?: csstype0.Property.BoxDirection | undefined; "-webkit-box-flex"?: csstype0.Property.BoxFlex | undefined; "-webkit-box-flex-group"?: csstype0.Property.BoxFlexGroup | undefined; "-webkit-box-lines"?: csstype0.Property.BoxLines | undefined; "-webkit-box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "-webkit-box-orient"?: csstype0.Property.BoxOrient | undefined; "-webkit-box-pack"?: csstype0.Property.BoxPack | undefined; "color-interpolation"?: csstype0.Property.ColorInterpolation | undefined; "color-rendering"?: csstype0.Property.ColorRendering | undefined; "glyph-orientation-vertical"?: csstype0.Property.GlyphOrientationVertical | undefined; } | undefined; content?: { [x: `--${string}`]: string | number | undefined; accentColor?: csstype0.Property.AccentColor | undefined; alignContent?: csstype0.Property.AlignContent | undefined; alignItems?: csstype0.Property.AlignItems | undefined; alignSelf?: csstype0.Property.AlignSelf | undefined; alignTracks?: csstype0.Property.AlignTracks | undefined; alignmentBaseline?: csstype0.Property.AlignmentBaseline | undefined; anchorName?: csstype0.Property.AnchorName | undefined; anchorScope?: csstype0.Property.AnchorScope | undefined; animationComposition?: csstype0.Property.AnimationComposition | undefined; animationDelay?: csstype0.Property.AnimationDelay | undefined; animationDirection?: csstype0.Property.AnimationDirection | undefined; animationDuration?: csstype0.Property.AnimationDuration | undefined; animationFillMode?: csstype0.Property.AnimationFillMode | undefined; animationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; animationName?: csstype0.Property.AnimationName | undefined; animationPlayState?: csstype0.Property.AnimationPlayState | undefined; animationRangeEnd?: csstype0.Property.AnimationRangeEnd | undefined; animationRangeStart?: csstype0.Property.AnimationRangeStart | undefined; animationTimeline?: csstype0.Property.AnimationTimeline | undefined; animationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; appearance?: csstype0.Property.Appearance | undefined; aspectRatio?: csstype0.Property.AspectRatio | undefined; backdropFilter?: csstype0.Property.BackdropFilter | undefined; backfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined; backgroundAttachment?: csstype0.Property.BackgroundAttachment | undefined; backgroundBlendMode?: csstype0.Property.BackgroundBlendMode | undefined; backgroundClip?: csstype0.Property.BackgroundClip | undefined; backgroundColor?: csstype0.Property.BackgroundColor | undefined; backgroundImage?: csstype0.Property.BackgroundImage | undefined; backgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined; backgroundPositionX?: csstype0.Property.BackgroundPositionX | undefined; backgroundPositionY?: csstype0.Property.BackgroundPositionY | undefined; backgroundRepeat?: csstype0.Property.BackgroundRepeat | undefined; backgroundSize?: csstype0.Property.BackgroundSize | undefined; baselineShift?: csstype0.Property.BaselineShift | undefined; blockSize?: csstype0.Property.BlockSize | undefined; borderBlockEndColor?: csstype0.Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: csstype0.Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: csstype0.Property.BorderBlockEndWidth | undefined; borderBlockStartColor?: csstype0.Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: csstype0.Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: csstype0.Property.BorderBlockStartWidth | undefined; borderBottomColor?: csstype0.Property.BorderBottomColor | undefined; borderBottomLeftRadius?: csstype0.Property.BorderBottomLeftRadius | undefined; borderBottomRightRadius?: csstype0.Property.BorderBottomRightRadius | undefined; borderBottomStyle?: csstype0.Property.BorderBottomStyle | undefined; borderBottomWidth?: csstype0.Property.BorderBottomWidth | undefined; borderCollapse?: csstype0.Property.BorderCollapse | undefined; borderEndEndRadius?: csstype0.Property.BorderEndEndRadius | undefined; borderEndStartRadius?: csstype0.Property.BorderEndStartRadius | undefined; borderImageOutset?: csstype0.Property.BorderImageOutset | undefined; borderImageRepeat?: csstype0.Property.BorderImageRepeat | undefined; borderImageSlice?: csstype0.Property.BorderImageSlice | undefined; borderImageSource?: csstype0.Property.BorderImageSource | undefined; borderImageWidth?: csstype0.Property.BorderImageWidth | undefined; borderInlineEndColor?: csstype0.Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: csstype0.Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: csstype0.Property.BorderInlineEndWidth | undefined; borderInlineStartColor?: csstype0.Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: csstype0.Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: csstype0.Property.BorderInlineStartWidth | undefined; borderLeftColor?: csstype0.Property.BorderLeftColor | undefined; borderLeftStyle?: csstype0.Property.BorderLeftStyle | undefined; borderLeftWidth?: csstype0.Property.BorderLeftWidth | undefined; borderRightColor?: csstype0.Property.BorderRightColor | undefined; borderRightStyle?: csstype0.Property.BorderRightStyle | undefined; borderRightWidth?: csstype0.Property.BorderRightWidth | undefined; borderSpacing?: csstype0.Property.BorderSpacing | undefined; borderStartEndRadius?: csstype0.Property.BorderStartEndRadius | undefined; borderStartStartRadius?: csstype0.Property.BorderStartStartRadius | undefined; borderTopColor?: csstype0.Property.BorderTopColor | undefined; borderTopLeftRadius?: csstype0.Property.BorderTopLeftRadius | undefined; borderTopRightRadius?: csstype0.Property.BorderTopRightRadius | undefined; borderTopStyle?: csstype0.Property.BorderTopStyle | undefined; borderTopWidth?: csstype0.Property.BorderTopWidth | undefined; bottom?: csstype0.Property.Bottom | undefined; boxDecorationBreak?: csstype0.Property.BoxDecorationBreak | undefined; boxShadow?: csstype0.Property.BoxShadow | undefined; boxSizing?: csstype0.Property.BoxSizing | undefined; breakAfter?: csstype0.Property.BreakAfter | undefined; breakBefore?: csstype0.Property.BreakBefore | undefined; breakInside?: csstype0.Property.BreakInside | undefined; captionSide?: csstype0.Property.CaptionSide | undefined; caretColor?: csstype0.Property.CaretColor | undefined; caretShape?: csstype0.Property.CaretShape | undefined; clear?: csstype0.Property.Clear | undefined; clipPath?: csstype0.Property.ClipPath | undefined; clipRule?: csstype0.Property.ClipRule | undefined; color?: csstype0.Property.Color | undefined; colorAdjust?: csstype0.Property.PrintColorAdjust | undefined; colorInterpolationFilters?: csstype0.Property.ColorInterpolationFilters | undefined; colorScheme?: csstype0.Property.ColorScheme | undefined; columnCount?: csstype0.Property.ColumnCount | undefined; columnFill?: csstype0.Property.ColumnFill | undefined; columnGap?: csstype0.Property.ColumnGap | undefined; columnRuleColor?: csstype0.Property.ColumnRuleColor | undefined; columnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined; columnRuleWidth?: csstype0.Property.ColumnRuleWidth | undefined; columnSpan?: csstype0.Property.ColumnSpan | undefined; columnWidth?: csstype0.Property.ColumnWidth | undefined; contain?: csstype0.Property.Contain | undefined; containIntrinsicBlockSize?: csstype0.Property.ContainIntrinsicBlockSize | undefined; containIntrinsicHeight?: csstype0.Property.ContainIntrinsicHeight | undefined; containIntrinsicInlineSize?: csstype0.Property.ContainIntrinsicInlineSize | undefined; containIntrinsicWidth?: csstype0.Property.ContainIntrinsicWidth | undefined; containerName?: csstype0.Property.ContainerName | undefined; containerType?: csstype0.Property.ContainerType | undefined; content?: csstype0.Property.Content | undefined; contentVisibility?: csstype0.Property.ContentVisibility | undefined; counterIncrement?: csstype0.Property.CounterIncrement | undefined; counterReset?: csstype0.Property.CounterReset | undefined; counterSet?: csstype0.Property.CounterSet | undefined; cursor?: csstype0.Property.Cursor | undefined; cx?: csstype0.Property.Cx | undefined; cy?: csstype0.Property.Cy | undefined; d?: csstype0.Property.D | undefined; direction?: csstype0.Property.Direction | undefined; display?: csstype0.Property.Display | undefined; dominantBaseline?: csstype0.Property.DominantBaseline | undefined; emptyCells?: csstype0.Property.EmptyCells | undefined; fieldSizing?: csstype0.Property.FieldSizing | undefined; fill?: csstype0.Property.Fill | undefined; fillOpacity?: csstype0.Property.FillOpacity | undefined; fillRule?: csstype0.Property.FillRule | undefined; filter?: csstype0.Property.Filter | undefined; flexBasis?: csstype0.Property.FlexBasis | undefined; flexDirection?: csstype0.Property.FlexDirection | undefined; flexGrow?: csstype0.Property.FlexGrow | undefined; flexShrink?: csstype0.Property.FlexShrink | undefined; flexWrap?: csstype0.Property.FlexWrap | undefined; float?: csstype0.Property.Float | undefined; floodColor?: csstype0.Property.FloodColor | undefined; floodOpacity?: csstype0.Property.FloodOpacity | undefined; fontFamily?: csstype0.Property.FontFamily | undefined; fontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined; fontKerning?: csstype0.Property.FontKerning | undefined; fontLanguageOverride?: csstype0.Property.FontLanguageOverride | undefined; fontOpticalSizing?: csstype0.Property.FontOpticalSizing | undefined; fontPalette?: csstype0.Property.FontPalette | undefined; fontSize?: csstype0.Property.FontSize | undefined; fontSizeAdjust?: csstype0.Property.FontSizeAdjust | undefined; fontSmooth?: csstype0.Property.FontSmooth | undefined; fontStyle?: csstype0.Property.FontStyle | undefined; fontSynthesis?: csstype0.Property.FontSynthesis | undefined; fontSynthesisPosition?: csstype0.Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: csstype0.Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: csstype0.Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: csstype0.Property.FontSynthesisWeight | undefined; fontVariant?: csstype0.Property.FontVariant | undefined; fontVariantAlternates?: csstype0.Property.FontVariantAlternates | undefined; fontVariantCaps?: csstype0.Property.FontVariantCaps | undefined; fontVariantEastAsian?: csstype0.Property.FontVariantEastAsian | undefined; fontVariantEmoji?: csstype0.Property.FontVariantEmoji | undefined; fontVariantLigatures?: csstype0.Property.FontVariantLigatures | undefined; fontVariantNumeric?: csstype0.Property.FontVariantNumeric | undefined; fontVariantPosition?: csstype0.Property.FontVariantPosition | undefined; fontVariationSettings?: csstype0.Property.FontVariationSettings | undefined; fontWeight?: csstype0.Property.FontWeight | undefined; fontWidth?: csstype0.Property.FontWidth | undefined; forcedColorAdjust?: csstype0.Property.ForcedColorAdjust | undefined; gridAutoColumns?: csstype0.Property.GridAutoColumns | undefined; gridAutoFlow?: csstype0.Property.GridAutoFlow | undefined; gridAutoRows?: csstype0.Property.GridAutoRows | undefined; gridColumnEnd?: csstype0.Property.GridColumnEnd | undefined; gridColumnStart?: csstype0.Property.GridColumnStart | undefined; gridRowEnd?: csstype0.Property.GridRowEnd | undefined; gridRowStart?: csstype0.Property.GridRowStart | undefined; gridTemplateAreas?: csstype0.Property.GridTemplateAreas | undefined; gridTemplateColumns?: csstype0.Property.GridTemplateColumns | undefined; gridTemplateRows?: csstype0.Property.GridTemplateRows | undefined; hangingPunctuation?: csstype0.Property.HangingPunctuation | undefined; height?: csstype0.Property.Height | undefined; hyphenateCharacter?: csstype0.Property.HyphenateCharacter | undefined; hyphenateLimitChars?: csstype0.Property.HyphenateLimitChars | undefined; hyphens?: csstype0.Property.Hyphens | undefined; imageOrientation?: csstype0.Property.ImageOrientation | undefined; imageRendering?: csstype0.Property.ImageRendering | undefined; imageResolution?: csstype0.Property.ImageResolution | undefined; initialLetter?: csstype0.Property.InitialLetter | undefined; initialLetterAlign?: csstype0.Property.InitialLetterAlign | undefined; inlineSize?: csstype0.Property.InlineSize | undefined; insetBlockEnd?: csstype0.Property.InsetBlockEnd | undefined; insetBlockStart?: csstype0.Property.InsetBlockStart | undefined; insetInlineEnd?: csstype0.Property.InsetInlineEnd | undefined; insetInlineStart?: csstype0.Property.InsetInlineStart | undefined; interpolateSize?: csstype0.Property.InterpolateSize | undefined; isolation?: csstype0.Property.Isolation | undefined; justifyContent?: csstype0.Property.JustifyContent | undefined; justifyItems?: csstype0.Property.JustifyItems | undefined; justifySelf?: csstype0.Property.JustifySelf | undefined; justifyTracks?: csstype0.Property.JustifyTracks | undefined; left?: csstype0.Property.Left | undefined; letterSpacing?: csstype0.Property.LetterSpacing | undefined; lightingColor?: csstype0.Property.LightingColor | undefined; lineBreak?: csstype0.Property.LineBreak | undefined; lineHeight?: csstype0.Property.LineHeight | undefined; lineHeightStep?: csstype0.Property.LineHeightStep | undefined; listStyleImage?: csstype0.Property.ListStyleImage | undefined; listStylePosition?: csstype0.Property.ListStylePosition | undefined; listStyleType?: csstype0.Property.ListStyleType | undefined; marginBlockEnd?: csstype0.Property.MarginBlockEnd | undefined; marginBlockStart?: csstype0.Property.MarginBlockStart | undefined; marginBottom?: csstype0.Property.MarginBottom | undefined; marginInlineEnd?: csstype0.Property.MarginInlineEnd | undefined; marginInlineStart?: csstype0.Property.MarginInlineStart | undefined; marginLeft?: csstype0.Property.MarginLeft | undefined; marginRight?: csstype0.Property.MarginRight | undefined; marginTop?: csstype0.Property.MarginTop | undefined; marginTrim?: csstype0.Property.MarginTrim | undefined; marker?: csstype0.Property.Marker | undefined; markerEnd?: csstype0.Property.MarkerEnd | undefined; markerMid?: csstype0.Property.MarkerMid | undefined; markerStart?: csstype0.Property.MarkerStart | undefined; maskBorderMode?: csstype0.Property.MaskBorderMode | undefined; maskBorderOutset?: csstype0.Property.MaskBorderOutset | undefined; maskBorderRepeat?: csstype0.Property.MaskBorderRepeat | undefined; maskBorderSlice?: csstype0.Property.MaskBorderSlice | undefined; maskBorderSource?: csstype0.Property.MaskBorderSource | undefined; maskBorderWidth?: csstype0.Property.MaskBorderWidth | undefined; maskClip?: csstype0.Property.MaskClip | undefined; maskComposite?: csstype0.Property.MaskComposite | undefined; maskImage?: csstype0.Property.MaskImage | undefined; maskMode?: csstype0.Property.MaskMode | undefined; maskOrigin?: csstype0.Property.MaskOrigin | undefined; maskPosition?: csstype0.Property.MaskPosition | undefined; maskRepeat?: csstype0.Property.MaskRepeat | undefined; maskSize?: csstype0.Property.MaskSize | undefined; maskType?: csstype0.Property.MaskType | undefined; masonryAutoFlow?: csstype0.Property.MasonryAutoFlow | undefined; mathDepth?: csstype0.Property.MathDepth | undefined; mathShift?: csstype0.Property.MathShift | undefined; mathStyle?: csstype0.Property.MathStyle | undefined; maxBlockSize?: csstype0.Property.MaxBlockSize | undefined; maxHeight?: csstype0.Property.MaxHeight | undefined; maxInlineSize?: csstype0.Property.MaxInlineSize | undefined; maxLines?: csstype0.Property.MaxLines | undefined; maxWidth?: csstype0.Property.MaxWidth | undefined; minBlockSize?: csstype0.Property.MinBlockSize | undefined; minHeight?: csstype0.Property.MinHeight | undefined; minInlineSize?: csstype0.Property.MinInlineSize | undefined; minWidth?: csstype0.Property.MinWidth | undefined; mixBlendMode?: csstype0.Property.MixBlendMode | undefined; motionDistance?: csstype0.Property.OffsetDistance | undefined; motionPath?: csstype0.Property.OffsetPath | undefined; motionRotation?: csstype0.Property.OffsetRotate | undefined; objectFit?: csstype0.Property.ObjectFit | undefined; objectPosition?: csstype0.Property.ObjectPosition | undefined; objectViewBox?: csstype0.Property.ObjectViewBox | undefined; offsetAnchor?: csstype0.Property.OffsetAnchor | undefined; offsetDistance?: csstype0.Property.OffsetDistance | undefined; offsetPath?: csstype0.Property.OffsetPath | undefined; offsetPosition?: csstype0.Property.OffsetPosition | undefined; offsetRotate?: csstype0.Property.OffsetRotate | undefined; offsetRotation?: csstype0.Property.OffsetRotate | undefined; opacity?: csstype0.Property.Opacity | undefined; order?: csstype0.Property.Order | undefined; orphans?: csstype0.Property.Orphans | undefined; outlineColor?: csstype0.Property.OutlineColor | undefined; outlineOffset?: csstype0.Property.OutlineOffset | undefined; outlineStyle?: csstype0.Property.OutlineStyle | undefined; outlineWidth?: csstype0.Property.OutlineWidth | undefined; overflowAnchor?: csstype0.Property.OverflowAnchor | undefined; overflowBlock?: csstype0.Property.OverflowBlock | undefined; overflowClipBox?: csstype0.Property.OverflowClipBox | undefined; overflowClipMargin?: csstype0.Property.OverflowClipMargin | undefined; overflowInline?: csstype0.Property.OverflowInline | undefined; overflowWrap?: csstype0.Property.OverflowWrap | undefined; overflowX?: csstype0.Property.OverflowX | undefined; overflowY?: csstype0.Property.OverflowY | undefined; overlay?: csstype0.Property.Overlay | undefined; overscrollBehaviorBlock?: csstype0.Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: csstype0.Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: csstype0.Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: csstype0.Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: csstype0.Property.PaddingBlockEnd | undefined; paddingBlockStart?: csstype0.Property.PaddingBlockStart | undefined; paddingBottom?: csstype0.Property.PaddingBottom | undefined; paddingInlineEnd?: csstype0.Property.PaddingInlineEnd | undefined; paddingInlineStart?: csstype0.Property.PaddingInlineStart | undefined; paddingLeft?: csstype0.Property.PaddingLeft | undefined; paddingRight?: csstype0.Property.PaddingRight | undefined; paddingTop?: csstype0.Property.PaddingTop | undefined; page?: csstype0.Property.Page | undefined; paintOrder?: csstype0.Property.PaintOrder | undefined; perspective?: csstype0.Property.Perspective | undefined; perspectiveOrigin?: csstype0.Property.PerspectiveOrigin | undefined; pointerEvents?: csstype0.Property.PointerEvents | undefined; position?: csstype0.Property.Position | undefined; positionAnchor?: csstype0.Property.PositionAnchor | undefined; positionArea?: csstype0.Property.PositionArea | undefined; positionTryFallbacks?: csstype0.Property.PositionTryFallbacks | undefined; positionTryOrder?: csstype0.Property.PositionTryOrder | undefined; positionVisibility?: csstype0.Property.PositionVisibility | undefined; printColorAdjust?: csstype0.Property.PrintColorAdjust | undefined; quotes?: csstype0.Property.Quotes | undefined; r?: csstype0.Property.R | undefined; resize?: csstype0.Property.Resize | undefined; right?: csstype0.Property.Right | undefined; rotate?: csstype0.Property.Rotate | undefined; rowGap?: csstype0.Property.RowGap | undefined; rubyAlign?: csstype0.Property.RubyAlign | undefined; rubyMerge?: csstype0.Property.RubyMerge | undefined; rubyOverhang?: csstype0.Property.RubyOverhang | undefined; rubyPosition?: csstype0.Property.RubyPosition | undefined; rx?: csstype0.Property.Rx | undefined; ry?: csstype0.Property.Ry | undefined; scale?: csstype0.Property.Scale | undefined; scrollBehavior?: csstype0.Property.ScrollBehavior | undefined; scrollInitialTarget?: csstype0.Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: csstype0.Property.ScrollMarginBlockEnd | undefined; scrollMarginBlockStart?: csstype0.Property.ScrollMarginBlockStart | undefined; scrollMarginBottom?: csstype0.Property.ScrollMarginBottom | undefined; scrollMarginInlineEnd?: csstype0.Property.ScrollMarginInlineEnd | undefined; scrollMarginInlineStart?: csstype0.Property.ScrollMarginInlineStart | undefined; scrollMarginLeft?: csstype0.Property.ScrollMarginLeft | undefined; scrollMarginRight?: csstype0.Property.ScrollMarginRight | undefined; scrollMarginTop?: csstype0.Property.ScrollMarginTop | undefined; scrollPaddingBlockEnd?: csstype0.Property.ScrollPaddingBlockEnd | undefined; scrollPaddingBlockStart?: csstype0.Property.ScrollPaddingBlockStart | undefined; scrollPaddingBottom?: csstype0.Property.ScrollPaddingBottom | undefined; scrollPaddingInlineEnd?: csstype0.Property.ScrollPaddingInlineEnd | undefined; scrollPaddingInlineStart?: csstype0.Property.ScrollPaddingInlineStart | undefined; scrollPaddingLeft?: csstype0.Property.ScrollPaddingLeft | undefined; scrollPaddingRight?: csstype0.Property.ScrollPaddingRight | undefined; scrollPaddingTop?: csstype0.Property.ScrollPaddingTop | undefined; scrollSnapAlign?: csstype0.Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: csstype0.Property.ScrollMarginBottom | undefined; scrollSnapMarginLeft?: csstype0.Property.ScrollMarginLeft | undefined; scrollSnapMarginRight?: csstype0.Property.ScrollMarginRight | undefined; scrollSnapMarginTop?: csstype0.Property.ScrollMarginTop | undefined; scrollSnapStop?: csstype0.Property.ScrollSnapStop | undefined; scrollSnapType?: csstype0.Property.ScrollSnapType | undefined; scrollTimelineAxis?: csstype0.Property.ScrollTimelineAxis | undefined; scrollTimelineName?: csstype0.Property.ScrollTimelineName | undefined; scrollbarColor?: csstype0.Property.ScrollbarColor | undefined; scrollbarGutter?: csstype0.Property.ScrollbarGutter | undefined; scrollbarWidth?: csstype0.Property.ScrollbarWidth | undefined; shapeImageThreshold?: csstype0.Property.ShapeImageThreshold | undefined; shapeMargin?: csstype0.Property.ShapeMargin | undefined; shapeOutside?: csstype0.Property.ShapeOutside | undefined; shapeRendering?: csstype0.Property.ShapeRendering | undefined; speakAs?: csstype0.Property.SpeakAs | undefined; stopColor?: csstype0.Property.StopColor | undefined; stopOpacity?: csstype0.Property.StopOpacity | undefined; stroke?: csstype0.Property.Stroke | undefined; strokeColor?: csstype0.Property.StrokeColor | undefined; strokeDasharray?: csstype0.Property.StrokeDasharray | undefined; strokeDashoffset?: csstype0.Property.StrokeDashoffset | undefined; strokeLinecap?: csstype0.Property.StrokeLinecap | undefined; strokeLinejoin?: csstype0.Property.StrokeLinejoin | undefined; strokeMiterlimit?: csstype0.Property.StrokeMiterlimit | undefined; strokeOpacity?: csstype0.Property.StrokeOpacity | undefined; strokeWidth?: csstype0.Property.StrokeWidth | undefined; tabSize?: csstype0.Property.TabSize | undefined; tableLayout?: csstype0.Property.TableLayout | undefined; textAlign?: csstype0.Property.TextAlign | undefined; textAlignLast?: csstype0.Property.TextAlignLast | undefined; textAnchor?: csstype0.Property.TextAnchor | undefined; textAutospace?: csstype0.Property.TextAutospace | undefined; textBox?: csstype0.Property.TextBox | undefined; textBoxEdge?: csstype0.Property.TextBoxEdge | undefined; textBoxTrim?: csstype0.Property.TextBoxTrim | undefined; textCombineUpright?: csstype0.Property.TextCombineUpright | undefined; textDecorationColor?: csstype0.Property.TextDecorationColor | undefined; textDecorationLine?: csstype0.Property.TextDecorationLine | undefined; textDecorationSkip?: csstype0.Property.TextDecorationSkip | undefined; textDecorationSkipInk?: csstype0.Property.TextDecorationSkipInk | undefined; textDecorationStyle?: csstype0.Property.TextDecorationStyle | undefined; textDecorationThickness?: csstype0.Property.TextDecorationThickness | undefined; textEmphasisColor?: csstype0.Property.TextEmphasisColor | undefined; textEmphasisPosition?: csstype0.Property.TextEmphasisPosition | undefined; textEmphasisStyle?: csstype0.Property.TextEmphasisStyle | undefined; textIndent?: csstype0.Property.TextIndent | undefined; textJustify?: csstype0.Property.TextJustify | undefined; textOrientation?: csstype0.Property.TextOrientation | undefined; textOverflow?: csstype0.Property.TextOverflow | undefined; textRendering?: csstype0.Property.TextRendering | undefined; textShadow?: csstype0.Property.TextShadow | undefined; textSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined; textSpacingTrim?: csstype0.Property.TextSpacingTrim | undefined; textTransform?: csstype0.Property.TextTransform | undefined; textUnderlineOffset?: csstype0.Property.TextUnderlineOffset | undefined; textUnderlinePosition?: csstype0.Property.TextUnderlinePosition | undefined; textWrapMode?: csstype0.Property.TextWrapMode | undefined; textWrapStyle?: csstype0.Property.TextWrapStyle | undefined; timelineScope?: csstype0.Property.TimelineScope | undefined; top?: csstype0.Property.Top | undefined; touchAction?: csstype0.Property.TouchAction | undefined; transform?: csstype0.Property.Transform | undefined; transformBox?: csstype0.Property.TransformBox | undefined; transformOrigin?: csstype0.Property.TransformOrigin | undefined; transformStyle?: csstype0.Property.TransformStyle | undefined; transitionBehavior?: csstype0.Property.TransitionBehavior | undefined; transitionDelay?: csstype0.Property.TransitionDelay | undefined; transitionDuration?: csstype0.Property.TransitionDuration | undefined; transitionProperty?: csstype0.Property.TransitionProperty | undefined; transitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; translate?: csstype0.Property.Translate | undefined; unicodeBidi?: csstype0.Property.UnicodeBidi | undefined; userSelect?: csstype0.Property.UserSelect | undefined; vectorEffect?: csstype0.Property.VectorEffect | undefined; verticalAlign?: csstype0.Property.VerticalAlign | undefined; viewTimelineAxis?: csstype0.Property.ViewTimelineAxis | undefined; viewTimelineInset?: csstype0.Property.ViewTimelineInset | undefined; viewTimelineName?: csstype0.Property.ViewTimelineName | undefined; viewTransitionClass?: csstype0.Property.ViewTransitionClass | undefined; viewTransitionName?: csstype0.Property.ViewTransitionName | undefined; visibility?: csstype0.Property.Visibility | undefined; whiteSpace?: csstype0.Property.WhiteSpace | undefined; whiteSpaceCollapse?: csstype0.Property.WhiteSpaceCollapse | undefined; widows?: csstype0.Property.Widows | undefined; width?: csstype0.Property.Width | undefined; willChange?: csstype0.Property.WillChange | undefined; wordBreak?: csstype0.Property.WordBreak | undefined; wordSpacing?: csstype0.Property.WordSpacing | undefined; wordWrap?: csstype0.Property.WordWrap | undefined; writingMode?: csstype0.Property.WritingMode | undefined; x?: csstype0.Property.X | undefined; y?: csstype0.Property.Y | undefined; zIndex?: csstype0.Property.ZIndex | undefined; zoom?: csstype0.Property.Zoom | undefined; all?: csstype0.Globals | undefined; animation?: csstype0.Property.Animation | undefined; animationRange?: csstype0.Property.AnimationRange | undefined; background?: csstype0.Property.Background | undefined; backgroundPosition?: csstype0.Property.BackgroundPosition | undefined; border?: csstype0.Property.Border | undefined; borderBlock?: csstype0.Property.BorderBlock | undefined; borderBlockColor?: csstype0.Property.BorderBlockColor | undefined; borderBlockEnd?: csstype0.Property.BorderBlockEnd | undefined; borderBlockStart?: csstype0.Property.BorderBlockStart | undefined; borderBlockStyle?: csstype0.Property.BorderBlockStyle | undefined; borderBlockWidth?: csstype0.Property.BorderBlockWidth | undefined; borderBottom?: csstype0.Property.BorderBottom | undefined; borderColor?: csstype0.Property.BorderColor | undefined; borderImage?: csstype0.Property.BorderImage | undefined; borderInline?: csstype0.Property.BorderInline | undefined; borderInlineColor?: csstype0.Property.BorderInlineColor | undefined; borderInlineEnd?: csstype0.Property.BorderInlineEnd | undefined; borderInlineStart?: csstype0.Property.BorderInlineStart | undefined; borderInlineStyle?: csstype0.Property.BorderInlineStyle | undefined; borderInlineWidth?: csstype0.Property.BorderInlineWidth | undefined; borderLeft?: csstype0.Property.BorderLeft | undefined; borderRadius?: csstype0.Property.BorderRadius | undefined; borderRight?: csstype0.Property.BorderRight | undefined; borderStyle?: csstype0.Property.BorderStyle | undefined; borderTop?: csstype0.Property.BorderTop | undefined; borderWidth?: csstype0.Property.BorderWidth | undefined; caret?: csstype0.Property.Caret | undefined; columnRule?: csstype0.Property.ColumnRule | undefined; columns?: csstype0.Property.Columns | undefined; containIntrinsicSize?: csstype0.Property.ContainIntrinsicSize | undefined; container?: csstype0.Property.Container | undefined; flex?: csstype0.Property.Flex | undefined; flexFlow?: csstype0.Property.FlexFlow | undefined; font?: csstype0.Property.Font | undefined; gap?: csstype0.Property.Gap | undefined; grid?: csstype0.Property.Grid | undefined; gridArea?: csstype0.Property.GridArea | undefined; gridColumn?: csstype0.Property.GridColumn | undefined; gridRow?: csstype0.Property.GridRow | undefined; gridTemplate?: csstype0.Property.GridTemplate | undefined; inset?: csstype0.Property.Inset | undefined; insetBlock?: csstype0.Property.InsetBlock | undefined; insetInline?: csstype0.Property.InsetInline | undefined; lineClamp?: csstype0.Property.LineClamp | undefined; listStyle?: csstype0.Property.ListStyle | undefined; margin?: csstype0.Property.Margin | undefined; marginBlock?: csstype0.Property.MarginBlock | undefined; marginInline?: csstype0.Property.MarginInline | undefined; mask?: csstype0.Property.Mask | undefined; maskBorder?: csstype0.Property.MaskBorder | undefined; motion?: csstype0.Property.Offset | undefined; offset?: csstype0.Property.Offset | undefined; outline?: csstype0.Property.Outline | undefined; overflow?: csstype0.Property.Overflow | undefined; overscrollBehavior?: csstype0.Property.OverscrollBehavior | undefined; padding?: csstype0.Property.Padding | undefined; paddingBlock?: csstype0.Property.PaddingBlock | undefined; paddingInline?: csstype0.Property.PaddingInline | undefined; placeContent?: csstype0.Property.PlaceContent | undefined; placeItems?: csstype0.Property.PlaceItems | undefined; placeSelf?: csstype0.Property.PlaceSelf | undefined; positionTry?: csstype0.Property.PositionTry | undefined; scrollMargin?: csstype0.Property.ScrollMargin | undefined; scrollMarginBlock?: csstype0.Property.ScrollMarginBlock | undefined; scrollMarginInline?: csstype0.Property.ScrollMarginInline | undefined; scrollPadding?: csstype0.Property.ScrollPadding | undefined; scrollPaddingBlock?: csstype0.Property.ScrollPaddingBlock | undefined; scrollPaddingInline?: csstype0.Property.ScrollPaddingInline | undefined; scrollSnapMargin?: csstype0.Property.ScrollMargin | undefined; scrollTimeline?: csstype0.Property.ScrollTimeline | undefined; textDecoration?: csstype0.Property.TextDecoration | undefined; textEmphasis?: csstype0.Property.TextEmphasis | undefined; textWrap?: csstype0.Property.TextWrap | undefined; transition?: csstype0.Property.Transition | undefined; viewTimeline?: csstype0.Property.ViewTimeline | undefined; MozAnimationDelay?: csstype0.Property.AnimationDelay | undefined; MozAnimationDirection?: csstype0.Property.AnimationDirection | undefined; MozAnimationDuration?: csstype0.Property.AnimationDuration | undefined; MozAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined; MozAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; MozAnimationName?: csstype0.Property.AnimationName | undefined; MozAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; MozAppearance?: csstype0.Property.MozAppearance | undefined; MozBackfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined; MozBinding?: csstype0.Property.MozBinding | undefined; MozBorderBottomColors?: csstype0.Property.MozBorderBottomColors | undefined; MozBorderEndColor?: csstype0.Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: csstype0.Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: csstype0.Property.BorderInlineEndWidth | undefined; MozBorderLeftColors?: csstype0.Property.MozBorderLeftColors | undefined; MozBorderRightColors?: csstype0.Property.MozBorderRightColors | undefined; MozBorderStartColor?: csstype0.Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: csstype0.Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: csstype0.Property.MozBorderTopColors | undefined; MozBoxSizing?: csstype0.Property.BoxSizing | undefined; MozColumnRuleColor?: csstype0.Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: csstype0.Property.ColumnRuleWidth | undefined; MozColumnWidth?: csstype0.Property.ColumnWidth | undefined; MozContextProperties?: csstype0.Property.MozContextProperties | undefined; MozFontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: csstype0.Property.FontLanguageOverride | undefined; MozHyphens?: csstype0.Property.Hyphens | undefined; MozMarginEnd?: csstype0.Property.MarginInlineEnd | undefined; MozMarginStart?: csstype0.Property.MarginInlineStart | undefined; MozOrient?: csstype0.Property.MozOrient | undefined; MozOsxFontSmoothing?: csstype0.Property.FontSmooth | undefined; MozOutlineRadiusBottomleft?: csstype0.Property.MozOutlineRadiusBottomleft | undefined; MozOutlineRadiusBottomright?: csstype0.Property.MozOutlineRadiusBottomright | undefined; MozOutlineRadiusTopleft?: csstype0.Property.MozOutlineRadiusTopleft | undefined; MozOutlineRadiusTopright?: csstype0.Property.MozOutlineRadiusTopright | undefined; MozPaddingEnd?: csstype0.Property.PaddingInlineEnd | undefined; MozPaddingStart?: csstype0.Property.PaddingInlineStart | undefined; MozPerspective?: csstype0.Property.Perspective | undefined; MozPerspectiveOrigin?: csstype0.Property.PerspectiveOrigin | undefined; MozStackSizing?: csstype0.Property.MozStackSizing | undefined; MozTabSize?: csstype0.Property.TabSize | undefined; MozTextBlink?: csstype0.Property.MozTextBlink | undefined; MozTextSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined; MozTransform?: csstype0.Property.Transform | undefined; MozTransformOrigin?: csstype0.Property.TransformOrigin | undefined; MozTransformStyle?: csstype0.Property.TransformStyle | undefined; MozUserModify?: csstype0.Property.MozUserModify | undefined; MozUserSelect?: csstype0.Property.UserSelect | undefined; MozWindowDragging?: csstype0.Property.MozWindowDragging | undefined; MozWindowShadow?: csstype0.Property.MozWindowShadow | undefined; msAccelerator?: csstype0.Property.MsAccelerator | undefined; msBlockProgression?: csstype0.Property.MsBlockProgression | undefined; msContentZoomChaining?: csstype0.Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: csstype0.Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: csstype0.Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: csstype0.Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: csstype0.Property.MsContentZoomSnapType | undefined; msContentZooming?: csstype0.Property.MsContentZooming | undefined; msFilter?: csstype0.Property.MsFilter | undefined; msFlexDirection?: csstype0.Property.FlexDirection | undefined; msFlexPositive?: csstype0.Property.FlexGrow | undefined; msFlowFrom?: csstype0.Property.MsFlowFrom | undefined; msFlowInto?: csstype0.Property.MsFlowInto | undefined; msGridColumns?: csstype0.Property.MsGridColumns | undefined; msGridRows?: csstype0.Property.MsGridRows | undefined; msHighContrastAdjust?: csstype0.Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: csstype0.Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: csstype0.Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: csstype0.Property.MsHyphenateLimitZone | undefined; msHyphens?: csstype0.Property.Hyphens | undefined; msImeAlign?: csstype0.Property.MsImeAlign | undefined; msLineBreak?: csstype0.Property.LineBreak | undefined; msOrder?: csstype0.Property.Order | undefined; msOverflowStyle?: csstype0.Property.MsOverflowStyle | undefined; msOverflowX?: csstype0.Property.OverflowX | undefined; msOverflowY?: csstype0.Property.OverflowY | undefined; msScrollChaining?: csstype0.Property.MsScrollChaining | undefined; msScrollLimitXMax?: csstype0.Property.MsScrollLimitXMax | undefined; msScrollLimitXMin?: csstype0.Property.MsScrollLimitXMin | undefined; msScrollLimitYMax?: csstype0.Property.MsScrollLimitYMax | undefined; msScrollLimitYMin?: csstype0.Property.MsScrollLimitYMin | undefined; msScrollRails?: csstype0.Property.MsScrollRails | undefined; msScrollSnapPointsX?: csstype0.Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: csstype0.Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: csstype0.Property.MsScrollSnapType | undefined; msScrollTranslation?: csstype0.Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: csstype0.Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: csstype0.Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: csstype0.Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: csstype0.Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: csstype0.Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: csstype0.Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: csstype0.Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: csstype0.Property.MsScrollbarTrackColor | undefined; msTextAutospace?: csstype0.Property.MsTextAutospace | undefined; msTextCombineHorizontal?: csstype0.Property.TextCombineUpright | undefined; msTextOverflow?: csstype0.Property.TextOverflow | undefined; msTouchAction?: csstype0.Property.TouchAction | undefined; msTouchSelect?: csstype0.Property.MsTouchSelect | undefined; msTransform?: csstype0.Property.Transform | undefined; msTransformOrigin?: csstype0.Property.TransformOrigin | undefined; msTransitionDelay?: csstype0.Property.TransitionDelay | undefined; msTransitionDuration?: csstype0.Property.TransitionDuration | undefined; msTransitionProperty?: csstype0.Property.TransitionProperty | undefined; msTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; msUserSelect?: csstype0.Property.MsUserSelect | undefined; msWordBreak?: csstype0.Property.WordBreak | undefined; msWrapFlow?: csstype0.Property.MsWrapFlow | undefined; msWrapMargin?: csstype0.Property.MsWrapMargin | undefined; msWrapThrough?: csstype0.Property.MsWrapThrough | undefined; msWritingMode?: csstype0.Property.WritingMode | undefined; WebkitAlignContent?: csstype0.Property.AlignContent | undefined; WebkitAlignItems?: csstype0.Property.AlignItems | undefined; WebkitAlignSelf?: csstype0.Property.AlignSelf | undefined; WebkitAnimationDelay?: csstype0.Property.AnimationDelay | undefined; WebkitAnimationDirection?: csstype0.Property.AnimationDirection | undefined; WebkitAnimationDuration?: csstype0.Property.AnimationDuration | undefined; WebkitAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; WebkitAnimationName?: csstype0.Property.AnimationName | undefined; WebkitAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; WebkitAppearance?: csstype0.Property.WebkitAppearance | undefined; WebkitBackdropFilter?: csstype0.Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: csstype0.Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: csstype0.Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: csstype0.Property.BackgroundSize | undefined; WebkitBorderBeforeColor?: csstype0.Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: csstype0.Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: csstype0.Property.WebkitBorderBeforeWidth | undefined; WebkitBorderBottomLeftRadius?: csstype0.Property.BorderBottomLeftRadius | undefined; WebkitBorderBottomRightRadius?: csstype0.Property.BorderBottomRightRadius | undefined; WebkitBorderImageSlice?: csstype0.Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: csstype0.Property.BorderTopLeftRadius | undefined; WebkitBorderTopRightRadius?: csstype0.Property.BorderTopRightRadius | undefined; WebkitBoxDecorationBreak?: csstype0.Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: csstype0.Property.WebkitBoxReflect | undefined; WebkitBoxShadow?: csstype0.Property.BoxShadow | undefined; WebkitBoxSizing?: csstype0.Property.BoxSizing | undefined; WebkitClipPath?: csstype0.Property.ClipPath | undefined; WebkitColumnCount?: csstype0.Property.ColumnCount | undefined; WebkitColumnFill?: csstype0.Property.ColumnFill | undefined; WebkitColumnRuleColor?: csstype0.Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: csstype0.Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: csstype0.Property.ColumnRuleWidth | undefined; WebkitColumnSpan?: csstype0.Property.ColumnSpan | undefined; WebkitColumnWidth?: csstype0.Property.ColumnWidth | undefined; WebkitFilter?: csstype0.Property.Filter | undefined; WebkitFlexBasis?: csstype0.Property.FlexBasis | undefined; WebkitFlexDirection?: csstype0.Property.FlexDirection | undefined; WebkitFlexGrow?: csstype0.Property.FlexGrow | undefined; WebkitFlexShrink?: csstype0.Property.FlexShrink | undefined; WebkitFlexWrap?: csstype0.Property.FlexWrap | undefined; WebkitFontFeatureSettings?: csstype0.Property.FontFeatureSettings | undefined; WebkitFontKerning?: csstype0.Property.FontKerning | undefined; WebkitFontSmoothing?: csstype0.Property.FontSmooth | undefined; WebkitFontVariantLigatures?: csstype0.Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: csstype0.Property.HyphenateCharacter | undefined; WebkitHyphens?: csstype0.Property.Hyphens | undefined; WebkitInitialLetter?: csstype0.Property.InitialLetter | undefined; WebkitJustifyContent?: csstype0.Property.JustifyContent | undefined; WebkitLineBreak?: csstype0.Property.LineBreak | undefined; WebkitLineClamp?: csstype0.Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: csstype0.Property.BlockSize | undefined; WebkitLogicalWidth?: csstype0.Property.InlineSize | undefined; WebkitMarginEnd?: csstype0.Property.MarginInlineEnd | undefined; WebkitMarginStart?: csstype0.Property.MarginInlineStart | undefined; WebkitMaskAttachment?: csstype0.Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: csstype0.Property.MaskBorderOutset | undefined; WebkitMaskBoxImageRepeat?: csstype0.Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: csstype0.Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: csstype0.Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: csstype0.Property.MaskBorderWidth | undefined; WebkitMaskClip?: csstype0.Property.WebkitMaskClip | undefined; WebkitMaskComposite?: csstype0.Property.WebkitMaskComposite | undefined; WebkitMaskImage?: csstype0.Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: csstype0.Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: csstype0.Property.WebkitMaskPosition | undefined; WebkitMaskPositionX?: csstype0.Property.WebkitMaskPositionX | undefined; WebkitMaskPositionY?: csstype0.Property.WebkitMaskPositionY | undefined; WebkitMaskRepeat?: csstype0.Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: csstype0.Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: csstype0.Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: csstype0.Property.WebkitMaskSize | undefined; WebkitMaxInlineSize?: csstype0.Property.MaxInlineSize | undefined; WebkitOrder?: csstype0.Property.Order | undefined; WebkitOverflowScrolling?: csstype0.Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: csstype0.Property.PaddingInlineEnd | undefined; WebkitPaddingStart?: csstype0.Property.PaddingInlineStart | undefined; WebkitPerspective?: csstype0.Property.Perspective | undefined; WebkitPerspectiveOrigin?: csstype0.Property.PerspectiveOrigin | undefined; WebkitPrintColorAdjust?: csstype0.Property.PrintColorAdjust | undefined; WebkitRubyPosition?: csstype0.Property.RubyPosition | undefined; WebkitScrollSnapType?: csstype0.Property.ScrollSnapType | undefined; WebkitShapeMargin?: csstype0.Property.ShapeMargin | undefined; WebkitTapHighlightColor?: csstype0.Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: csstype0.Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: csstype0.Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: csstype0.Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: csstype0.Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: csstype0.Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: csstype0.Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: csstype0.Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: csstype0.Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: csstype0.Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: csstype0.Property.TextOrientation | undefined; WebkitTextSizeAdjust?: csstype0.Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: csstype0.Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: csstype0.Property.WebkitTextStrokeWidth | undefined; WebkitTextUnderlinePosition?: csstype0.Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: csstype0.Property.WebkitTouchCallout | undefined; WebkitTransform?: csstype0.Property.Transform | undefined; WebkitTransformOrigin?: csstype0.Property.TransformOrigin | undefined; WebkitTransformStyle?: csstype0.Property.TransformStyle | undefined; WebkitTransitionDelay?: csstype0.Property.TransitionDelay | undefined; WebkitTransitionDuration?: csstype0.Property.TransitionDuration | undefined; WebkitTransitionProperty?: csstype0.Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; WebkitUserModify?: csstype0.Property.WebkitUserModify | undefined; WebkitUserSelect?: csstype0.Property.WebkitUserSelect | undefined; WebkitWritingMode?: csstype0.Property.WritingMode | undefined; MozAnimation?: csstype0.Property.Animation | undefined; MozBorderImage?: csstype0.Property.BorderImage | undefined; MozColumnRule?: csstype0.Property.ColumnRule | undefined; MozColumns?: csstype0.Property.Columns | undefined; MozOutlineRadius?: csstype0.Property.MozOutlineRadius | undefined; MozTransition?: csstype0.Property.Transition | undefined; msContentZoomLimit?: csstype0.Property.MsContentZoomLimit | undefined; msContentZoomSnap?: csstype0.Property.MsContentZoomSnap | undefined; msFlex?: csstype0.Property.Flex | undefined; msScrollLimit?: csstype0.Property.MsScrollLimit | undefined; msScrollSnapX?: csstype0.Property.MsScrollSnapX | undefined; msScrollSnapY?: csstype0.Property.MsScrollSnapY | undefined; msTransition?: csstype0.Property.Transition | undefined; WebkitAnimation?: csstype0.Property.Animation | undefined; WebkitBorderBefore?: csstype0.Property.WebkitBorderBefore | undefined; WebkitBorderImage?: csstype0.Property.BorderImage | undefined; WebkitBorderRadius?: csstype0.Property.BorderRadius | undefined; WebkitColumnRule?: csstype0.Property.ColumnRule | undefined; WebkitColumns?: csstype0.Property.Columns | undefined; WebkitFlex?: csstype0.Property.Flex | undefined; WebkitFlexFlow?: csstype0.Property.FlexFlow | undefined; WebkitMask?: csstype0.Property.WebkitMask | undefined; WebkitMaskBoxImage?: csstype0.Property.MaskBorder | undefined; WebkitTextEmphasis?: csstype0.Property.TextEmphasis | undefined; WebkitTextStroke?: csstype0.Property.WebkitTextStroke | undefined; WebkitTransition?: csstype0.Property.Transition | undefined; boxAlign?: csstype0.Property.BoxAlign | undefined; boxDirection?: csstype0.Property.BoxDirection | undefined; boxFlex?: csstype0.Property.BoxFlex | undefined; boxFlexGroup?: csstype0.Property.BoxFlexGroup | undefined; boxLines?: csstype0.Property.BoxLines | undefined; boxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; boxOrient?: csstype0.Property.BoxOrient | undefined; boxPack?: csstype0.Property.BoxPack | undefined; clip?: csstype0.Property.Clip | undefined; fontStretch?: csstype0.Property.FontStretch | undefined; gridColumnGap?: csstype0.Property.GridColumnGap | undefined; gridGap?: csstype0.Property.GridGap | undefined; gridRowGap?: csstype0.Property.GridRowGap | undefined; imeMode?: csstype0.Property.ImeMode | undefined; insetArea?: csstype0.Property.PositionArea | undefined; offsetBlock?: csstype0.Property.InsetBlock | undefined; offsetBlockEnd?: csstype0.Property.InsetBlockEnd | undefined; offsetBlockStart?: csstype0.Property.InsetBlockStart | undefined; offsetInline?: csstype0.Property.InsetInline | undefined; offsetInlineEnd?: csstype0.Property.InsetInlineEnd | undefined; offsetInlineStart?: csstype0.Property.InsetInlineStart | undefined; pageBreakAfter?: csstype0.Property.PageBreakAfter | undefined; pageBreakBefore?: csstype0.Property.PageBreakBefore | undefined; pageBreakInside?: csstype0.Property.PageBreakInside | undefined; positionTryOptions?: csstype0.Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: csstype0.Property.ScrollSnapCoordinate | undefined; scrollSnapDestination?: csstype0.Property.ScrollSnapDestination | undefined; scrollSnapPointsX?: csstype0.Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: csstype0.Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: csstype0.Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: csstype0.Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: csstype0.Property.BoxAlign | undefined; KhtmlBoxDirection?: csstype0.Property.BoxDirection | undefined; KhtmlBoxFlex?: csstype0.Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: csstype0.Property.BoxFlexGroup | undefined; KhtmlBoxLines?: csstype0.Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: csstype0.Property.BoxOrient | undefined; KhtmlBoxPack?: csstype0.Property.BoxPack | undefined; KhtmlLineBreak?: csstype0.Property.LineBreak | undefined; KhtmlOpacity?: csstype0.Property.Opacity | undefined; KhtmlUserSelect?: csstype0.Property.UserSelect | undefined; MozBackgroundClip?: csstype0.Property.BackgroundClip | undefined; MozBackgroundOrigin?: csstype0.Property.BackgroundOrigin | undefined; MozBackgroundSize?: csstype0.Property.BackgroundSize | undefined; MozBorderRadius?: csstype0.Property.BorderRadius | undefined; MozBorderRadiusBottomleft?: csstype0.Property.BorderBottomLeftRadius | undefined; MozBorderRadiusBottomright?: csstype0.Property.BorderBottomRightRadius | undefined; MozBorderRadiusTopleft?: csstype0.Property.BorderTopLeftRadius | undefined; MozBorderRadiusTopright?: csstype0.Property.BorderTopRightRadius | undefined; MozBoxAlign?: csstype0.Property.BoxAlign | undefined; MozBoxDirection?: csstype0.Property.BoxDirection | undefined; MozBoxFlex?: csstype0.Property.BoxFlex | undefined; MozBoxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; MozBoxOrient?: csstype0.Property.BoxOrient | undefined; MozBoxPack?: csstype0.Property.BoxPack | undefined; MozBoxShadow?: csstype0.Property.BoxShadow | undefined; MozColumnCount?: csstype0.Property.ColumnCount | undefined; MozColumnFill?: csstype0.Property.ColumnFill | undefined; MozFloatEdge?: csstype0.Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: csstype0.Property.MozForceBrokenImageIcon | undefined; MozOpacity?: csstype0.Property.Opacity | undefined; MozOutline?: csstype0.Property.Outline | undefined; MozOutlineColor?: csstype0.Property.OutlineColor | undefined; MozOutlineStyle?: csstype0.Property.OutlineStyle | undefined; MozOutlineWidth?: csstype0.Property.OutlineWidth | undefined; MozTextAlignLast?: csstype0.Property.TextAlignLast | undefined; MozTextDecorationColor?: csstype0.Property.TextDecorationColor | undefined; MozTextDecorationLine?: csstype0.Property.TextDecorationLine | undefined; MozTextDecorationStyle?: csstype0.Property.TextDecorationStyle | undefined; MozTransitionDelay?: csstype0.Property.TransitionDelay | undefined; MozTransitionDuration?: csstype0.Property.TransitionDuration | undefined; MozTransitionProperty?: csstype0.Property.TransitionProperty | undefined; MozTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; MozUserFocus?: csstype0.Property.MozUserFocus | undefined; MozUserInput?: csstype0.Property.MozUserInput | undefined; msImeMode?: csstype0.Property.ImeMode | undefined; OAnimation?: csstype0.Property.Animation | undefined; OAnimationDelay?: csstype0.Property.AnimationDelay | undefined; OAnimationDirection?: csstype0.Property.AnimationDirection | undefined; OAnimationDuration?: csstype0.Property.AnimationDuration | undefined; OAnimationFillMode?: csstype0.Property.AnimationFillMode | undefined; OAnimationIterationCount?: csstype0.Property.AnimationIterationCount | undefined; OAnimationName?: csstype0.Property.AnimationName | undefined; OAnimationPlayState?: csstype0.Property.AnimationPlayState | undefined; OAnimationTimingFunction?: csstype0.Property.AnimationTimingFunction | undefined; OBackgroundSize?: csstype0.Property.BackgroundSize | undefined; OBorderImage?: csstype0.Property.BorderImage | undefined; OObjectFit?: csstype0.Property.ObjectFit | undefined; OObjectPosition?: csstype0.Property.ObjectPosition | undefined; OTabSize?: csstype0.Property.TabSize | undefined; OTextOverflow?: csstype0.Property.TextOverflow | undefined; OTransform?: csstype0.Property.Transform | undefined; OTransformOrigin?: csstype0.Property.TransformOrigin | undefined; OTransition?: csstype0.Property.Transition | undefined; OTransitionDelay?: csstype0.Property.TransitionDelay | undefined; OTransitionDuration?: csstype0.Property.TransitionDuration | undefined; OTransitionProperty?: csstype0.Property.TransitionProperty | undefined; OTransitionTimingFunction?: csstype0.Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: csstype0.Property.BoxAlign | undefined; WebkitBoxDirection?: csstype0.Property.BoxDirection | undefined; WebkitBoxFlex?: csstype0.Property.BoxFlex | undefined; WebkitBoxFlexGroup?: csstype0.Property.BoxFlexGroup | undefined; WebkitBoxLines?: csstype0.Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: csstype0.Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: csstype0.Property.BoxOrient | undefined; WebkitBoxPack?: csstype0.Property.BoxPack | undefined; colorInterpolation?: csstype0.Property.ColorInterpolation | undefined; colorRendering?: csstype0.Property.ColorRendering | undefined; glyphOrientationVertical?: csstype0.Property.GlyphOrientationVertical | undefined; "accent-color"?: csstype0.Property.AccentColor | undefined; "align-content"?: csstype0.Property.AlignContent | undefined; "align-items"?: csstype0.Property.AlignItems | undefined; "align-self"?: csstype0.Property.AlignSelf | undefined; "align-tracks"?: csstype0.Property.AlignTracks | undefined; "alignment-baseline"?: csstype0.Property.AlignmentBaseline | undefined; "anchor-name"?: csstype0.Property.AnchorName | undefined; "anchor-scope"?: csstype0.Property.AnchorScope | undefined; "animation-composition"?: csstype0.Property.AnimationComposition | undefined; "animation-delay"?: csstype0.Property.AnimationDelay | undefined; "animation-direction"?: csstype0.Property.AnimationDirection | undefined; "animation-duration"?: csstype0.Property.AnimationDuration | undefined; "animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "animation-name"?: csstype0.Property.AnimationName | undefined; "animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "animation-range-end"?: csstype0.Property.AnimationRangeEnd | undefined; "animation-range-start"?: csstype0.Property.AnimationRangeStart | undefined; "animation-timeline"?: csstype0.Property.AnimationTimeline | undefined; "animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "aspect-ratio"?: csstype0.Property.AspectRatio | undefined; "backdrop-filter"?: csstype0.Property.BackdropFilter | undefined; "backface-visibility"?: csstype0.Property.BackfaceVisibility | undefined; "background-attachment"?: csstype0.Property.BackgroundAttachment | undefined; "background-blend-mode"?: csstype0.Property.BackgroundBlendMode | undefined; "background-clip"?: csstype0.Property.BackgroundClip | undefined; "background-color"?: csstype0.Property.BackgroundColor | undefined; "background-image"?: csstype0.Property.BackgroundImage | undefined; "background-origin"?: csstype0.Property.BackgroundOrigin | undefined; "background-position-x"?: csstype0.Property.BackgroundPositionX | undefined; "background-position-y"?: csstype0.Property.BackgroundPositionY | undefined; "background-repeat"?: csstype0.Property.BackgroundRepeat | undefined; "background-size"?: csstype0.Property.BackgroundSize | undefined; "baseline-shift"?: csstype0.Property.BaselineShift | undefined; "block-size"?: csstype0.Property.BlockSize | undefined; "border-block-end-color"?: csstype0.Property.BorderBlockEndColor | undefined; "border-block-end-style"?: csstype0.Property.BorderBlockEndStyle | undefined; "border-block-end-width"?: csstype0.Property.BorderBlockEndWidth | undefined; "border-block-start-color"?: csstype0.Property.BorderBlockStartColor | undefined; "border-block-start-style"?: csstype0.Property.BorderBlockStartStyle | undefined; "border-block-start-width"?: csstype0.Property.BorderBlockStartWidth | undefined; "border-bottom-color"?: csstype0.Property.BorderBottomColor | undefined; "border-bottom-left-radius"?: csstype0.Property.BorderBottomLeftRadius | undefined; "border-bottom-right-radius"?: csstype0.Property.BorderBottomRightRadius | undefined; "border-bottom-style"?: csstype0.Property.BorderBottomStyle | undefined; "border-bottom-width"?: csstype0.Property.BorderBottomWidth | undefined; "border-collapse"?: csstype0.Property.BorderCollapse | undefined; "border-end-end-radius"?: csstype0.Property.BorderEndEndRadius | undefined; "border-end-start-radius"?: csstype0.Property.BorderEndStartRadius | undefined; "border-image-outset"?: csstype0.Property.BorderImageOutset | undefined; "border-image-repeat"?: csstype0.Property.BorderImageRepeat | undefined; "border-image-slice"?: csstype0.Property.BorderImageSlice | undefined; "border-image-source"?: csstype0.Property.BorderImageSource | undefined; "border-image-width"?: csstype0.Property.BorderImageWidth | undefined; "border-inline-end-color"?: csstype0.Property.BorderInlineEndColor | undefined; "border-inline-end-style"?: csstype0.Property.BorderInlineEndStyle | undefined; "border-inline-end-width"?: csstype0.Property.BorderInlineEndWidth | undefined; "border-inline-start-color"?: csstype0.Property.BorderInlineStartColor | undefined; "border-inline-start-style"?: csstype0.Property.BorderInlineStartStyle | undefined; "border-inline-start-width"?: csstype0.Property.BorderInlineStartWidth | undefined; "border-left-color"?: csstype0.Property.BorderLeftColor | undefined; "border-left-style"?: csstype0.Property.BorderLeftStyle | undefined; "border-left-width"?: csstype0.Property.BorderLeftWidth | undefined; "border-right-color"?: csstype0.Property.BorderRightColor | undefined; "border-right-style"?: csstype0.Property.BorderRightStyle | undefined; "border-right-width"?: csstype0.Property.BorderRightWidth | undefined; "border-spacing"?: csstype0.Property.BorderSpacing | undefined; "border-start-end-radius"?: csstype0.Property.BorderStartEndRadius | undefined; "border-start-start-radius"?: csstype0.Property.BorderStartStartRadius | undefined; "border-top-color"?: csstype0.Property.BorderTopColor | undefined; "border-top-left-radius"?: csstype0.Property.BorderTopLeftRadius | undefined; "border-top-right-radius"?: csstype0.Property.BorderTopRightRadius | undefined; "border-top-style"?: csstype0.Property.BorderTopStyle | undefined; "border-top-width"?: csstype0.Property.BorderTopWidth | undefined; "box-decoration-break"?: csstype0.Property.BoxDecorationBreak | undefined; "box-shadow"?: csstype0.Property.BoxShadow | undefined; "box-sizing"?: csstype0.Property.BoxSizing | undefined; "break-after"?: csstype0.Property.BreakAfter | undefined; "break-before"?: csstype0.Property.BreakBefore | undefined; "break-inside"?: csstype0.Property.BreakInside | undefined; "caption-side"?: csstype0.Property.CaptionSide | undefined; "caret-color"?: csstype0.Property.CaretColor | undefined; "caret-shape"?: csstype0.Property.CaretShape | undefined; "clip-path"?: csstype0.Property.ClipPath | undefined; "clip-rule"?: csstype0.Property.ClipRule | undefined; "color-adjust"?: csstype0.Property.PrintColorAdjust | undefined; "color-interpolation-filters"?: csstype0.Property.ColorInterpolationFilters | undefined; "color-scheme"?: csstype0.Property.ColorScheme | undefined; "column-count"?: csstype0.Property.ColumnCount | undefined; "column-fill"?: csstype0.Property.ColumnFill | undefined; "column-gap"?: csstype0.Property.ColumnGap | undefined; "column-rule-color"?: csstype0.Property.ColumnRuleColor | undefined; "column-rule-style"?: csstype0.Property.ColumnRuleStyle | undefined; "column-rule-width"?: csstype0.Property.ColumnRuleWidth | undefined; "column-span"?: csstype0.Property.ColumnSpan | undefined; "column-width"?: csstype0.Property.ColumnWidth | undefined; "contain-intrinsic-block-size"?: csstype0.Property.ContainIntrinsicBlockSize | undefined; "contain-intrinsic-height"?: csstype0.Property.ContainIntrinsicHeight | undefined; "contain-intrinsic-inline-size"?: csstype0.Property.ContainIntrinsicInlineSize | undefined; "contain-intrinsic-width"?: csstype0.Property.ContainIntrinsicWidth | undefined; "container-name"?: csstype0.Property.ContainerName | undefined; "container-type"?: csstype0.Property.ContainerType | undefined; "content-visibility"?: csstype0.Property.ContentVisibility | undefined; "counter-increment"?: csstype0.Property.CounterIncrement | undefined; "counter-reset"?: csstype0.Property.CounterReset | undefined; "counter-set"?: csstype0.Property.CounterSet | undefined; "dominant-baseline"?: csstype0.Property.DominantBaseline | undefined; "empty-cells"?: csstype0.Property.EmptyCells | undefined; "field-sizing"?: csstype0.Property.FieldSizing | undefined; "fill-opacity"?: csstype0.Property.FillOpacity | undefined; "fill-rule"?: csstype0.Property.FillRule | undefined; "flex-basis"?: csstype0.Property.FlexBasis | undefined; "flex-direction"?: csstype0.Property.FlexDirection | undefined; "flex-grow"?: csstype0.Property.FlexGrow | undefined; "flex-shrink"?: csstype0.Property.FlexShrink | undefined; "flex-wrap"?: csstype0.Property.FlexWrap | undefined; "flood-color"?: csstype0.Property.FloodColor | undefined; "flood-opacity"?: csstype0.Property.FloodOpacity | undefined; "font-family"?: csstype0.Property.FontFamily | undefined; "font-feature-settings"?: csstype0.Property.FontFeatureSettings | undefined; "font-kerning"?: csstype0.Property.FontKerning | undefined; "font-language-override"?: csstype0.Property.FontLanguageOverride | undefined; "font-optical-sizing"?: csstype0.Property.FontOpticalSizing | undefined; "font-palette"?: csstype0.Property.FontPalette | undefined; "font-size"?: csstype0.Property.FontSize | undefined; "font-size-adjust"?: csstype0.Property.FontSizeAdjust | undefined; "font-smooth"?: csstype0.Property.FontSmooth | undefined; "font-style"?: csstype0.Property.FontStyle | undefined; "font-synthesis"?: csstype0.Property.FontSynthesis | undefined; "font-synthesis-position"?: csstype0.Property.FontSynthesisPosition | undefined; "font-synthesis-small-caps"?: csstype0.Property.FontSynthesisSmallCaps | undefined; "font-synthesis-style"?: csstype0.Property.FontSynthesisStyle | undefined; "font-synthesis-weight"?: csstype0.Property.FontSynthesisWeight | undefined; "font-variant"?: csstype0.Property.FontVariant | undefined; "font-variant-alternates"?: csstype0.Property.FontVariantAlternates | undefined; "font-variant-caps"?: csstype0.Property.FontVariantCaps | undefined; "font-variant-east-asian"?: csstype0.Property.FontVariantEastAsian | undefined; "font-variant-emoji"?: csstype0.Property.FontVariantEmoji | undefined; "font-variant-ligatures"?: csstype0.Property.FontVariantLigatures | undefined; "font-variant-numeric"?: csstype0.Property.FontVariantNumeric | undefined; "font-variant-position"?: csstype0.Property.FontVariantPosition | undefined; "font-variation-settings"?: csstype0.Property.FontVariationSettings | undefined; "font-weight"?: csstype0.Property.FontWeight | undefined; "font-width"?: csstype0.Property.FontWidth | undefined; "forced-color-adjust"?: csstype0.Property.ForcedColorAdjust | undefined; "grid-auto-columns"?: csstype0.Property.GridAutoColumns | undefined; "grid-auto-flow"?: csstype0.Property.GridAutoFlow | undefined; "grid-auto-rows"?: csstype0.Property.GridAutoRows | undefined; "grid-column-end"?: csstype0.Property.GridColumnEnd | undefined; "grid-column-start"?: csstype0.Property.GridColumnStart | undefined; "grid-row-end"?: csstype0.Property.GridRowEnd | undefined; "grid-row-start"?: csstype0.Property.GridRowStart | undefined; "grid-template-areas"?: csstype0.Property.GridTemplateAreas | undefined; "grid-template-columns"?: csstype0.Property.GridTemplateColumns | undefined; "grid-template-rows"?: csstype0.Property.GridTemplateRows | undefined; "hanging-punctuation"?: csstype0.Property.HangingPunctuation | undefined; "hyphenate-character"?: csstype0.Property.HyphenateCharacter | undefined; "hyphenate-limit-chars"?: csstype0.Property.HyphenateLimitChars | undefined; "image-orientation"?: csstype0.Property.ImageOrientation | undefined; "image-rendering"?: csstype0.Property.ImageRendering | undefined; "image-resolution"?: csstype0.Property.ImageResolution | undefined; "initial-letter"?: csstype0.Property.InitialLetter | undefined; "initial-letter-align"?: csstype0.Property.InitialLetterAlign | undefined; "inline-size"?: csstype0.Property.InlineSize | undefined; "inset-block-end"?: csstype0.Property.InsetBlockEnd | undefined; "inset-block-start"?: csstype0.Property.InsetBlockStart | undefined; "inset-inline-end"?: csstype0.Property.InsetInlineEnd | undefined; "inset-inline-start"?: csstype0.Property.InsetInlineStart | undefined; "interpolate-size"?: csstype0.Property.InterpolateSize | undefined; "justify-content"?: csstype0.Property.JustifyContent | undefined; "justify-items"?: csstype0.Property.JustifyItems | undefined; "justify-self"?: csstype0.Property.JustifySelf | undefined; "justify-tracks"?: csstype0.Property.JustifyTracks | undefined; "letter-spacing"?: csstype0.Property.LetterSpacing | undefined; "lighting-color"?: csstype0.Property.LightingColor | undefined; "line-break"?: csstype0.Property.LineBreak | undefined; "line-height"?: csstype0.Property.LineHeight | undefined; "line-height-step"?: csstype0.Property.LineHeightStep | undefined; "list-style-image"?: csstype0.Property.ListStyleImage | undefined; "list-style-position"?: csstype0.Property.ListStylePosition | undefined; "list-style-type"?: csstype0.Property.ListStyleType | undefined; "margin-block-end"?: csstype0.Property.MarginBlockEnd | undefined; "margin-block-start"?: csstype0.Property.MarginBlockStart | undefined; "margin-bottom"?: csstype0.Property.MarginBottom | undefined; "margin-inline-end"?: csstype0.Property.MarginInlineEnd | undefined; "margin-inline-start"?: csstype0.Property.MarginInlineStart | undefined; "margin-left"?: csstype0.Property.MarginLeft | undefined; "margin-right"?: csstype0.Property.MarginRight | undefined; "margin-top"?: csstype0.Property.MarginTop | undefined; "margin-trim"?: csstype0.Property.MarginTrim | undefined; "marker-end"?: csstype0.Property.MarkerEnd | undefined; "marker-mid"?: csstype0.Property.MarkerMid | undefined; "marker-start"?: csstype0.Property.MarkerStart | undefined; "mask-border-mode"?: csstype0.Property.MaskBorderMode | undefined; "mask-border-outset"?: csstype0.Property.MaskBorderOutset | undefined; "mask-border-repeat"?: csstype0.Property.MaskBorderRepeat | undefined; "mask-border-slice"?: csstype0.Property.MaskBorderSlice | undefined; "mask-border-source"?: csstype0.Property.MaskBorderSource | undefined; "mask-border-width"?: csstype0.Property.MaskBorderWidth | undefined; "mask-clip"?: csstype0.Property.MaskClip | undefined; "mask-composite"?: csstype0.Property.MaskComposite | undefined; "mask-image"?: csstype0.Property.MaskImage | undefined; "mask-mode"?: csstype0.Property.MaskMode | undefined; "mask-origin"?: csstype0.Property.MaskOrigin | undefined; "mask-position"?: csstype0.Property.MaskPosition | undefined; "mask-repeat"?: csstype0.Property.MaskRepeat | undefined; "mask-size"?: csstype0.Property.MaskSize | undefined; "mask-type"?: csstype0.Property.MaskType | undefined; "masonry-auto-flow"?: csstype0.Property.MasonryAutoFlow | undefined; "math-depth"?: csstype0.Property.MathDepth | undefined; "math-shift"?: csstype0.Property.MathShift | undefined; "math-style"?: csstype0.Property.MathStyle | undefined; "max-block-size"?: csstype0.Property.MaxBlockSize | undefined; "max-height"?: csstype0.Property.MaxHeight | undefined; "max-inline-size"?: csstype0.Property.MaxInlineSize | undefined; "max-lines"?: csstype0.Property.MaxLines | undefined; "max-width"?: csstype0.Property.MaxWidth | undefined; "min-block-size"?: csstype0.Property.MinBlockSize | undefined; "min-height"?: csstype0.Property.MinHeight | undefined; "min-inline-size"?: csstype0.Property.MinInlineSize | undefined; "min-width"?: csstype0.Property.MinWidth | undefined; "mix-blend-mode"?: csstype0.Property.MixBlendMode | undefined; "motion-distance"?: csstype0.Property.OffsetDistance | undefined; "motion-path"?: csstype0.Property.OffsetPath | undefined; "motion-rotation"?: csstype0.Property.OffsetRotate | undefined; "object-fit"?: csstype0.Property.ObjectFit | undefined; "object-position"?: csstype0.Property.ObjectPosition | undefined; "object-view-box"?: csstype0.Property.ObjectViewBox | undefined; "offset-anchor"?: csstype0.Property.OffsetAnchor | undefined; "offset-distance"?: csstype0.Property.OffsetDistance | undefined; "offset-path"?: csstype0.Property.OffsetPath | undefined; "offset-position"?: csstype0.Property.OffsetPosition | undefined; "offset-rotate"?: csstype0.Property.OffsetRotate | undefined; "offset-rotation"?: csstype0.Property.OffsetRotate | undefined; "outline-color"?: csstype0.Property.OutlineColor | undefined; "outline-offset"?: csstype0.Property.OutlineOffset | undefined; "outline-style"?: csstype0.Property.OutlineStyle | undefined; "outline-width"?: csstype0.Property.OutlineWidth | undefined; "overflow-anchor"?: csstype0.Property.OverflowAnchor | undefined; "overflow-block"?: csstype0.Property.OverflowBlock | undefined; "overflow-clip-box"?: csstype0.Property.OverflowClipBox | undefined; "overflow-clip-margin"?: csstype0.Property.OverflowClipMargin | undefined; "overflow-inline"?: csstype0.Property.OverflowInline | undefined; "overflow-wrap"?: csstype0.Property.OverflowWrap | undefined; "overflow-x"?: csstype0.Property.OverflowX | undefined; "overflow-y"?: csstype0.Property.OverflowY | undefined; "overscroll-behavior-block"?: csstype0.Property.OverscrollBehaviorBlock | undefined; "overscroll-behavior-inline"?: csstype0.Property.OverscrollBehaviorInline | undefined; "overscroll-behavior-x"?: csstype0.Property.OverscrollBehaviorX | undefined; "overscroll-behavior-y"?: csstype0.Property.OverscrollBehaviorY | undefined; "padding-block-end"?: csstype0.Property.PaddingBlockEnd | undefined; "padding-block-start"?: csstype0.Property.PaddingBlockStart | undefined; "padding-bottom"?: csstype0.Property.PaddingBottom | undefined; "padding-inline-end"?: csstype0.Property.PaddingInlineEnd | undefined; "padding-inline-start"?: csstype0.Property.PaddingInlineStart | undefined; "padding-left"?: csstype0.Property.PaddingLeft | undefined; "padding-right"?: csstype0.Property.PaddingRight | undefined; "padding-top"?: csstype0.Property.PaddingTop | undefined; "paint-order"?: csstype0.Property.PaintOrder | undefined; "perspective-origin"?: csstype0.Property.PerspectiveOrigin | undefined; "pointer-events"?: csstype0.Property.PointerEvents | undefined; "position-anchor"?: csstype0.Property.PositionAnchor | undefined; "position-area"?: csstype0.Property.PositionArea | undefined; "position-try-fallbacks"?: csstype0.Property.PositionTryFallbacks | undefined; "position-try-order"?: csstype0.Property.PositionTryOrder | undefined; "position-visibility"?: csstype0.Property.PositionVisibility | undefined; "print-color-adjust"?: csstype0.Property.PrintColorAdjust | undefined; "row-gap"?: csstype0.Property.RowGap | undefined; "ruby-align"?: csstype0.Property.RubyAlign | undefined; "ruby-merge"?: csstype0.Property.RubyMerge | undefined; "ruby-overhang"?: csstype0.Property.RubyOverhang | undefined; "ruby-position"?: csstype0.Property.RubyPosition | undefined; "scroll-behavior"?: csstype0.Property.ScrollBehavior | undefined; "scroll-initial-target"?: csstype0.Property.ScrollInitialTarget | undefined; "scroll-margin-block-end"?: csstype0.Property.ScrollMarginBlockEnd | undefined; "scroll-margin-block-start"?: csstype0.Property.ScrollMarginBlockStart | undefined; "scroll-margin-bottom"?: csstype0.Property.ScrollMarginBottom | undefined; "scroll-margin-inline-end"?: csstype0.Property.ScrollMarginInlineEnd | undefined; "scroll-margin-inline-start"?: csstype0.Property.ScrollMarginInlineStart | undefined; "scroll-margin-left"?: csstype0.Property.ScrollMarginLeft | undefined; "scroll-margin-right"?: csstype0.Property.ScrollMarginRight | undefined; "scroll-margin-top"?: csstype0.Property.ScrollMarginTop | undefined; "scroll-padding-block-end"?: csstype0.Property.ScrollPaddingBlockEnd | undefined; "scroll-padding-block-start"?: csstype0.Property.ScrollPaddingBlockStart | undefined; "scroll-padding-bottom"?: csstype0.Property.ScrollPaddingBottom | undefined; "scroll-padding-inline-end"?: csstype0.Property.ScrollPaddingInlineEnd | undefined; "scroll-padding-inline-start"?: csstype0.Property.ScrollPaddingInlineStart | undefined; "scroll-padding-left"?: csstype0.Property.ScrollPaddingLeft | undefined; "scroll-padding-right"?: csstype0.Property.ScrollPaddingRight | undefined; "scroll-padding-top"?: csstype0.Property.ScrollPaddingTop | undefined; "scroll-snap-align"?: csstype0.Property.ScrollSnapAlign | undefined; "scroll-snap-margin-bottom"?: csstype0.Property.ScrollMarginBottom | undefined; "scroll-snap-margin-left"?: csstype0.Property.ScrollMarginLeft | undefined; "scroll-snap-margin-right"?: csstype0.Property.ScrollMarginRight | undefined; "scroll-snap-margin-top"?: csstype0.Property.ScrollMarginTop | undefined; "scroll-snap-stop"?: csstype0.Property.ScrollSnapStop | undefined; "scroll-snap-type"?: csstype0.Property.ScrollSnapType | undefined; "scroll-timeline-axis"?: csstype0.Property.ScrollTimelineAxis | undefined; "scroll-timeline-name"?: csstype0.Property.ScrollTimelineName | undefined; "scrollbar-color"?: csstype0.Property.ScrollbarColor | undefined; "scrollbar-gutter"?: csstype0.Property.ScrollbarGutter | undefined; "scrollbar-width"?: csstype0.Property.ScrollbarWidth | undefined; "shape-image-threshold"?: csstype0.Property.ShapeImageThreshold | undefined; "shape-margin"?: csstype0.Property.ShapeMargin | undefined; "shape-outside"?: csstype0.Property.ShapeOutside | undefined; "shape-rendering"?: csstype0.Property.ShapeRendering | undefined; "speak-as"?: csstype0.Property.SpeakAs | undefined; "stop-color"?: csstype0.Property.StopColor | undefined; "stop-opacity"?: csstype0.Property.StopOpacity | undefined; "stroke-color"?: csstype0.Property.StrokeColor | undefined; "stroke-dasharray"?: csstype0.Property.StrokeDasharray | undefined; "stroke-dashoffset"?: csstype0.Property.StrokeDashoffset | undefined; "stroke-linecap"?: csstype0.Property.StrokeLinecap | undefined; "stroke-linejoin"?: csstype0.Property.StrokeLinejoin | undefined; "stroke-miterlimit"?: csstype0.Property.StrokeMiterlimit | undefined; "stroke-opacity"?: csstype0.Property.StrokeOpacity | undefined; "stroke-width"?: csstype0.Property.StrokeWidth | undefined; "tab-size"?: csstype0.Property.TabSize | undefined; "table-layout"?: csstype0.Property.TableLayout | undefined; "text-align"?: csstype0.Property.TextAlign | undefined; "text-align-last"?: csstype0.Property.TextAlignLast | undefined; "text-anchor"?: csstype0.Property.TextAnchor | undefined; "text-autospace"?: csstype0.Property.TextAutospace | undefined; "text-box"?: csstype0.Property.TextBox | undefined; "text-box-edge"?: csstype0.Property.TextBoxEdge | undefined; "text-box-trim"?: csstype0.Property.TextBoxTrim | undefined; "text-combine-upright"?: csstype0.Property.TextCombineUpright | undefined; "text-decoration-color"?: csstype0.Property.TextDecorationColor | undefined; "text-decoration-line"?: csstype0.Property.TextDecorationLine | undefined; "text-decoration-skip"?: csstype0.Property.TextDecorationSkip | undefined; "text-decoration-skip-ink"?: csstype0.Property.TextDecorationSkipInk | undefined; "text-decoration-style"?: csstype0.Property.TextDecorationStyle | undefined; "text-decoration-thickness"?: csstype0.Property.TextDecorationThickness | undefined; "text-emphasis-color"?: csstype0.Property.TextEmphasisColor | undefined; "text-emphasis-position"?: csstype0.Property.TextEmphasisPosition | undefined; "text-emphasis-style"?: csstype0.Property.TextEmphasisStyle | undefined; "text-indent"?: csstype0.Property.TextIndent | undefined; "text-justify"?: csstype0.Property.TextJustify | undefined; "text-orientation"?: csstype0.Property.TextOrientation | undefined; "text-overflow"?: csstype0.Property.TextOverflow | undefined; "text-rendering"?: csstype0.Property.TextRendering | undefined; "text-shadow"?: csstype0.Property.TextShadow | undefined; "text-size-adjust"?: csstype0.Property.TextSizeAdjust | undefined; "text-spacing-trim"?: csstype0.Property.TextSpacingTrim | undefined; "text-transform"?: csstype0.Property.TextTransform | undefined; "text-underline-offset"?: csstype0.Property.TextUnderlineOffset | undefined; "text-underline-position"?: csstype0.Property.TextUnderlinePosition | undefined; "text-wrap-mode"?: csstype0.Property.TextWrapMode | undefined; "text-wrap-style"?: csstype0.Property.TextWrapStyle | undefined; "timeline-scope"?: csstype0.Property.TimelineScope | undefined; "touch-action"?: csstype0.Property.TouchAction | undefined; "transform-box"?: csstype0.Property.TransformBox | undefined; "transform-origin"?: csstype0.Property.TransformOrigin | undefined; "transform-style"?: csstype0.Property.TransformStyle | undefined; "transition-behavior"?: csstype0.Property.TransitionBehavior | undefined; "transition-delay"?: csstype0.Property.TransitionDelay | undefined; "transition-duration"?: csstype0.Property.TransitionDuration | undefined; "transition-property"?: csstype0.Property.TransitionProperty | undefined; "transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "unicode-bidi"?: csstype0.Property.UnicodeBidi | undefined; "user-select"?: csstype0.Property.UserSelect | undefined; "vector-effect"?: csstype0.Property.VectorEffect | undefined; "vertical-align"?: csstype0.Property.VerticalAlign | undefined; "view-timeline-axis"?: csstype0.Property.ViewTimelineAxis | undefined; "view-timeline-inset"?: csstype0.Property.ViewTimelineInset | undefined; "view-timeline-name"?: csstype0.Property.ViewTimelineName | undefined; "view-transition-class"?: csstype0.Property.ViewTransitionClass | undefined; "view-transition-name"?: csstype0.Property.ViewTransitionName | undefined; "white-space"?: csstype0.Property.WhiteSpace | undefined; "white-space-collapse"?: csstype0.Property.WhiteSpaceCollapse | undefined; "will-change"?: csstype0.Property.WillChange | undefined; "word-break"?: csstype0.Property.WordBreak | undefined; "word-spacing"?: csstype0.Property.WordSpacing | undefined; "word-wrap"?: csstype0.Property.WordWrap | undefined; "writing-mode"?: csstype0.Property.WritingMode | undefined; "z-index"?: csstype0.Property.ZIndex | undefined; "animation-range"?: csstype0.Property.AnimationRange | undefined; "background-position"?: csstype0.Property.BackgroundPosition | undefined; "border-block"?: csstype0.Property.BorderBlock | undefined; "border-block-color"?: csstype0.Property.BorderBlockColor | undefined; "border-block-end"?: csstype0.Property.BorderBlockEnd | undefined; "border-block-start"?: csstype0.Property.BorderBlockStart | undefined; "border-block-style"?: csstype0.Property.BorderBlockStyle | undefined; "border-block-width"?: csstype0.Property.BorderBlockWidth | undefined; "border-bottom"?: csstype0.Property.BorderBottom | undefined; "border-color"?: csstype0.Property.BorderColor | undefined; "border-image"?: csstype0.Property.BorderImage | undefined; "border-inline"?: csstype0.Property.BorderInline | undefined; "border-inline-color"?: csstype0.Property.BorderInlineColor | undefined; "border-inline-end"?: csstype0.Property.BorderInlineEnd | undefined; "border-inline-start"?: csstype0.Property.BorderInlineStart | undefined; "border-inline-style"?: csstype0.Property.BorderInlineStyle | undefined; "border-inline-width"?: csstype0.Property.BorderInlineWidth | undefined; "border-left"?: csstype0.Property.BorderLeft | undefined; "border-radius"?: csstype0.Property.BorderRadius | undefined; "border-right"?: csstype0.Property.BorderRight | undefined; "border-style"?: csstype0.Property.BorderStyle | undefined; "border-top"?: csstype0.Property.BorderTop | undefined; "border-width"?: csstype0.Property.BorderWidth | undefined; "column-rule"?: csstype0.Property.ColumnRule | undefined; "contain-intrinsic-size"?: csstype0.Property.ContainIntrinsicSize | undefined; "flex-flow"?: csstype0.Property.FlexFlow | undefined; "grid-area"?: csstype0.Property.GridArea | undefined; "grid-column"?: csstype0.Property.GridColumn | undefined; "grid-row"?: csstype0.Property.GridRow | undefined; "grid-template"?: csstype0.Property.GridTemplate | undefined; "inset-block"?: csstype0.Property.InsetBlock | undefined; "inset-inline"?: csstype0.Property.InsetInline | undefined; "line-clamp"?: csstype0.Property.LineClamp | undefined; "list-style"?: csstype0.Property.ListStyle | undefined; "margin-block"?: csstype0.Property.MarginBlock | undefined; "margin-inline"?: csstype0.Property.MarginInline | undefined; "mask-border"?: csstype0.Property.MaskBorder | undefined; "overscroll-behavior"?: csstype0.Property.OverscrollBehavior | undefined; "padding-block"?: csstype0.Property.PaddingBlock | undefined; "padding-inline"?: csstype0.Property.PaddingInline | undefined; "place-content"?: csstype0.Property.PlaceContent | undefined; "place-items"?: csstype0.Property.PlaceItems | undefined; "place-self"?: csstype0.Property.PlaceSelf | undefined; "position-try"?: csstype0.Property.PositionTry | undefined; "scroll-margin"?: csstype0.Property.ScrollMargin | undefined; "scroll-margin-block"?: csstype0.Property.ScrollMarginBlock | undefined; "scroll-margin-inline"?: csstype0.Property.ScrollMarginInline | undefined; "scroll-padding"?: csstype0.Property.ScrollPadding | undefined; "scroll-padding-block"?: csstype0.Property.ScrollPaddingBlock | undefined; "scroll-padding-inline"?: csstype0.Property.ScrollPaddingInline | undefined; "scroll-snap-margin"?: csstype0.Property.ScrollMargin | undefined; "scroll-timeline"?: csstype0.Property.ScrollTimeline | undefined; "text-decoration"?: csstype0.Property.TextDecoration | undefined; "text-emphasis"?: csstype0.Property.TextEmphasis | undefined; "text-wrap"?: csstype0.Property.TextWrap | undefined; "view-timeline"?: csstype0.Property.ViewTimeline | undefined; "-moz-animation-delay"?: csstype0.Property.AnimationDelay | undefined; "-moz-animation-direction"?: csstype0.Property.AnimationDirection | undefined; "-moz-animation-duration"?: csstype0.Property.AnimationDuration | undefined; "-moz-animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "-moz-animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "-moz-animation-name"?: csstype0.Property.AnimationName | undefined; "-moz-animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "-moz-animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "-moz-appearance"?: csstype0.Property.MozAppearance | undefined; "-moz-backface-visibility"?: csstype0.Property.BackfaceVisibility | undefined; "-moz-binding"?: csstype0.Property.MozBinding | undefined; "-moz-border-bottom-colors"?: csstype0.Property.MozBorderBottomColors | undefined; "-moz-border-end-color"?: csstype0.Property.BorderInlineEndColor | undefined; "-moz-border-end-style"?: csstype0.Property.BorderInlineEndStyle | undefined; "-moz-border-end-width"?: csstype0.Property.BorderInlineEndWidth | undefined; "-moz-border-left-colors"?: csstype0.Property.MozBorderLeftColors | undefined; "-moz-border-right-colors"?: csstype0.Property.MozBorderRightColors | undefined; "-moz-border-start-color"?: csstype0.Property.BorderInlineStartColor | undefined; "-moz-border-start-style"?: csstype0.Property.BorderInlineStartStyle | undefined; "-moz-border-top-colors"?: csstype0.Property.MozBorderTopColors | undefined; "-moz-box-sizing"?: csstype0.Property.BoxSizing | undefined; "-moz-column-rule-color"?: csstype0.Property.ColumnRuleColor | undefined; "-moz-column-rule-style"?: csstype0.Property.ColumnRuleStyle | undefined; "-moz-column-rule-width"?: csstype0.Property.ColumnRuleWidth | undefined; "-moz-column-width"?: csstype0.Property.ColumnWidth | undefined; "-moz-context-properties"?: csstype0.Property.MozContextProperties | undefined; "-moz-font-feature-settings"?: csstype0.Property.FontFeatureSettings | undefined; "-moz-font-language-override"?: csstype0.Property.FontLanguageOverride | undefined; "-moz-hyphens"?: csstype0.Property.Hyphens | undefined; "-moz-margin-end"?: csstype0.Property.MarginInlineEnd | undefined; "-moz-margin-start"?: csstype0.Property.MarginInlineStart | undefined; "-moz-orient"?: csstype0.Property.MozOrient | undefined; "-moz-osx-font-smoothing"?: csstype0.Property.FontSmooth | undefined; "-moz-outline-radius-bottomleft"?: csstype0.Property.MozOutlineRadiusBottomleft | undefined; "-moz-outline-radius-bottomright"?: csstype0.Property.MozOutlineRadiusBottomright | undefined; "-moz-outline-radius-topleft"?: csstype0.Property.MozOutlineRadiusTopleft | undefined; "-moz-outline-radius-topright"?: csstype0.Property.MozOutlineRadiusTopright | undefined; "-moz-padding-end"?: csstype0.Property.PaddingInlineEnd | undefined; "-moz-padding-start"?: csstype0.Property.PaddingInlineStart | undefined; "-moz-perspective"?: csstype0.Property.Perspective | undefined; "-moz-perspective-origin"?: csstype0.Property.PerspectiveOrigin | undefined; "-moz-stack-sizing"?: csstype0.Property.MozStackSizing | undefined; "-moz-tab-size"?: csstype0.Property.TabSize | undefined; "-moz-text-blink"?: csstype0.Property.MozTextBlink | undefined; "-moz-text-size-adjust"?: csstype0.Property.TextSizeAdjust | undefined; "-moz-transform"?: csstype0.Property.Transform | undefined; "-moz-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-moz-transform-style"?: csstype0.Property.TransformStyle | undefined; "-moz-user-modify"?: csstype0.Property.MozUserModify | undefined; "-moz-user-select"?: csstype0.Property.UserSelect | undefined; "-moz-window-dragging"?: csstype0.Property.MozWindowDragging | undefined; "-moz-window-shadow"?: csstype0.Property.MozWindowShadow | undefined; "-ms-accelerator"?: csstype0.Property.MsAccelerator | undefined; "-ms-block-progression"?: csstype0.Property.MsBlockProgression | undefined; "-ms-content-zoom-chaining"?: csstype0.Property.MsContentZoomChaining | undefined; "-ms-content-zoom-limit-max"?: csstype0.Property.MsContentZoomLimitMax | undefined; "-ms-content-zoom-limit-min"?: csstype0.Property.MsContentZoomLimitMin | undefined; "-ms-content-zoom-snap-points"?: csstype0.Property.MsContentZoomSnapPoints | undefined; "-ms-content-zoom-snap-type"?: csstype0.Property.MsContentZoomSnapType | undefined; "-ms-content-zooming"?: csstype0.Property.MsContentZooming | undefined; "-ms-filter"?: csstype0.Property.MsFilter | undefined; "-ms-flex-direction"?: csstype0.Property.FlexDirection | undefined; "-ms-flex-positive"?: csstype0.Property.FlexGrow | undefined; "-ms-flow-from"?: csstype0.Property.MsFlowFrom | undefined; "-ms-flow-into"?: csstype0.Property.MsFlowInto | undefined; "-ms-grid-columns"?: csstype0.Property.MsGridColumns | undefined; "-ms-grid-rows"?: csstype0.Property.MsGridRows | undefined; "-ms-high-contrast-adjust"?: csstype0.Property.MsHighContrastAdjust | undefined; "-ms-hyphenate-limit-chars"?: csstype0.Property.MsHyphenateLimitChars | undefined; "-ms-hyphenate-limit-lines"?: csstype0.Property.MsHyphenateLimitLines | undefined; "-ms-hyphenate-limit-zone"?: csstype0.Property.MsHyphenateLimitZone | undefined; "-ms-hyphens"?: csstype0.Property.Hyphens | undefined; "-ms-ime-align"?: csstype0.Property.MsImeAlign | undefined; "-ms-line-break"?: csstype0.Property.LineBreak | undefined; "-ms-order"?: csstype0.Property.Order | undefined; "-ms-overflow-style"?: csstype0.Property.MsOverflowStyle | undefined; "-ms-overflow-x"?: csstype0.Property.OverflowX | undefined; "-ms-overflow-y"?: csstype0.Property.OverflowY | undefined; "-ms-scroll-chaining"?: csstype0.Property.MsScrollChaining | undefined; "-ms-scroll-limit-x-max"?: csstype0.Property.MsScrollLimitXMax | undefined; "-ms-scroll-limit-x-min"?: csstype0.Property.MsScrollLimitXMin | undefined; "-ms-scroll-limit-y-max"?: csstype0.Property.MsScrollLimitYMax | undefined; "-ms-scroll-limit-y-min"?: csstype0.Property.MsScrollLimitYMin | undefined; "-ms-scroll-rails"?: csstype0.Property.MsScrollRails | undefined; "-ms-scroll-snap-points-x"?: csstype0.Property.MsScrollSnapPointsX | undefined; "-ms-scroll-snap-points-y"?: csstype0.Property.MsScrollSnapPointsY | undefined; "-ms-scroll-snap-type"?: csstype0.Property.MsScrollSnapType | undefined; "-ms-scroll-translation"?: csstype0.Property.MsScrollTranslation | undefined; "-ms-scrollbar-3dlight-color"?: csstype0.Property.MsScrollbar3dlightColor | undefined; "-ms-scrollbar-arrow-color"?: csstype0.Property.MsScrollbarArrowColor | undefined; "-ms-scrollbar-base-color"?: csstype0.Property.MsScrollbarBaseColor | undefined; "-ms-scrollbar-darkshadow-color"?: csstype0.Property.MsScrollbarDarkshadowColor | undefined; "-ms-scrollbar-face-color"?: csstype0.Property.MsScrollbarFaceColor | undefined; "-ms-scrollbar-highlight-color"?: csstype0.Property.MsScrollbarHighlightColor | undefined; "-ms-scrollbar-shadow-color"?: csstype0.Property.MsScrollbarShadowColor | undefined; "-ms-scrollbar-track-color"?: csstype0.Property.MsScrollbarTrackColor | undefined; "-ms-text-autospace"?: csstype0.Property.MsTextAutospace | undefined; "-ms-text-combine-horizontal"?: csstype0.Property.TextCombineUpright | undefined; "-ms-text-overflow"?: csstype0.Property.TextOverflow | undefined; "-ms-touch-action"?: csstype0.Property.TouchAction | undefined; "-ms-touch-select"?: csstype0.Property.MsTouchSelect | undefined; "-ms-transform"?: csstype0.Property.Transform | undefined; "-ms-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-ms-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-ms-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-ms-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-ms-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-ms-user-select"?: csstype0.Property.MsUserSelect | undefined; "-ms-word-break"?: csstype0.Property.WordBreak | undefined; "-ms-wrap-flow"?: csstype0.Property.MsWrapFlow | undefined; "-ms-wrap-margin"?: csstype0.Property.MsWrapMargin | undefined; "-ms-wrap-through"?: csstype0.Property.MsWrapThrough | undefined; "-ms-writing-mode"?: csstype0.Property.WritingMode | undefined; "-webkit-align-content"?: csstype0.Property.AlignContent | undefined; "-webkit-align-items"?: csstype0.Property.AlignItems | undefined; "-webkit-align-self"?: csstype0.Property.AlignSelf | undefined; "-webkit-animation-delay"?: csstype0.Property.AnimationDelay | undefined; "-webkit-animation-direction"?: csstype0.Property.AnimationDirection | undefined; "-webkit-animation-duration"?: csstype0.Property.AnimationDuration | undefined; "-webkit-animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "-webkit-animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "-webkit-animation-name"?: csstype0.Property.AnimationName | undefined; "-webkit-animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "-webkit-animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "-webkit-appearance"?: csstype0.Property.WebkitAppearance | undefined; "-webkit-backdrop-filter"?: csstype0.Property.BackdropFilter | undefined; "-webkit-backface-visibility"?: csstype0.Property.BackfaceVisibility | undefined; "-webkit-background-clip"?: csstype0.Property.BackgroundClip | undefined; "-webkit-background-origin"?: csstype0.Property.BackgroundOrigin | undefined; "-webkit-background-size"?: csstype0.Property.BackgroundSize | undefined; "-webkit-border-before-color"?: csstype0.Property.WebkitBorderBeforeColor | undefined; "-webkit-border-before-style"?: csstype0.Property.WebkitBorderBeforeStyle | undefined; "-webkit-border-before-width"?: csstype0.Property.WebkitBorderBeforeWidth | undefined; "-webkit-border-bottom-left-radius"?: csstype0.Property.BorderBottomLeftRadius | undefined; "-webkit-border-bottom-right-radius"?: csstype0.Property.BorderBottomRightRadius | undefined; "-webkit-border-image-slice"?: csstype0.Property.BorderImageSlice | undefined; "-webkit-border-top-left-radius"?: csstype0.Property.BorderTopLeftRadius | undefined; "-webkit-border-top-right-radius"?: csstype0.Property.BorderTopRightRadius | undefined; "-webkit-box-decoration-break"?: csstype0.Property.BoxDecorationBreak | undefined; "-webkit-box-reflect"?: csstype0.Property.WebkitBoxReflect | undefined; "-webkit-box-shadow"?: csstype0.Property.BoxShadow | undefined; "-webkit-box-sizing"?: csstype0.Property.BoxSizing | undefined; "-webkit-clip-path"?: csstype0.Property.ClipPath | undefined; "-webkit-column-count"?: csstype0.Property.ColumnCount | undefined; "-webkit-column-fill"?: csstype0.Property.ColumnFill | undefined; "-webkit-column-rule-color"?: csstype0.Property.ColumnRuleColor | undefined; "-webkit-column-rule-style"?: csstype0.Property.ColumnRuleStyle | undefined; "-webkit-column-rule-width"?: csstype0.Property.ColumnRuleWidth | undefined; "-webkit-column-span"?: csstype0.Property.ColumnSpan | undefined; "-webkit-column-width"?: csstype0.Property.ColumnWidth | undefined; "-webkit-filter"?: csstype0.Property.Filter | undefined; "-webkit-flex-basis"?: csstype0.Property.FlexBasis | undefined; "-webkit-flex-direction"?: csstype0.Property.FlexDirection | undefined; "-webkit-flex-grow"?: csstype0.Property.FlexGrow | undefined; "-webkit-flex-shrink"?: csstype0.Property.FlexShrink | undefined; "-webkit-flex-wrap"?: csstype0.Property.FlexWrap | undefined; "-webkit-font-feature-settings"?: csstype0.Property.FontFeatureSettings | undefined; "-webkit-font-kerning"?: csstype0.Property.FontKerning | undefined; "-webkit-font-smoothing"?: csstype0.Property.FontSmooth | undefined; "-webkit-font-variant-ligatures"?: csstype0.Property.FontVariantLigatures | undefined; "-webkit-hyphenate-character"?: csstype0.Property.HyphenateCharacter | undefined; "-webkit-hyphens"?: csstype0.Property.Hyphens | undefined; "-webkit-initial-letter"?: csstype0.Property.InitialLetter | undefined; "-webkit-justify-content"?: csstype0.Property.JustifyContent | undefined; "-webkit-line-break"?: csstype0.Property.LineBreak | undefined; "-webkit-line-clamp"?: csstype0.Property.WebkitLineClamp | undefined; "-webkit-logical-height"?: csstype0.Property.BlockSize | undefined; "-webkit-logical-width"?: csstype0.Property.InlineSize | undefined; "-webkit-margin-end"?: csstype0.Property.MarginInlineEnd | undefined; "-webkit-margin-start"?: csstype0.Property.MarginInlineStart | undefined; "-webkit-mask-attachment"?: csstype0.Property.WebkitMaskAttachment | undefined; "-webkit-mask-box-image-outset"?: csstype0.Property.MaskBorderOutset | undefined; "-webkit-mask-box-image-repeat"?: csstype0.Property.MaskBorderRepeat | undefined; "-webkit-mask-box-image-slice"?: csstype0.Property.MaskBorderSlice | undefined; "-webkit-mask-box-image-source"?: csstype0.Property.MaskBorderSource | undefined; "-webkit-mask-box-image-width"?: csstype0.Property.MaskBorderWidth | undefined; "-webkit-mask-clip"?: csstype0.Property.WebkitMaskClip | undefined; "-webkit-mask-composite"?: csstype0.Property.WebkitMaskComposite | undefined; "-webkit-mask-image"?: csstype0.Property.WebkitMaskImage | undefined; "-webkit-mask-origin"?: csstype0.Property.WebkitMaskOrigin | undefined; "-webkit-mask-position"?: csstype0.Property.WebkitMaskPosition | undefined; "-webkit-mask-position-x"?: csstype0.Property.WebkitMaskPositionX | undefined; "-webkit-mask-position-y"?: csstype0.Property.WebkitMaskPositionY | undefined; "-webkit-mask-repeat"?: csstype0.Property.WebkitMaskRepeat | undefined; "-webkit-mask-repeat-x"?: csstype0.Property.WebkitMaskRepeatX | undefined; "-webkit-mask-repeat-y"?: csstype0.Property.WebkitMaskRepeatY | undefined; "-webkit-mask-size"?: csstype0.Property.WebkitMaskSize | undefined; "-webkit-max-inline-size"?: csstype0.Property.MaxInlineSize | undefined; "-webkit-order"?: csstype0.Property.Order | undefined; "-webkit-overflow-scrolling"?: csstype0.Property.WebkitOverflowScrolling | undefined; "-webkit-padding-end"?: csstype0.Property.PaddingInlineEnd | undefined; "-webkit-padding-start"?: csstype0.Property.PaddingInlineStart | undefined; "-webkit-perspective"?: csstype0.Property.Perspective | undefined; "-webkit-perspective-origin"?: csstype0.Property.PerspectiveOrigin | undefined; "-webkit-print-color-adjust"?: csstype0.Property.PrintColorAdjust | undefined; "-webkit-ruby-position"?: csstype0.Property.RubyPosition | undefined; "-webkit-scroll-snap-type"?: csstype0.Property.ScrollSnapType | undefined; "-webkit-shape-margin"?: csstype0.Property.ShapeMargin | undefined; "-webkit-tap-highlight-color"?: csstype0.Property.WebkitTapHighlightColor | undefined; "-webkit-text-combine"?: csstype0.Property.TextCombineUpright | undefined; "-webkit-text-decoration-color"?: csstype0.Property.TextDecorationColor | undefined; "-webkit-text-decoration-line"?: csstype0.Property.TextDecorationLine | undefined; "-webkit-text-decoration-skip"?: csstype0.Property.TextDecorationSkip | undefined; "-webkit-text-decoration-style"?: csstype0.Property.TextDecorationStyle | undefined; "-webkit-text-emphasis-color"?: csstype0.Property.TextEmphasisColor | undefined; "-webkit-text-emphasis-position"?: csstype0.Property.TextEmphasisPosition | undefined; "-webkit-text-emphasis-style"?: csstype0.Property.TextEmphasisStyle | undefined; "-webkit-text-fill-color"?: csstype0.Property.WebkitTextFillColor | undefined; "-webkit-text-orientation"?: csstype0.Property.TextOrientation | undefined; "-webkit-text-size-adjust"?: csstype0.Property.TextSizeAdjust | undefined; "-webkit-text-stroke-color"?: csstype0.Property.WebkitTextStrokeColor | undefined; "-webkit-text-stroke-width"?: csstype0.Property.WebkitTextStrokeWidth | undefined; "-webkit-text-underline-position"?: csstype0.Property.TextUnderlinePosition | undefined; "-webkit-touch-callout"?: csstype0.Property.WebkitTouchCallout | undefined; "-webkit-transform"?: csstype0.Property.Transform | undefined; "-webkit-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-webkit-transform-style"?: csstype0.Property.TransformStyle | undefined; "-webkit-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-webkit-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-webkit-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-webkit-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-webkit-user-modify"?: csstype0.Property.WebkitUserModify | undefined; "-webkit-user-select"?: csstype0.Property.WebkitUserSelect | undefined; "-webkit-writing-mode"?: csstype0.Property.WritingMode | undefined; "-moz-animation"?: csstype0.Property.Animation | undefined; "-moz-border-image"?: csstype0.Property.BorderImage | undefined; "-moz-column-rule"?: csstype0.Property.ColumnRule | undefined; "-moz-columns"?: csstype0.Property.Columns | undefined; "-moz-outline-radius"?: csstype0.Property.MozOutlineRadius | undefined; "-moz-transition"?: csstype0.Property.Transition | undefined; "-ms-content-zoom-limit"?: csstype0.Property.MsContentZoomLimit | undefined; "-ms-content-zoom-snap"?: csstype0.Property.MsContentZoomSnap | undefined; "-ms-flex"?: csstype0.Property.Flex | undefined; "-ms-scroll-limit"?: csstype0.Property.MsScrollLimit | undefined; "-ms-scroll-snap-x"?: csstype0.Property.MsScrollSnapX | undefined; "-ms-scroll-snap-y"?: csstype0.Property.MsScrollSnapY | undefined; "-ms-transition"?: csstype0.Property.Transition | undefined; "-webkit-animation"?: csstype0.Property.Animation | undefined; "-webkit-border-before"?: csstype0.Property.WebkitBorderBefore | undefined; "-webkit-border-image"?: csstype0.Property.BorderImage | undefined; "-webkit-border-radius"?: csstype0.Property.BorderRadius | undefined; "-webkit-column-rule"?: csstype0.Property.ColumnRule | undefined; "-webkit-columns"?: csstype0.Property.Columns | undefined; "-webkit-flex"?: csstype0.Property.Flex | undefined; "-webkit-flex-flow"?: csstype0.Property.FlexFlow | undefined; "-webkit-mask"?: csstype0.Property.WebkitMask | undefined; "-webkit-mask-box-image"?: csstype0.Property.MaskBorder | undefined; "-webkit-text-emphasis"?: csstype0.Property.TextEmphasis | undefined; "-webkit-text-stroke"?: csstype0.Property.WebkitTextStroke | undefined; "-webkit-transition"?: csstype0.Property.Transition | undefined; "box-align"?: csstype0.Property.BoxAlign | undefined; "box-direction"?: csstype0.Property.BoxDirection | undefined; "box-flex"?: csstype0.Property.BoxFlex | undefined; "box-flex-group"?: csstype0.Property.BoxFlexGroup | undefined; "box-lines"?: csstype0.Property.BoxLines | undefined; "box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "box-orient"?: csstype0.Property.BoxOrient | undefined; "box-pack"?: csstype0.Property.BoxPack | undefined; "font-stretch"?: csstype0.Property.FontStretch | undefined; "grid-column-gap"?: csstype0.Property.GridColumnGap | undefined; "grid-gap"?: csstype0.Property.GridGap | undefined; "grid-row-gap"?: csstype0.Property.GridRowGap | undefined; "ime-mode"?: csstype0.Property.ImeMode | undefined; "inset-area"?: csstype0.Property.PositionArea | undefined; "offset-block"?: csstype0.Property.InsetBlock | undefined; "offset-block-end"?: csstype0.Property.InsetBlockEnd | undefined; "offset-block-start"?: csstype0.Property.InsetBlockStart | undefined; "offset-inline"?: csstype0.Property.InsetInline | undefined; "offset-inline-end"?: csstype0.Property.InsetInlineEnd | undefined; "offset-inline-start"?: csstype0.Property.InsetInlineStart | undefined; "page-break-after"?: csstype0.Property.PageBreakAfter | undefined; "page-break-before"?: csstype0.Property.PageBreakBefore | undefined; "page-break-inside"?: csstype0.Property.PageBreakInside | undefined; "position-try-options"?: csstype0.Property.PositionTryFallbacks | undefined; "scroll-snap-coordinate"?: csstype0.Property.ScrollSnapCoordinate | undefined; "scroll-snap-destination"?: csstype0.Property.ScrollSnapDestination | undefined; "scroll-snap-points-x"?: csstype0.Property.ScrollSnapPointsX | undefined; "scroll-snap-points-y"?: csstype0.Property.ScrollSnapPointsY | undefined; "scroll-snap-type-x"?: csstype0.Property.ScrollSnapTypeX | undefined; "scroll-snap-type-y"?: csstype0.Property.ScrollSnapTypeY | undefined; "-khtml-box-align"?: csstype0.Property.BoxAlign | undefined; "-khtml-box-direction"?: csstype0.Property.BoxDirection | undefined; "-khtml-box-flex"?: csstype0.Property.BoxFlex | undefined; "-khtml-box-flex-group"?: csstype0.Property.BoxFlexGroup | undefined; "-khtml-box-lines"?: csstype0.Property.BoxLines | undefined; "-khtml-box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "-khtml-box-orient"?: csstype0.Property.BoxOrient | undefined; "-khtml-box-pack"?: csstype0.Property.BoxPack | undefined; "-khtml-line-break"?: csstype0.Property.LineBreak | undefined; "-khtml-opacity"?: csstype0.Property.Opacity | undefined; "-khtml-user-select"?: csstype0.Property.UserSelect | undefined; "-moz-background-clip"?: csstype0.Property.BackgroundClip | undefined; "-moz-background-origin"?: csstype0.Property.BackgroundOrigin | undefined; "-moz-background-size"?: csstype0.Property.BackgroundSize | undefined; "-moz-border-radius"?: csstype0.Property.BorderRadius | undefined; "-moz-border-radius-bottomleft"?: csstype0.Property.BorderBottomLeftRadius | undefined; "-moz-border-radius-bottomright"?: csstype0.Property.BorderBottomRightRadius | undefined; "-moz-border-radius-topleft"?: csstype0.Property.BorderTopLeftRadius | undefined; "-moz-border-radius-topright"?: csstype0.Property.BorderTopRightRadius | undefined; "-moz-box-align"?: csstype0.Property.BoxAlign | undefined; "-moz-box-direction"?: csstype0.Property.BoxDirection | undefined; "-moz-box-flex"?: csstype0.Property.BoxFlex | undefined; "-moz-box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "-moz-box-orient"?: csstype0.Property.BoxOrient | undefined; "-moz-box-pack"?: csstype0.Property.BoxPack | undefined; "-moz-box-shadow"?: csstype0.Property.BoxShadow | undefined; "-moz-column-count"?: csstype0.Property.ColumnCount | undefined; "-moz-column-fill"?: csstype0.Property.ColumnFill | undefined; "-moz-float-edge"?: csstype0.Property.MozFloatEdge | undefined; "-moz-force-broken-image-icon"?: csstype0.Property.MozForceBrokenImageIcon | undefined; "-moz-opacity"?: csstype0.Property.Opacity | undefined; "-moz-outline"?: csstype0.Property.Outline | undefined; "-moz-outline-color"?: csstype0.Property.OutlineColor | undefined; "-moz-outline-style"?: csstype0.Property.OutlineStyle | undefined; "-moz-outline-width"?: csstype0.Property.OutlineWidth | undefined; "-moz-text-align-last"?: csstype0.Property.TextAlignLast | undefined; "-moz-text-decoration-color"?: csstype0.Property.TextDecorationColor | undefined; "-moz-text-decoration-line"?: csstype0.Property.TextDecorationLine | undefined; "-moz-text-decoration-style"?: csstype0.Property.TextDecorationStyle | undefined; "-moz-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-moz-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-moz-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-moz-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-moz-user-focus"?: csstype0.Property.MozUserFocus | undefined; "-moz-user-input"?: csstype0.Property.MozUserInput | undefined; "-ms-ime-mode"?: csstype0.Property.ImeMode | undefined; "-o-animation"?: csstype0.Property.Animation | undefined; "-o-animation-delay"?: csstype0.Property.AnimationDelay | undefined; "-o-animation-direction"?: csstype0.Property.AnimationDirection | undefined; "-o-animation-duration"?: csstype0.Property.AnimationDuration | undefined; "-o-animation-fill-mode"?: csstype0.Property.AnimationFillMode | undefined; "-o-animation-iteration-count"?: csstype0.Property.AnimationIterationCount | undefined; "-o-animation-name"?: csstype0.Property.AnimationName | undefined; "-o-animation-play-state"?: csstype0.Property.AnimationPlayState | undefined; "-o-animation-timing-function"?: csstype0.Property.AnimationTimingFunction | undefined; "-o-background-size"?: csstype0.Property.BackgroundSize | undefined; "-o-border-image"?: csstype0.Property.BorderImage | undefined; "-o-object-fit"?: csstype0.Property.ObjectFit | undefined; "-o-object-position"?: csstype0.Property.ObjectPosition | undefined; "-o-tab-size"?: csstype0.Property.TabSize | undefined; "-o-text-overflow"?: csstype0.Property.TextOverflow | undefined; "-o-transform"?: csstype0.Property.Transform | undefined; "-o-transform-origin"?: csstype0.Property.TransformOrigin | undefined; "-o-transition"?: csstype0.Property.Transition | undefined; "-o-transition-delay"?: csstype0.Property.TransitionDelay | undefined; "-o-transition-duration"?: csstype0.Property.TransitionDuration | undefined; "-o-transition-property"?: csstype0.Property.TransitionProperty | undefined; "-o-transition-timing-function"?: csstype0.Property.TransitionTimingFunction | undefined; "-webkit-box-align"?: csstype0.Property.BoxAlign | undefined; "-webkit-box-direction"?: csstype0.Property.BoxDirection | undefined; "-webkit-box-flex"?: csstype0.Property.BoxFlex | undefined; "-webkit-box-flex-group"?: csstype0.Property.BoxFlexGroup | undefined; "-webkit-box-lines"?: csstype0.Property.BoxLines | undefined; "-webkit-box-ordinal-group"?: csstype0.Property.BoxOrdinalGroup | undefined; "-webkit-box-orient"?: csstype0.Property.BoxOrient | undefined; "-webkit-box-pack"?: csstype0.Property.BoxPack | undefined; "color-interpolation"?: csstype0.Property.ColorInterpolation | undefined; "color-rendering"?: csstype0.Property.ColorRendering | undefined; "glyph-orientation-vertical"?: csstype0.Property.GlyphOrientationVertical | undefined; } | undefined; } | undefined; classes?: { label?: string | undefined; content?: string | undefined; } | undefined; }>; //#endregion export { CellSemanticClassNames, CellSemanticStyles, DescriptionsContextProps, useDescriptionsCtx, useDescriptionsProvider };