import { CSSProperties } from 'react'; import { BreakpointsOptions } from '@mui/system'; export type TypographySize = 'small' | 'medium' | 'large'; /** * Obtain style for element for the certain size */ export declare const getTypography: (element: string, rtl: boolean, size?: TypographySize) => CSSProperties; /** * Generate responsive typography style with the media queries */ export declare const generateTypography: (element: string, breakpointsOptions: BreakpointsOptions, rtl: boolean) => { accentColor?: import("csstype").Property.AccentColor | undefined; alignContent?: import("csstype").Property.AlignContent | undefined; alignItems?: import("csstype").Property.AlignItems | undefined; alignSelf?: import("csstype").Property.AlignSelf | undefined; alignTracks?: import("csstype").Property.AlignTracks | undefined; alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined; anchorName?: import("csstype").Property.AnchorName | undefined; anchorScope?: import("csstype").Property.AnchorScope | undefined; animationComposition?: import("csstype").Property.AnimationComposition | undefined; animationDelay?: import("csstype").Property.AnimationDelay; animationDirection?: import("csstype").Property.AnimationDirection | undefined; animationDuration?: import("csstype").Property.AnimationDuration; animationFillMode?: import("csstype").Property.AnimationFillMode | undefined; animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; animationName?: import("csstype").Property.AnimationName | undefined; animationPlayState?: import("csstype").Property.AnimationPlayState | undefined; animationRangeEnd?: import("csstype").Property.AnimationRangeEnd; animationRangeStart?: import("csstype").Property.AnimationRangeStart; animationTimeline?: import("csstype").Property.AnimationTimeline | undefined; animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; appearance?: import("csstype").Property.Appearance | undefined; aspectRatio?: import("csstype").Property.AspectRatio | undefined; backdropFilter?: import("csstype").Property.BackdropFilter | undefined; backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined; backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined; backgroundClip?: import("csstype").Property.BackgroundClip | undefined; backgroundColor?: import("csstype").Property.BackgroundColor | undefined; backgroundImage?: import("csstype").Property.BackgroundImage | undefined; backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; backgroundPositionX?: import("csstype").Property.BackgroundPositionX; backgroundPositionY?: import("csstype").Property.BackgroundPositionY; backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined; backgroundSize?: import("csstype").Property.BackgroundSize; baselineShift?: import("csstype").Property.BaselineShift; blockSize?: import("csstype").Property.BlockSize; borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth; borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth; borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined; borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined; borderBottomWidth?: import("csstype").Property.BorderBottomWidth; borderCollapse?: import("csstype").Property.BorderCollapse | undefined; borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius; borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius; borderImageOutset?: import("csstype").Property.BorderImageOutset; borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined; borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; borderImageSource?: import("csstype").Property.BorderImageSource | undefined; borderImageWidth?: import("csstype").Property.BorderImageWidth; borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth; borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth; borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined; borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined; borderLeftWidth?: import("csstype").Property.BorderLeftWidth; borderRightColor?: import("csstype").Property.BorderRightColor | undefined; borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined; borderRightWidth?: import("csstype").Property.BorderRightWidth; borderSpacing?: import("csstype").Property.BorderSpacing; borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius; borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius; borderTopColor?: import("csstype").Property.BorderTopColor | undefined; borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined; borderTopWidth?: import("csstype").Property.BorderTopWidth; bottom?: import("csstype").Property.Bottom; boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; boxShadow?: import("csstype").Property.BoxShadow | undefined; boxSizing?: import("csstype").Property.BoxSizing | undefined; breakAfter?: import("csstype").Property.BreakAfter | undefined; breakBefore?: import("csstype").Property.BreakBefore | undefined; breakInside?: import("csstype").Property.BreakInside | undefined; captionSide?: import("csstype").Property.CaptionSide | undefined; caretColor?: import("csstype").Property.CaretColor | undefined; caretShape?: import("csstype").Property.CaretShape | undefined; clear?: import("csstype").Property.Clear | undefined; clipPath?: import("csstype").Property.ClipPath | undefined; clipRule?: import("csstype").Property.ClipRule | undefined; color?: import("csstype").Property.Color | undefined; colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined; colorScheme?: import("csstype").Property.ColorScheme | undefined; columnCount?: import("csstype").Property.ColumnCount | undefined; columnFill?: import("csstype").Property.ColumnFill | undefined; columnGap?: import("csstype").Property.ColumnGap; columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; columnRuleWidth?: import("csstype").Property.ColumnRuleWidth; columnSpan?: import("csstype").Property.ColumnSpan | undefined; columnWidth?: import("csstype").Property.ColumnWidth; contain?: import("csstype").Property.Contain | undefined; containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize; containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight; containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize; containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth; containerName?: import("csstype").Property.ContainerName | undefined; containerType?: import("csstype").Property.ContainerType | undefined; content?: import("csstype").Property.Content | undefined; contentVisibility?: import("csstype").Property.ContentVisibility | undefined; counterIncrement?: import("csstype").Property.CounterIncrement | undefined; counterReset?: import("csstype").Property.CounterReset | undefined; counterSet?: import("csstype").Property.CounterSet | undefined; cursor?: import("csstype").Property.Cursor | undefined; cx?: import("csstype").Property.Cx; cy?: import("csstype").Property.Cy; d?: import("csstype").Property.D | undefined; direction?: import("csstype").Property.Direction | undefined; display?: import("csstype").Property.Display | undefined; dominantBaseline?: import("csstype").Property.DominantBaseline | undefined; emptyCells?: import("csstype").Property.EmptyCells | undefined; fieldSizing?: import("csstype").Property.FieldSizing | undefined; fill?: import("csstype").Property.Fill | undefined; fillOpacity?: import("csstype").Property.FillOpacity | undefined; fillRule?: import("csstype").Property.FillRule | undefined; filter?: import("csstype").Property.Filter | undefined; flexBasis?: import("csstype").Property.FlexBasis; flexDirection?: import("csstype").Property.FlexDirection | undefined; flexGrow?: import("csstype").Property.FlexGrow | undefined; flexShrink?: import("csstype").Property.FlexShrink | undefined; flexWrap?: import("csstype").Property.FlexWrap | undefined; float?: import("csstype").Property.Float | undefined; floodColor?: import("csstype").Property.FloodColor | undefined; floodOpacity?: import("csstype").Property.FloodOpacity | undefined; fontFamily?: import("csstype").Property.FontFamily | undefined; fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; fontKerning?: import("csstype").Property.FontKerning | undefined; fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined; fontPalette?: import("csstype").Property.FontPalette | undefined; fontSize?: import("csstype").Property.FontSize; fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined; fontSmooth?: import("csstype").Property.FontSmooth; fontStyle?: import("csstype").Property.FontStyle | undefined; fontSynthesis?: import("csstype").Property.FontSynthesis | undefined; fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined; fontVariant?: import("csstype").Property.FontVariant | undefined; fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined; fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined; fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined; fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined; fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined; fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined; fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined; fontWeight?: import("csstype").Property.FontWeight | undefined; fontWidth?: import("csstype").Property.FontWidth | undefined; forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined; gridAutoColumns?: import("csstype").Property.GridAutoColumns; gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined; gridAutoRows?: import("csstype").Property.GridAutoRows; gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined; gridColumnStart?: import("csstype").Property.GridColumnStart | undefined; gridRowEnd?: import("csstype").Property.GridRowEnd | undefined; gridRowStart?: import("csstype").Property.GridRowStart | undefined; gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined; gridTemplateColumns?: import("csstype").Property.GridTemplateColumns; gridTemplateRows?: import("csstype").Property.GridTemplateRows; hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined; height?: import("csstype").Property.Height; hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined; hyphens?: import("csstype").Property.Hyphens | undefined; imageOrientation?: import("csstype").Property.ImageOrientation | undefined; imageRendering?: import("csstype").Property.ImageRendering | undefined; imageResolution?: import("csstype").Property.ImageResolution | undefined; initialLetter?: import("csstype").Property.InitialLetter | undefined; initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined; inlineSize?: import("csstype").Property.InlineSize; insetBlockEnd?: import("csstype").Property.InsetBlockEnd; insetBlockStart?: import("csstype").Property.InsetBlockStart; insetInlineEnd?: import("csstype").Property.InsetInlineEnd; insetInlineStart?: import("csstype").Property.InsetInlineStart; interpolateSize?: import("csstype").Property.InterpolateSize | undefined; isolation?: import("csstype").Property.Isolation | undefined; justifyContent?: import("csstype").Property.JustifyContent | undefined; justifyItems?: import("csstype").Property.JustifyItems | undefined; justifySelf?: import("csstype").Property.JustifySelf | undefined; justifyTracks?: import("csstype").Property.JustifyTracks | undefined; left?: import("csstype").Property.Left; letterSpacing?: import("csstype").Property.LetterSpacing; lightingColor?: import("csstype").Property.LightingColor | undefined; lineBreak?: import("csstype").Property.LineBreak | undefined; lineHeight?: import("csstype").Property.LineHeight; lineHeightStep?: import("csstype").Property.LineHeightStep; listStyleImage?: import("csstype").Property.ListStyleImage | undefined; listStylePosition?: import("csstype").Property.ListStylePosition | undefined; listStyleType?: import("csstype").Property.ListStyleType | undefined; marginBlockEnd?: import("csstype").Property.MarginBlockEnd; marginBlockStart?: import("csstype").Property.MarginBlockStart; marginBottom?: import("csstype").Property.MarginBottom; marginInlineEnd?: import("csstype").Property.MarginInlineEnd; marginInlineStart?: import("csstype").Property.MarginInlineStart; marginLeft?: import("csstype").Property.MarginLeft; marginRight?: import("csstype").Property.MarginRight; marginTop?: import("csstype").Property.MarginTop; marginTrim?: import("csstype").Property.MarginTrim | undefined; marker?: import("csstype").Property.Marker | undefined; markerEnd?: import("csstype").Property.MarkerEnd | undefined; markerMid?: import("csstype").Property.MarkerMid | undefined; markerStart?: import("csstype").Property.MarkerStart | undefined; maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined; maskBorderOutset?: import("csstype").Property.MaskBorderOutset; maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined; maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined; maskBorderWidth?: import("csstype").Property.MaskBorderWidth; maskClip?: import("csstype").Property.MaskClip | undefined; maskComposite?: import("csstype").Property.MaskComposite | undefined; maskImage?: import("csstype").Property.MaskImage | undefined; maskMode?: import("csstype").Property.MaskMode | undefined; maskOrigin?: import("csstype").Property.MaskOrigin | undefined; maskPosition?: import("csstype").Property.MaskPosition; maskRepeat?: import("csstype").Property.MaskRepeat | undefined; maskSize?: import("csstype").Property.MaskSize; maskType?: import("csstype").Property.MaskType | undefined; masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined; mathDepth?: import("csstype").Property.MathDepth | undefined; mathShift?: import("csstype").Property.MathShift | undefined; mathStyle?: import("csstype").Property.MathStyle | undefined; maxBlockSize?: import("csstype").Property.MaxBlockSize; maxHeight?: import("csstype").Property.MaxHeight; maxInlineSize?: import("csstype").Property.MaxInlineSize; maxLines?: import("csstype").Property.MaxLines | undefined; maxWidth?: import("csstype").Property.MaxWidth; minBlockSize?: import("csstype").Property.MinBlockSize; minHeight?: import("csstype").Property.MinHeight; minInlineSize?: import("csstype").Property.MinInlineSize; minWidth?: import("csstype").Property.MinWidth; mixBlendMode?: import("csstype").Property.MixBlendMode | undefined; motionDistance?: import("csstype").Property.OffsetDistance; motionPath?: import("csstype").Property.OffsetPath | undefined; motionRotation?: import("csstype").Property.OffsetRotate | undefined; objectFit?: import("csstype").Property.ObjectFit | undefined; objectPosition?: import("csstype").Property.ObjectPosition; objectViewBox?: import("csstype").Property.ObjectViewBox | undefined; offsetAnchor?: import("csstype").Property.OffsetAnchor; offsetDistance?: import("csstype").Property.OffsetDistance; offsetPath?: import("csstype").Property.OffsetPath | undefined; offsetPosition?: import("csstype").Property.OffsetPosition; offsetRotate?: import("csstype").Property.OffsetRotate | undefined; offsetRotation?: import("csstype").Property.OffsetRotate | undefined; opacity?: import("csstype").Property.Opacity | undefined; order?: import("csstype").Property.Order | undefined; orphans?: import("csstype").Property.Orphans | undefined; outlineColor?: import("csstype").Property.OutlineColor | undefined; outlineOffset?: import("csstype").Property.OutlineOffset; outlineStyle?: import("csstype").Property.OutlineStyle | undefined; outlineWidth?: import("csstype").Property.OutlineWidth; overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined; overflowBlock?: import("csstype").Property.OverflowBlock | undefined; overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined; overflowClipMargin?: import("csstype").Property.OverflowClipMargin; overflowInline?: import("csstype").Property.OverflowInline | undefined; overflowWrap?: import("csstype").Property.OverflowWrap | undefined; overflowX?: import("csstype").Property.OverflowX | undefined; overflowY?: import("csstype").Property.OverflowY | undefined; overlay?: import("csstype").Property.Overlay | undefined; overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd; paddingBlockStart?: import("csstype").Property.PaddingBlockStart; paddingBottom?: import("csstype").Property.PaddingBottom; paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd; paddingInlineStart?: import("csstype").Property.PaddingInlineStart; paddingLeft?: import("csstype").Property.PaddingLeft; paddingRight?: import("csstype").Property.PaddingRight; paddingTop?: import("csstype").Property.PaddingTop; page?: import("csstype").Property.Page | undefined; paintOrder?: import("csstype").Property.PaintOrder | undefined; perspective?: import("csstype").Property.Perspective; perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; pointerEvents?: import("csstype").Property.PointerEvents | undefined; position?: import("csstype").Property.Position | undefined; positionAnchor?: import("csstype").Property.PositionAnchor | undefined; positionArea?: import("csstype").Property.PositionArea | undefined; positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined; positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined; positionVisibility?: import("csstype").Property.PositionVisibility | undefined; printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; quotes?: import("csstype").Property.Quotes | undefined; r?: import("csstype").Property.R; resize?: import("csstype").Property.Resize | undefined; right?: import("csstype").Property.Right; rotate?: import("csstype").Property.Rotate | undefined; rowGap?: import("csstype").Property.RowGap; rubyAlign?: import("csstype").Property.RubyAlign | undefined; rubyMerge?: import("csstype").Property.RubyMerge | undefined; rubyOverhang?: import("csstype").Property.RubyOverhang | undefined; rubyPosition?: import("csstype").Property.RubyPosition | undefined; rx?: import("csstype").Property.Rx; ry?: import("csstype").Property.Ry; scale?: import("csstype").Property.Scale | undefined; scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined; scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd; scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart; scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd; scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart; scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollMarginRight?: import("csstype").Property.ScrollMarginRight; scrollMarginTop?: import("csstype").Property.ScrollMarginTop; scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd; scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart; scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom; scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd; scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart; scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft; scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight; scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop; scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight; scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop; scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined; scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined; scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined; scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined; scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined; scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined; shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined; shapeMargin?: import("csstype").Property.ShapeMargin; shapeOutside?: import("csstype").Property.ShapeOutside | undefined; shapeRendering?: import("csstype").Property.ShapeRendering | undefined; speakAs?: import("csstype").Property.SpeakAs | undefined; stopColor?: import("csstype").Property.StopColor | undefined; stopOpacity?: import("csstype").Property.StopOpacity | undefined; stroke?: import("csstype").Property.Stroke | undefined; strokeColor?: import("csstype").Property.StrokeColor | undefined; strokeDasharray?: import("csstype").Property.StrokeDasharray; strokeDashoffset?: import("csstype").Property.StrokeDashoffset; strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined; strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined; strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined; strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined; strokeWidth?: import("csstype").Property.StrokeWidth; tabSize?: import("csstype").Property.TabSize; tableLayout?: import("csstype").Property.TableLayout | undefined; textAlign?: import("csstype").Property.TextAlign | undefined; textAlignLast?: import("csstype").Property.TextAlignLast | undefined; textAnchor?: import("csstype").Property.TextAnchor | undefined; textAutospace?: import("csstype").Property.TextAutospace | undefined; textBox?: import("csstype").Property.TextBox | undefined; textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined; textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined; textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined; textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined; textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; textDecorationThickness?: import("csstype").Property.TextDecorationThickness; textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; textIndent?: import("csstype").Property.TextIndent; textJustify?: import("csstype").Property.TextJustify | undefined; textOrientation?: import("csstype").Property.TextOrientation | undefined; textOverflow?: import("csstype").Property.TextOverflow | undefined; textRendering?: import("csstype").Property.TextRendering | undefined; textShadow?: import("csstype").Property.TextShadow | undefined; textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined; textTransform?: import("csstype").Property.TextTransform | undefined; textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset; textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; textWrapMode?: import("csstype").Property.TextWrapMode | undefined; textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined; timelineScope?: import("csstype").Property.TimelineScope | undefined; top?: import("csstype").Property.Top; touchAction?: import("csstype").Property.TouchAction | undefined; transform?: import("csstype").Property.Transform | undefined; transformBox?: import("csstype").Property.TransformBox | undefined; transformOrigin?: import("csstype").Property.TransformOrigin; transformStyle?: import("csstype").Property.TransformStyle | undefined; transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined; transitionDelay?: import("csstype").Property.TransitionDelay; transitionDuration?: import("csstype").Property.TransitionDuration; transitionProperty?: import("csstype").Property.TransitionProperty | undefined; transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; translate?: import("csstype").Property.Translate; unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined; userSelect?: import("csstype").Property.UserSelect | undefined; vectorEffect?: import("csstype").Property.VectorEffect | undefined; verticalAlign?: import("csstype").Property.VerticalAlign; viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined; viewTimelineInset?: import("csstype").Property.ViewTimelineInset; viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined; viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined; viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined; visibility?: import("csstype").Property.Visibility | undefined; whiteSpace?: import("csstype").Property.WhiteSpace | undefined; whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined; widows?: import("csstype").Property.Widows | undefined; width?: import("csstype").Property.Width; willChange?: import("csstype").Property.WillChange | undefined; wordBreak?: import("csstype").Property.WordBreak | undefined; wordSpacing?: import("csstype").Property.WordSpacing; wordWrap?: import("csstype").Property.WordWrap | undefined; writingMode?: import("csstype").Property.WritingMode | undefined; x?: import("csstype").Property.X; y?: import("csstype").Property.Y; zIndex?: import("csstype").Property.ZIndex | undefined; zoom?: import("csstype").Property.Zoom | undefined; all?: import("csstype").Property.All | undefined; animation?: import("csstype").Property.Animation; animationRange?: import("csstype").Property.AnimationRange; background?: import("csstype").Property.Background; backgroundPosition?: import("csstype").Property.BackgroundPosition; border?: import("csstype").Property.Border; borderBlock?: import("csstype").Property.BorderBlock; borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined; borderBlockEnd?: import("csstype").Property.BorderBlockEnd; borderBlockStart?: import("csstype").Property.BorderBlockStart; borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined; borderBlockWidth?: import("csstype").Property.BorderBlockWidth; borderBottom?: import("csstype").Property.BorderBottom; borderColor?: import("csstype").Property.BorderColor | undefined; borderImage?: import("csstype").Property.BorderImage | undefined; borderInline?: import("csstype").Property.BorderInline; borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined; borderInlineEnd?: import("csstype").Property.BorderInlineEnd; borderInlineStart?: import("csstype").Property.BorderInlineStart; borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined; borderInlineWidth?: import("csstype").Property.BorderInlineWidth; borderLeft?: import("csstype").Property.BorderLeft; borderRadius?: import("csstype").Property.BorderRadius; borderRight?: import("csstype").Property.BorderRight; borderStyle?: import("csstype").Property.BorderStyle | undefined; borderTop?: import("csstype").Property.BorderTop; borderWidth?: import("csstype").Property.BorderWidth; caret?: import("csstype").Property.Caret | undefined; columnRule?: import("csstype").Property.ColumnRule; columns?: import("csstype").Property.Columns; containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize; container?: import("csstype").Property.Container | undefined; flex?: import("csstype").Property.Flex; flexFlow?: import("csstype").Property.FlexFlow | undefined; font?: import("csstype").Property.Font | undefined; gap?: import("csstype").Property.Gap; grid?: import("csstype").Property.Grid | undefined; gridArea?: import("csstype").Property.GridArea | undefined; gridColumn?: import("csstype").Property.GridColumn | undefined; gridRow?: import("csstype").Property.GridRow | undefined; gridTemplate?: import("csstype").Property.GridTemplate | undefined; inset?: import("csstype").Property.Inset; insetBlock?: import("csstype").Property.InsetBlock; insetInline?: import("csstype").Property.InsetInline; lineClamp?: import("csstype").Property.LineClamp | undefined; listStyle?: import("csstype").Property.ListStyle | undefined; margin?: import("csstype").Property.Margin; marginBlock?: import("csstype").Property.MarginBlock; marginInline?: import("csstype").Property.MarginInline; mask?: import("csstype").Property.Mask; maskBorder?: import("csstype").Property.MaskBorder | undefined; motion?: import("csstype").Property.Offset; offset?: import("csstype").Property.Offset; outline?: import("csstype").Property.Outline; overflow?: import("csstype").Property.Overflow | undefined; overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined; padding?: import("csstype").Property.Padding; paddingBlock?: import("csstype").Property.PaddingBlock; paddingInline?: import("csstype").Property.PaddingInline; placeContent?: import("csstype").Property.PlaceContent | undefined; placeItems?: import("csstype").Property.PlaceItems | undefined; placeSelf?: import("csstype").Property.PlaceSelf | undefined; positionTry?: import("csstype").Property.PositionTry | undefined; scrollMargin?: import("csstype").Property.ScrollMargin; scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock; scrollMarginInline?: import("csstype").Property.ScrollMarginInline; scrollPadding?: import("csstype").Property.ScrollPadding; scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock; scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline; scrollSnapMargin?: import("csstype").Property.ScrollMargin; scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined; textDecoration?: import("csstype").Property.TextDecoration; textEmphasis?: import("csstype").Property.TextEmphasis | undefined; textWrap?: import("csstype").Property.TextWrap | undefined; transition?: import("csstype").Property.Transition; viewTimeline?: import("csstype").Property.ViewTimeline | undefined; MozAnimationDelay?: import("csstype").Property.AnimationDelay; MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; MozAnimationDuration?: import("csstype").Property.AnimationDuration; MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; MozAnimationName?: import("csstype").Property.AnimationName | undefined; MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; MozAppearance?: import("csstype").Property.MozAppearance | undefined; MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; MozBinding?: import("csstype").Property.MozBinding | undefined; MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined; MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth; MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined; MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined; MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined; MozBoxSizing?: import("csstype").Property.BoxSizing | undefined; MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; MozColumnWidth?: import("csstype").Property.ColumnWidth; MozContextProperties?: import("csstype").Property.MozContextProperties | undefined; MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; MozHyphens?: import("csstype").Property.Hyphens | undefined; MozMarginEnd?: import("csstype").Property.MarginInlineEnd; MozMarginStart?: import("csstype").Property.MarginInlineStart; MozOrient?: import("csstype").Property.MozOrient | undefined; MozOsxFontSmoothing?: import("csstype").Property.FontSmooth; MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft; MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright; MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft; MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright; MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd; MozPaddingStart?: import("csstype").Property.PaddingInlineStart; MozPerspective?: import("csstype").Property.Perspective; MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; MozStackSizing?: import("csstype").Property.MozStackSizing | undefined; MozTabSize?: import("csstype").Property.TabSize; MozTextBlink?: import("csstype").Property.MozTextBlink | undefined; MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; MozTransform?: import("csstype").Property.Transform | undefined; MozTransformOrigin?: import("csstype").Property.TransformOrigin; MozTransformStyle?: import("csstype").Property.TransformStyle | undefined; MozUserModify?: import("csstype").Property.MozUserModify | undefined; MozUserSelect?: import("csstype").Property.UserSelect | undefined; MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined; MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined; msAccelerator?: import("csstype").Property.MsAccelerator | undefined; msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined; msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined; msContentZooming?: import("csstype").Property.MsContentZooming | undefined; msFilter?: import("csstype").Property.MsFilter | undefined; msFlexDirection?: import("csstype").Property.FlexDirection | undefined; msFlexPositive?: import("csstype").Property.FlexGrow | undefined; msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined; msFlowInto?: import("csstype").Property.MsFlowInto | undefined; msGridColumns?: import("csstype").Property.MsGridColumns; msGridRows?: import("csstype").Property.MsGridRows; msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone; msHyphens?: import("csstype").Property.Hyphens | undefined; msImeAlign?: import("csstype").Property.MsImeAlign | undefined; msLineBreak?: import("csstype").Property.LineBreak | undefined; msOrder?: import("csstype").Property.Order | undefined; msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined; msOverflowX?: import("csstype").Property.OverflowX | undefined; msOverflowY?: import("csstype").Property.OverflowY | undefined; msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined; msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax; msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin; msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax; msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin; msScrollRails?: import("csstype").Property.MsScrollRails | undefined; msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined; msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined; msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined; msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined; msTextOverflow?: import("csstype").Property.TextOverflow | undefined; msTouchAction?: import("csstype").Property.TouchAction | undefined; msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined; msTransform?: import("csstype").Property.Transform | undefined; msTransformOrigin?: import("csstype").Property.TransformOrigin; msTransitionDelay?: import("csstype").Property.TransitionDelay; msTransitionDuration?: import("csstype").Property.TransitionDuration; msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; msUserSelect?: import("csstype").Property.MsUserSelect | undefined; msWordBreak?: import("csstype").Property.WordBreak | undefined; msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined; msWrapMargin?: import("csstype").Property.MsWrapMargin; msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined; msWritingMode?: import("csstype").Property.WritingMode | undefined; WebkitAlignContent?: import("csstype").Property.AlignContent | undefined; WebkitAlignItems?: import("csstype").Property.AlignItems | undefined; WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined; WebkitAnimationDelay?: import("csstype").Property.AnimationDelay; WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; WebkitAnimationDuration?: import("csstype").Property.AnimationDuration; WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; WebkitAnimationName?: import("csstype").Property.AnimationName | undefined; WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined; WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: import("csstype").Property.BackgroundSize; WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth; WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect; WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined; WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined; WebkitClipPath?: import("csstype").Property.ClipPath | undefined; WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined; WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined; WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined; WebkitColumnWidth?: import("csstype").Property.ColumnWidth; WebkitFilter?: import("csstype").Property.Filter | undefined; WebkitFlexBasis?: import("csstype").Property.FlexBasis; WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined; WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined; WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined; WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined; WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; WebkitFontKerning?: import("csstype").Property.FontKerning | undefined; WebkitFontSmoothing?: import("csstype").Property.FontSmooth; WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; WebkitHyphens?: import("csstype").Property.Hyphens | undefined; WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined; WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined; WebkitLineBreak?: import("csstype").Property.LineBreak | undefined; WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: import("csstype").Property.BlockSize; WebkitLogicalWidth?: import("csstype").Property.InlineSize; WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd; WebkitMarginStart?: import("csstype").Property.MarginInlineStart; WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset; WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth; WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined; WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined; WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition; WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX; WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY; WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: import("csstype").Property.WebkitMaskSize; WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize; WebkitOrder?: import("csstype").Property.Order | undefined; WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd; WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart; WebkitPerspective?: import("csstype").Property.Perspective; WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined; WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; WebkitShapeMargin?: import("csstype").Property.ShapeMargin; WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined; WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth; WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined; WebkitTransform?: import("csstype").Property.Transform | undefined; WebkitTransformOrigin?: import("csstype").Property.TransformOrigin; WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined; WebkitTransitionDelay?: import("csstype").Property.TransitionDelay; WebkitTransitionDuration?: import("csstype").Property.TransitionDuration; WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined; WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined; WebkitWritingMode?: import("csstype").Property.WritingMode | undefined; MozAnimation?: import("csstype").Property.Animation; MozBorderImage?: import("csstype").Property.BorderImage | undefined; MozColumnRule?: import("csstype").Property.ColumnRule; MozColumns?: import("csstype").Property.Columns; MozOutlineRadius?: import("csstype").Property.MozOutlineRadius; MozTransition?: import("csstype").Property.Transition; msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined; msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined; msFlex?: import("csstype").Property.Flex; msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined; msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined; msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined; msTransition?: import("csstype").Property.Transition; WebkitAnimation?: import("csstype").Property.Animation; WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore; WebkitBorderImage?: import("csstype").Property.BorderImage | undefined; WebkitBorderRadius?: import("csstype").Property.BorderRadius; WebkitColumnRule?: import("csstype").Property.ColumnRule; WebkitColumns?: import("csstype").Property.Columns; WebkitFlex?: import("csstype").Property.Flex; WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined; WebkitMask?: import("csstype").Property.WebkitMask; WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined; WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined; WebkitTextStroke?: import("csstype").Property.WebkitTextStroke; WebkitTransition?: import("csstype").Property.Transition; boxAlign?: import("csstype").Property.BoxAlign | undefined; boxDirection?: import("csstype").Property.BoxDirection | undefined; boxFlex?: import("csstype").Property.BoxFlex | undefined; boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; boxLines?: import("csstype").Property.BoxLines | undefined; boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; boxOrient?: import("csstype").Property.BoxOrient | undefined; boxPack?: import("csstype").Property.BoxPack | undefined; clip?: import("csstype").Property.Clip | undefined; fontStretch?: import("csstype").Property.FontStretch | undefined; gridColumnGap?: import("csstype").Property.GridColumnGap; gridGap?: import("csstype").Property.GridGap; gridRowGap?: import("csstype").Property.GridRowGap; imeMode?: import("csstype").Property.ImeMode | undefined; insetArea?: import("csstype").Property.PositionArea | undefined; offsetBlock?: import("csstype").Property.InsetBlock; offsetBlockEnd?: import("csstype").Property.InsetBlockEnd; offsetBlockStart?: import("csstype").Property.InsetBlockStart; offsetInline?: import("csstype").Property.InsetInline; offsetInlineEnd?: import("csstype").Property.InsetInlineEnd; offsetInlineStart?: import("csstype").Property.InsetInlineStart; pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined; pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined; pageBreakInside?: import("csstype").Property.PageBreakInside | undefined; positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate; scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination; scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined; KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined; KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined; KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined; KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined; KhtmlOpacity?: import("csstype").Property.Opacity | undefined; KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined; MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; MozBackgroundSize?: import("csstype").Property.BackgroundSize; MozBorderRadius?: import("csstype").Property.BorderRadius; MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius; MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius; MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius; MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius; MozBoxAlign?: import("csstype").Property.BoxAlign | undefined; MozBoxDirection?: import("csstype").Property.BoxDirection | undefined; MozBoxFlex?: import("csstype").Property.BoxFlex | undefined; MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; MozBoxOrient?: import("csstype").Property.BoxOrient | undefined; MozBoxPack?: import("csstype").Property.BoxPack | undefined; MozBoxShadow?: import("csstype").Property.BoxShadow | undefined; MozColumnCount?: import("csstype").Property.ColumnCount | undefined; MozColumnFill?: import("csstype").Property.ColumnFill | undefined; MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined; MozOpacity?: import("csstype").Property.Opacity | undefined; MozOutline?: import("csstype").Property.Outline; MozOutlineColor?: import("csstype").Property.OutlineColor | undefined; MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined; MozOutlineWidth?: import("csstype").Property.OutlineWidth; MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined; MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; MozTransitionDelay?: import("csstype").Property.TransitionDelay; MozTransitionDuration?: import("csstype").Property.TransitionDuration; MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; MozUserFocus?: import("csstype").Property.MozUserFocus | undefined; MozUserInput?: import("csstype").Property.MozUserInput | undefined; msImeMode?: import("csstype").Property.ImeMode | undefined; OAnimation?: import("csstype").Property.Animation; OAnimationDelay?: import("csstype").Property.AnimationDelay; OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; OAnimationDuration?: import("csstype").Property.AnimationDuration; OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; OAnimationName?: import("csstype").Property.AnimationName | undefined; OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; OBackgroundSize?: import("csstype").Property.BackgroundSize; OBorderImage?: import("csstype").Property.BorderImage | undefined; OObjectFit?: import("csstype").Property.ObjectFit | undefined; OObjectPosition?: import("csstype").Property.ObjectPosition; OTabSize?: import("csstype").Property.TabSize; OTextOverflow?: import("csstype").Property.TextOverflow | undefined; OTransform?: import("csstype").Property.Transform | undefined; OTransformOrigin?: import("csstype").Property.TransformOrigin; OTransition?: import("csstype").Property.Transition; OTransitionDelay?: import("csstype").Property.TransitionDelay; OTransitionDuration?: import("csstype").Property.TransitionDuration; OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined; WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined; WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined; WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; WebkitBoxLines?: import("csstype").Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined; WebkitBoxPack?: import("csstype").Property.BoxPack | undefined; colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined; colorRendering?: import("csstype").Property.ColorRendering | undefined; glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined; }; /** * Build the typography theme options */ export declare const getTypographyOptions: (breakpointsOptions: BreakpointsOptions, rtl: boolean) => { body1: { accentColor?: import("csstype").Property.AccentColor | undefined; alignContent?: import("csstype").Property.AlignContent | undefined; alignItems?: import("csstype").Property.AlignItems | undefined; alignSelf?: import("csstype").Property.AlignSelf | undefined; alignTracks?: import("csstype").Property.AlignTracks | undefined; alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined; anchorName?: import("csstype").Property.AnchorName | undefined; anchorScope?: import("csstype").Property.AnchorScope | undefined; animationComposition?: import("csstype").Property.AnimationComposition | undefined; animationDelay?: import("csstype").Property.AnimationDelay; animationDirection?: import("csstype").Property.AnimationDirection | undefined; animationDuration?: import("csstype").Property.AnimationDuration; animationFillMode?: import("csstype").Property.AnimationFillMode | undefined; animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; animationName?: import("csstype").Property.AnimationName | undefined; animationPlayState?: import("csstype").Property.AnimationPlayState | undefined; animationRangeEnd?: import("csstype").Property.AnimationRangeEnd; animationRangeStart?: import("csstype").Property.AnimationRangeStart; animationTimeline?: import("csstype").Property.AnimationTimeline | undefined; animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; appearance?: import("csstype").Property.Appearance | undefined; aspectRatio?: import("csstype").Property.AspectRatio | undefined; backdropFilter?: import("csstype").Property.BackdropFilter | undefined; backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined; backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined; backgroundClip?: import("csstype").Property.BackgroundClip | undefined; backgroundColor?: import("csstype").Property.BackgroundColor | undefined; backgroundImage?: import("csstype").Property.BackgroundImage | undefined; backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; backgroundPositionX?: import("csstype").Property.BackgroundPositionX; backgroundPositionY?: import("csstype").Property.BackgroundPositionY; backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined; backgroundSize?: import("csstype").Property.BackgroundSize; baselineShift?: import("csstype").Property.BaselineShift; blockSize?: import("csstype").Property.BlockSize; borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth; borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth; borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined; borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined; borderBottomWidth?: import("csstype").Property.BorderBottomWidth; borderCollapse?: import("csstype").Property.BorderCollapse | undefined; borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius; borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius; borderImageOutset?: import("csstype").Property.BorderImageOutset; borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined; borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; borderImageSource?: import("csstype").Property.BorderImageSource | undefined; borderImageWidth?: import("csstype").Property.BorderImageWidth; borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth; borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth; borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined; borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined; borderLeftWidth?: import("csstype").Property.BorderLeftWidth; borderRightColor?: import("csstype").Property.BorderRightColor | undefined; borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined; borderRightWidth?: import("csstype").Property.BorderRightWidth; borderSpacing?: import("csstype").Property.BorderSpacing; borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius; borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius; borderTopColor?: import("csstype").Property.BorderTopColor | undefined; borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined; borderTopWidth?: import("csstype").Property.BorderTopWidth; bottom?: import("csstype").Property.Bottom; boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; boxShadow?: import("csstype").Property.BoxShadow | undefined; boxSizing?: import("csstype").Property.BoxSizing | undefined; breakAfter?: import("csstype").Property.BreakAfter | undefined; breakBefore?: import("csstype").Property.BreakBefore | undefined; breakInside?: import("csstype").Property.BreakInside | undefined; captionSide?: import("csstype").Property.CaptionSide | undefined; caretColor?: import("csstype").Property.CaretColor | undefined; caretShape?: import("csstype").Property.CaretShape | undefined; clear?: import("csstype").Property.Clear | undefined; clipPath?: import("csstype").Property.ClipPath | undefined; clipRule?: import("csstype").Property.ClipRule | undefined; color?: import("csstype").Property.Color | undefined; colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined; colorScheme?: import("csstype").Property.ColorScheme | undefined; columnCount?: import("csstype").Property.ColumnCount | undefined; columnFill?: import("csstype").Property.ColumnFill | undefined; columnGap?: import("csstype").Property.ColumnGap; columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; columnRuleWidth?: import("csstype").Property.ColumnRuleWidth; columnSpan?: import("csstype").Property.ColumnSpan | undefined; columnWidth?: import("csstype").Property.ColumnWidth; contain?: import("csstype").Property.Contain | undefined; containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize; containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight; containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize; containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth; containerName?: import("csstype").Property.ContainerName | undefined; containerType?: import("csstype").Property.ContainerType | undefined; content?: import("csstype").Property.Content | undefined; contentVisibility?: import("csstype").Property.ContentVisibility | undefined; counterIncrement?: import("csstype").Property.CounterIncrement | undefined; counterReset?: import("csstype").Property.CounterReset | undefined; counterSet?: import("csstype").Property.CounterSet | undefined; cursor?: import("csstype").Property.Cursor | undefined; cx?: import("csstype").Property.Cx; cy?: import("csstype").Property.Cy; d?: import("csstype").Property.D | undefined; direction?: import("csstype").Property.Direction | undefined; display?: import("csstype").Property.Display | undefined; dominantBaseline?: import("csstype").Property.DominantBaseline | undefined; emptyCells?: import("csstype").Property.EmptyCells | undefined; fieldSizing?: import("csstype").Property.FieldSizing | undefined; fill?: import("csstype").Property.Fill | undefined; fillOpacity?: import("csstype").Property.FillOpacity | undefined; fillRule?: import("csstype").Property.FillRule | undefined; filter?: import("csstype").Property.Filter | undefined; flexBasis?: import("csstype").Property.FlexBasis; flexDirection?: import("csstype").Property.FlexDirection | undefined; flexGrow?: import("csstype").Property.FlexGrow | undefined; flexShrink?: import("csstype").Property.FlexShrink | undefined; flexWrap?: import("csstype").Property.FlexWrap | undefined; float?: import("csstype").Property.Float | undefined; floodColor?: import("csstype").Property.FloodColor | undefined; floodOpacity?: import("csstype").Property.FloodOpacity | undefined; fontFamily?: import("csstype").Property.FontFamily | undefined; fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; fontKerning?: import("csstype").Property.FontKerning | undefined; fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined; fontPalette?: import("csstype").Property.FontPalette | undefined; fontSize?: import("csstype").Property.FontSize; fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined; fontSmooth?: import("csstype").Property.FontSmooth; fontStyle?: import("csstype").Property.FontStyle | undefined; fontSynthesis?: import("csstype").Property.FontSynthesis | undefined; fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined; fontVariant?: import("csstype").Property.FontVariant | undefined; fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined; fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined; fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined; fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined; fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined; fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined; fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined; fontWeight?: import("csstype").Property.FontWeight | undefined; fontWidth?: import("csstype").Property.FontWidth | undefined; forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined; gridAutoColumns?: import("csstype").Property.GridAutoColumns; gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined; gridAutoRows?: import("csstype").Property.GridAutoRows; gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined; gridColumnStart?: import("csstype").Property.GridColumnStart | undefined; gridRowEnd?: import("csstype").Property.GridRowEnd | undefined; gridRowStart?: import("csstype").Property.GridRowStart | undefined; gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined; gridTemplateColumns?: import("csstype").Property.GridTemplateColumns; gridTemplateRows?: import("csstype").Property.GridTemplateRows; hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined; height?: import("csstype").Property.Height; hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined; hyphens?: import("csstype").Property.Hyphens | undefined; imageOrientation?: import("csstype").Property.ImageOrientation | undefined; imageRendering?: import("csstype").Property.ImageRendering | undefined; imageResolution?: import("csstype").Property.ImageResolution | undefined; initialLetter?: import("csstype").Property.InitialLetter | undefined; initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined; inlineSize?: import("csstype").Property.InlineSize; insetBlockEnd?: import("csstype").Property.InsetBlockEnd; insetBlockStart?: import("csstype").Property.InsetBlockStart; insetInlineEnd?: import("csstype").Property.InsetInlineEnd; insetInlineStart?: import("csstype").Property.InsetInlineStart; interpolateSize?: import("csstype").Property.InterpolateSize | undefined; isolation?: import("csstype").Property.Isolation | undefined; justifyContent?: import("csstype").Property.JustifyContent | undefined; justifyItems?: import("csstype").Property.JustifyItems | undefined; justifySelf?: import("csstype").Property.JustifySelf | undefined; justifyTracks?: import("csstype").Property.JustifyTracks | undefined; left?: import("csstype").Property.Left; letterSpacing?: import("csstype").Property.LetterSpacing; lightingColor?: import("csstype").Property.LightingColor | undefined; lineBreak?: import("csstype").Property.LineBreak | undefined; lineHeight?: import("csstype").Property.LineHeight; lineHeightStep?: import("csstype").Property.LineHeightStep; listStyleImage?: import("csstype").Property.ListStyleImage | undefined; listStylePosition?: import("csstype").Property.ListStylePosition | undefined; listStyleType?: import("csstype").Property.ListStyleType | undefined; marginBlockEnd?: import("csstype").Property.MarginBlockEnd; marginBlockStart?: import("csstype").Property.MarginBlockStart; marginBottom?: import("csstype").Property.MarginBottom; marginInlineEnd?: import("csstype").Property.MarginInlineEnd; marginInlineStart?: import("csstype").Property.MarginInlineStart; marginLeft?: import("csstype").Property.MarginLeft; marginRight?: import("csstype").Property.MarginRight; marginTop?: import("csstype").Property.MarginTop; marginTrim?: import("csstype").Property.MarginTrim | undefined; marker?: import("csstype").Property.Marker | undefined; markerEnd?: import("csstype").Property.MarkerEnd | undefined; markerMid?: import("csstype").Property.MarkerMid | undefined; markerStart?: import("csstype").Property.MarkerStart | undefined; maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined; maskBorderOutset?: import("csstype").Property.MaskBorderOutset; maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined; maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined; maskBorderWidth?: import("csstype").Property.MaskBorderWidth; maskClip?: import("csstype").Property.MaskClip | undefined; maskComposite?: import("csstype").Property.MaskComposite | undefined; maskImage?: import("csstype").Property.MaskImage | undefined; maskMode?: import("csstype").Property.MaskMode | undefined; maskOrigin?: import("csstype").Property.MaskOrigin | undefined; maskPosition?: import("csstype").Property.MaskPosition; maskRepeat?: import("csstype").Property.MaskRepeat | undefined; maskSize?: import("csstype").Property.MaskSize; maskType?: import("csstype").Property.MaskType | undefined; masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined; mathDepth?: import("csstype").Property.MathDepth | undefined; mathShift?: import("csstype").Property.MathShift | undefined; mathStyle?: import("csstype").Property.MathStyle | undefined; maxBlockSize?: import("csstype").Property.MaxBlockSize; maxHeight?: import("csstype").Property.MaxHeight; maxInlineSize?: import("csstype").Property.MaxInlineSize; maxLines?: import("csstype").Property.MaxLines | undefined; maxWidth?: import("csstype").Property.MaxWidth; minBlockSize?: import("csstype").Property.MinBlockSize; minHeight?: import("csstype").Property.MinHeight; minInlineSize?: import("csstype").Property.MinInlineSize; minWidth?: import("csstype").Property.MinWidth; mixBlendMode?: import("csstype").Property.MixBlendMode | undefined; motionDistance?: import("csstype").Property.OffsetDistance; motionPath?: import("csstype").Property.OffsetPath | undefined; motionRotation?: import("csstype").Property.OffsetRotate | undefined; objectFit?: import("csstype").Property.ObjectFit | undefined; objectPosition?: import("csstype").Property.ObjectPosition; objectViewBox?: import("csstype").Property.ObjectViewBox | undefined; offsetAnchor?: import("csstype").Property.OffsetAnchor; offsetDistance?: import("csstype").Property.OffsetDistance; offsetPath?: import("csstype").Property.OffsetPath | undefined; offsetPosition?: import("csstype").Property.OffsetPosition; offsetRotate?: import("csstype").Property.OffsetRotate | undefined; offsetRotation?: import("csstype").Property.OffsetRotate | undefined; opacity?: import("csstype").Property.Opacity | undefined; order?: import("csstype").Property.Order | undefined; orphans?: import("csstype").Property.Orphans | undefined; outlineColor?: import("csstype").Property.OutlineColor | undefined; outlineOffset?: import("csstype").Property.OutlineOffset; outlineStyle?: import("csstype").Property.OutlineStyle | undefined; outlineWidth?: import("csstype").Property.OutlineWidth; overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined; overflowBlock?: import("csstype").Property.OverflowBlock | undefined; overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined; overflowClipMargin?: import("csstype").Property.OverflowClipMargin; overflowInline?: import("csstype").Property.OverflowInline | undefined; overflowWrap?: import("csstype").Property.OverflowWrap | undefined; overflowX?: import("csstype").Property.OverflowX | undefined; overflowY?: import("csstype").Property.OverflowY | undefined; overlay?: import("csstype").Property.Overlay | undefined; overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd; paddingBlockStart?: import("csstype").Property.PaddingBlockStart; paddingBottom?: import("csstype").Property.PaddingBottom; paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd; paddingInlineStart?: import("csstype").Property.PaddingInlineStart; paddingLeft?: import("csstype").Property.PaddingLeft; paddingRight?: import("csstype").Property.PaddingRight; paddingTop?: import("csstype").Property.PaddingTop; page?: import("csstype").Property.Page | undefined; paintOrder?: import("csstype").Property.PaintOrder | undefined; perspective?: import("csstype").Property.Perspective; perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; pointerEvents?: import("csstype").Property.PointerEvents | undefined; position?: import("csstype").Property.Position | undefined; positionAnchor?: import("csstype").Property.PositionAnchor | undefined; positionArea?: import("csstype").Property.PositionArea | undefined; positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined; positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined; positionVisibility?: import("csstype").Property.PositionVisibility | undefined; printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; quotes?: import("csstype").Property.Quotes | undefined; r?: import("csstype").Property.R; resize?: import("csstype").Property.Resize | undefined; right?: import("csstype").Property.Right; rotate?: import("csstype").Property.Rotate | undefined; rowGap?: import("csstype").Property.RowGap; rubyAlign?: import("csstype").Property.RubyAlign | undefined; rubyMerge?: import("csstype").Property.RubyMerge | undefined; rubyOverhang?: import("csstype").Property.RubyOverhang | undefined; rubyPosition?: import("csstype").Property.RubyPosition | undefined; rx?: import("csstype").Property.Rx; ry?: import("csstype").Property.Ry; scale?: import("csstype").Property.Scale | undefined; scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined; scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd; scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart; scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd; scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart; scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollMarginRight?: import("csstype").Property.ScrollMarginRight; scrollMarginTop?: import("csstype").Property.ScrollMarginTop; scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd; scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart; scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom; scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd; scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart; scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft; scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight; scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop; scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight; scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop; scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined; scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined; scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined; scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined; scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined; scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined; shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined; shapeMargin?: import("csstype").Property.ShapeMargin; shapeOutside?: import("csstype").Property.ShapeOutside | undefined; shapeRendering?: import("csstype").Property.ShapeRendering | undefined; speakAs?: import("csstype").Property.SpeakAs | undefined; stopColor?: import("csstype").Property.StopColor | undefined; stopOpacity?: import("csstype").Property.StopOpacity | undefined; stroke?: import("csstype").Property.Stroke | undefined; strokeColor?: import("csstype").Property.StrokeColor | undefined; strokeDasharray?: import("csstype").Property.StrokeDasharray; strokeDashoffset?: import("csstype").Property.StrokeDashoffset; strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined; strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined; strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined; strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined; strokeWidth?: import("csstype").Property.StrokeWidth; tabSize?: import("csstype").Property.TabSize; tableLayout?: import("csstype").Property.TableLayout | undefined; textAlign?: import("csstype").Property.TextAlign | undefined; textAlignLast?: import("csstype").Property.TextAlignLast | undefined; textAnchor?: import("csstype").Property.TextAnchor | undefined; textAutospace?: import("csstype").Property.TextAutospace | undefined; textBox?: import("csstype").Property.TextBox | undefined; textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined; textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined; textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined; textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined; textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; textDecorationThickness?: import("csstype").Property.TextDecorationThickness; textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; textIndent?: import("csstype").Property.TextIndent; textJustify?: import("csstype").Property.TextJustify | undefined; textOrientation?: import("csstype").Property.TextOrientation | undefined; textOverflow?: import("csstype").Property.TextOverflow | undefined; textRendering?: import("csstype").Property.TextRendering | undefined; textShadow?: import("csstype").Property.TextShadow | undefined; textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined; textTransform?: import("csstype").Property.TextTransform | undefined; textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset; textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; textWrapMode?: import("csstype").Property.TextWrapMode | undefined; textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined; timelineScope?: import("csstype").Property.TimelineScope | undefined; top?: import("csstype").Property.Top; touchAction?: import("csstype").Property.TouchAction | undefined; transform?: import("csstype").Property.Transform | undefined; transformBox?: import("csstype").Property.TransformBox | undefined; transformOrigin?: import("csstype").Property.TransformOrigin; transformStyle?: import("csstype").Property.TransformStyle | undefined; transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined; transitionDelay?: import("csstype").Property.TransitionDelay; transitionDuration?: import("csstype").Property.TransitionDuration; transitionProperty?: import("csstype").Property.TransitionProperty | undefined; transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; translate?: import("csstype").Property.Translate; unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined; userSelect?: import("csstype").Property.UserSelect | undefined; vectorEffect?: import("csstype").Property.VectorEffect | undefined; verticalAlign?: import("csstype").Property.VerticalAlign; viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined; viewTimelineInset?: import("csstype").Property.ViewTimelineInset; viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined; viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined; viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined; visibility?: import("csstype").Property.Visibility | undefined; whiteSpace?: import("csstype").Property.WhiteSpace | undefined; whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined; widows?: import("csstype").Property.Widows | undefined; width?: import("csstype").Property.Width; willChange?: import("csstype").Property.WillChange | undefined; wordBreak?: import("csstype").Property.WordBreak | undefined; wordSpacing?: import("csstype").Property.WordSpacing; wordWrap?: import("csstype").Property.WordWrap | undefined; writingMode?: import("csstype").Property.WritingMode | undefined; x?: import("csstype").Property.X; y?: import("csstype").Property.Y; zIndex?: import("csstype").Property.ZIndex | undefined; zoom?: import("csstype").Property.Zoom | undefined; all?: import("csstype").Property.All | undefined; animation?: import("csstype").Property.Animation; animationRange?: import("csstype").Property.AnimationRange; background?: import("csstype").Property.Background; backgroundPosition?: import("csstype").Property.BackgroundPosition; border?: import("csstype").Property.Border; borderBlock?: import("csstype").Property.BorderBlock; borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined; borderBlockEnd?: import("csstype").Property.BorderBlockEnd; borderBlockStart?: import("csstype").Property.BorderBlockStart; borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined; borderBlockWidth?: import("csstype").Property.BorderBlockWidth; borderBottom?: import("csstype").Property.BorderBottom; borderColor?: import("csstype").Property.BorderColor | undefined; borderImage?: import("csstype").Property.BorderImage | undefined; borderInline?: import("csstype").Property.BorderInline; borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined; borderInlineEnd?: import("csstype").Property.BorderInlineEnd; borderInlineStart?: import("csstype").Property.BorderInlineStart; borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined; borderInlineWidth?: import("csstype").Property.BorderInlineWidth; borderLeft?: import("csstype").Property.BorderLeft; borderRadius?: import("csstype").Property.BorderRadius; borderRight?: import("csstype").Property.BorderRight; borderStyle?: import("csstype").Property.BorderStyle | undefined; borderTop?: import("csstype").Property.BorderTop; borderWidth?: import("csstype").Property.BorderWidth; caret?: import("csstype").Property.Caret | undefined; columnRule?: import("csstype").Property.ColumnRule; columns?: import("csstype").Property.Columns; containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize; container?: import("csstype").Property.Container | undefined; flex?: import("csstype").Property.Flex; flexFlow?: import("csstype").Property.FlexFlow | undefined; font?: import("csstype").Property.Font | undefined; gap?: import("csstype").Property.Gap; grid?: import("csstype").Property.Grid | undefined; gridArea?: import("csstype").Property.GridArea | undefined; gridColumn?: import("csstype").Property.GridColumn | undefined; gridRow?: import("csstype").Property.GridRow | undefined; gridTemplate?: import("csstype").Property.GridTemplate | undefined; inset?: import("csstype").Property.Inset; insetBlock?: import("csstype").Property.InsetBlock; insetInline?: import("csstype").Property.InsetInline; lineClamp?: import("csstype").Property.LineClamp | undefined; listStyle?: import("csstype").Property.ListStyle | undefined; margin?: import("csstype").Property.Margin; marginBlock?: import("csstype").Property.MarginBlock; marginInline?: import("csstype").Property.MarginInline; mask?: import("csstype").Property.Mask; maskBorder?: import("csstype").Property.MaskBorder | undefined; motion?: import("csstype").Property.Offset; offset?: import("csstype").Property.Offset; outline?: import("csstype").Property.Outline; overflow?: import("csstype").Property.Overflow | undefined; overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined; padding?: import("csstype").Property.Padding; paddingBlock?: import("csstype").Property.PaddingBlock; paddingInline?: import("csstype").Property.PaddingInline; placeContent?: import("csstype").Property.PlaceContent | undefined; placeItems?: import("csstype").Property.PlaceItems | undefined; placeSelf?: import("csstype").Property.PlaceSelf | undefined; positionTry?: import("csstype").Property.PositionTry | undefined; scrollMargin?: import("csstype").Property.ScrollMargin; scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock; scrollMarginInline?: import("csstype").Property.ScrollMarginInline; scrollPadding?: import("csstype").Property.ScrollPadding; scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock; scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline; scrollSnapMargin?: import("csstype").Property.ScrollMargin; scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined; textDecoration?: import("csstype").Property.TextDecoration; textEmphasis?: import("csstype").Property.TextEmphasis | undefined; textWrap?: import("csstype").Property.TextWrap | undefined; transition?: import("csstype").Property.Transition; viewTimeline?: import("csstype").Property.ViewTimeline | undefined; MozAnimationDelay?: import("csstype").Property.AnimationDelay; MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; MozAnimationDuration?: import("csstype").Property.AnimationDuration; MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; MozAnimationName?: import("csstype").Property.AnimationName | undefined; MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; MozAppearance?: import("csstype").Property.MozAppearance | undefined; MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; MozBinding?: import("csstype").Property.MozBinding | undefined; MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined; MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth; MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined; MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined; MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined; MozBoxSizing?: import("csstype").Property.BoxSizing | undefined; MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; MozColumnWidth?: import("csstype").Property.ColumnWidth; MozContextProperties?: import("csstype").Property.MozContextProperties | undefined; MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; MozHyphens?: import("csstype").Property.Hyphens | undefined; MozMarginEnd?: import("csstype").Property.MarginInlineEnd; MozMarginStart?: import("csstype").Property.MarginInlineStart; MozOrient?: import("csstype").Property.MozOrient | undefined; MozOsxFontSmoothing?: import("csstype").Property.FontSmooth; MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft; MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright; MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft; MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright; MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd; MozPaddingStart?: import("csstype").Property.PaddingInlineStart; MozPerspective?: import("csstype").Property.Perspective; MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; MozStackSizing?: import("csstype").Property.MozStackSizing | undefined; MozTabSize?: import("csstype").Property.TabSize; MozTextBlink?: import("csstype").Property.MozTextBlink | undefined; MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; MozTransform?: import("csstype").Property.Transform | undefined; MozTransformOrigin?: import("csstype").Property.TransformOrigin; MozTransformStyle?: import("csstype").Property.TransformStyle | undefined; MozUserModify?: import("csstype").Property.MozUserModify | undefined; MozUserSelect?: import("csstype").Property.UserSelect | undefined; MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined; MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined; msAccelerator?: import("csstype").Property.MsAccelerator | undefined; msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined; msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined; msContentZooming?: import("csstype").Property.MsContentZooming | undefined; msFilter?: import("csstype").Property.MsFilter | undefined; msFlexDirection?: import("csstype").Property.FlexDirection | undefined; msFlexPositive?: import("csstype").Property.FlexGrow | undefined; msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined; msFlowInto?: import("csstype").Property.MsFlowInto | undefined; msGridColumns?: import("csstype").Property.MsGridColumns; msGridRows?: import("csstype").Property.MsGridRows; msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone; msHyphens?: import("csstype").Property.Hyphens | undefined; msImeAlign?: import("csstype").Property.MsImeAlign | undefined; msLineBreak?: import("csstype").Property.LineBreak | undefined; msOrder?: import("csstype").Property.Order | undefined; msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined; msOverflowX?: import("csstype").Property.OverflowX | undefined; msOverflowY?: import("csstype").Property.OverflowY | undefined; msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined; msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax; msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin; msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax; msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin; msScrollRails?: import("csstype").Property.MsScrollRails | undefined; msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined; msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined; msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined; msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined; msTextOverflow?: import("csstype").Property.TextOverflow | undefined; msTouchAction?: import("csstype").Property.TouchAction | undefined; msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined; msTransform?: import("csstype").Property.Transform | undefined; msTransformOrigin?: import("csstype").Property.TransformOrigin; msTransitionDelay?: import("csstype").Property.TransitionDelay; msTransitionDuration?: import("csstype").Property.TransitionDuration; msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; msUserSelect?: import("csstype").Property.MsUserSelect | undefined; msWordBreak?: import("csstype").Property.WordBreak | undefined; msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined; msWrapMargin?: import("csstype").Property.MsWrapMargin; msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined; msWritingMode?: import("csstype").Property.WritingMode | undefined; WebkitAlignContent?: import("csstype").Property.AlignContent | undefined; WebkitAlignItems?: import("csstype").Property.AlignItems | undefined; WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined; WebkitAnimationDelay?: import("csstype").Property.AnimationDelay; WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; WebkitAnimationDuration?: import("csstype").Property.AnimationDuration; WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; WebkitAnimationName?: import("csstype").Property.AnimationName | undefined; WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined; WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: import("csstype").Property.BackgroundSize; WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth; WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect; WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined; WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined; WebkitClipPath?: import("csstype").Property.ClipPath | undefined; WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined; WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined; WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined; WebkitColumnWidth?: import("csstype").Property.ColumnWidth; WebkitFilter?: import("csstype").Property.Filter | undefined; WebkitFlexBasis?: import("csstype").Property.FlexBasis; WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined; WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined; WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined; WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined; WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; WebkitFontKerning?: import("csstype").Property.FontKerning | undefined; WebkitFontSmoothing?: import("csstype").Property.FontSmooth; WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; WebkitHyphens?: import("csstype").Property.Hyphens | undefined; WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined; WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined; WebkitLineBreak?: import("csstype").Property.LineBreak | undefined; WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: import("csstype").Property.BlockSize; WebkitLogicalWidth?: import("csstype").Property.InlineSize; WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd; WebkitMarginStart?: import("csstype").Property.MarginInlineStart; WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset; WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth; WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined; WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined; WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition; WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX; WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY; WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: import("csstype").Property.WebkitMaskSize; WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize; WebkitOrder?: import("csstype").Property.Order | undefined; WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd; WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart; WebkitPerspective?: import("csstype").Property.Perspective; WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined; WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; WebkitShapeMargin?: import("csstype").Property.ShapeMargin; WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined; WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth; WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined; WebkitTransform?: import("csstype").Property.Transform | undefined; WebkitTransformOrigin?: import("csstype").Property.TransformOrigin; WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined; WebkitTransitionDelay?: import("csstype").Property.TransitionDelay; WebkitTransitionDuration?: import("csstype").Property.TransitionDuration; WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined; WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined; WebkitWritingMode?: import("csstype").Property.WritingMode | undefined; MozAnimation?: import("csstype").Property.Animation; MozBorderImage?: import("csstype").Property.BorderImage | undefined; MozColumnRule?: import("csstype").Property.ColumnRule; MozColumns?: import("csstype").Property.Columns; MozOutlineRadius?: import("csstype").Property.MozOutlineRadius; MozTransition?: import("csstype").Property.Transition; msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined; msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined; msFlex?: import("csstype").Property.Flex; msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined; msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined; msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined; msTransition?: import("csstype").Property.Transition; WebkitAnimation?: import("csstype").Property.Animation; WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore; WebkitBorderImage?: import("csstype").Property.BorderImage | undefined; WebkitBorderRadius?: import("csstype").Property.BorderRadius; WebkitColumnRule?: import("csstype").Property.ColumnRule; WebkitColumns?: import("csstype").Property.Columns; WebkitFlex?: import("csstype").Property.Flex; WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined; WebkitMask?: import("csstype").Property.WebkitMask; WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined; WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined; WebkitTextStroke?: import("csstype").Property.WebkitTextStroke; WebkitTransition?: import("csstype").Property.Transition; boxAlign?: import("csstype").Property.BoxAlign | undefined; boxDirection?: import("csstype").Property.BoxDirection | undefined; boxFlex?: import("csstype").Property.BoxFlex | undefined; boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; boxLines?: import("csstype").Property.BoxLines | undefined; boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; boxOrient?: import("csstype").Property.BoxOrient | undefined; boxPack?: import("csstype").Property.BoxPack | undefined; clip?: import("csstype").Property.Clip | undefined; fontStretch?: import("csstype").Property.FontStretch | undefined; gridColumnGap?: import("csstype").Property.GridColumnGap; gridGap?: import("csstype").Property.GridGap; gridRowGap?: import("csstype").Property.GridRowGap; imeMode?: import("csstype").Property.ImeMode | undefined; insetArea?: import("csstype").Property.PositionArea | undefined; offsetBlock?: import("csstype").Property.InsetBlock; offsetBlockEnd?: import("csstype").Property.InsetBlockEnd; offsetBlockStart?: import("csstype").Property.InsetBlockStart; offsetInline?: import("csstype").Property.InsetInline; offsetInlineEnd?: import("csstype").Property.InsetInlineEnd; offsetInlineStart?: import("csstype").Property.InsetInlineStart; pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined; pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined; pageBreakInside?: import("csstype").Property.PageBreakInside | undefined; positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate; scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination; scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined; KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined; KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined; KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined; KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined; KhtmlOpacity?: import("csstype").Property.Opacity | undefined; KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined; MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; MozBackgroundSize?: import("csstype").Property.BackgroundSize; MozBorderRadius?: import("csstype").Property.BorderRadius; MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius; MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius; MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius; MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius; MozBoxAlign?: import("csstype").Property.BoxAlign | undefined; MozBoxDirection?: import("csstype").Property.BoxDirection | undefined; MozBoxFlex?: import("csstype").Property.BoxFlex | undefined; MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; MozBoxOrient?: import("csstype").Property.BoxOrient | undefined; MozBoxPack?: import("csstype").Property.BoxPack | undefined; MozBoxShadow?: import("csstype").Property.BoxShadow | undefined; MozColumnCount?: import("csstype").Property.ColumnCount | undefined; MozColumnFill?: import("csstype").Property.ColumnFill | undefined; MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined; MozOpacity?: import("csstype").Property.Opacity | undefined; MozOutline?: import("csstype").Property.Outline; MozOutlineColor?: import("csstype").Property.OutlineColor | undefined; MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined; MozOutlineWidth?: import("csstype").Property.OutlineWidth; MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined; MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; MozTransitionDelay?: import("csstype").Property.TransitionDelay; MozTransitionDuration?: import("csstype").Property.TransitionDuration; MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; MozUserFocus?: import("csstype").Property.MozUserFocus | undefined; MozUserInput?: import("csstype").Property.MozUserInput | undefined; msImeMode?: import("csstype").Property.ImeMode | undefined; OAnimation?: import("csstype").Property.Animation; OAnimationDelay?: import("csstype").Property.AnimationDelay; OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; OAnimationDuration?: import("csstype").Property.AnimationDuration; OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; OAnimationName?: import("csstype").Property.AnimationName | undefined; OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; OBackgroundSize?: import("csstype").Property.BackgroundSize; OBorderImage?: import("csstype").Property.BorderImage | undefined; OObjectFit?: import("csstype").Property.ObjectFit | undefined; OObjectPosition?: import("csstype").Property.ObjectPosition; OTabSize?: import("csstype").Property.TabSize; OTextOverflow?: import("csstype").Property.TextOverflow | undefined; OTransform?: import("csstype").Property.Transform | undefined; OTransformOrigin?: import("csstype").Property.TransformOrigin; OTransition?: import("csstype").Property.Transition; OTransitionDelay?: import("csstype").Property.TransitionDelay; OTransitionDuration?: import("csstype").Property.TransitionDuration; OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined; WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined; WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined; WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; WebkitBoxLines?: import("csstype").Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined; WebkitBoxPack?: import("csstype").Property.BoxPack | undefined; colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined; colorRendering?: import("csstype").Property.ColorRendering | undefined; glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined; }; body2: { accentColor?: import("csstype").Property.AccentColor | undefined; alignContent?: import("csstype").Property.AlignContent | undefined; alignItems?: import("csstype").Property.AlignItems | undefined; alignSelf?: import("csstype").Property.AlignSelf | undefined; alignTracks?: import("csstype").Property.AlignTracks | undefined; alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined; anchorName?: import("csstype").Property.AnchorName | undefined; anchorScope?: import("csstype").Property.AnchorScope | undefined; animationComposition?: import("csstype").Property.AnimationComposition | undefined; animationDelay?: import("csstype").Property.AnimationDelay; animationDirection?: import("csstype").Property.AnimationDirection | undefined; animationDuration?: import("csstype").Property.AnimationDuration; animationFillMode?: import("csstype").Property.AnimationFillMode | undefined; animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; animationName?: import("csstype").Property.AnimationName | undefined; animationPlayState?: import("csstype").Property.AnimationPlayState | undefined; animationRangeEnd?: import("csstype").Property.AnimationRangeEnd; animationRangeStart?: import("csstype").Property.AnimationRangeStart; animationTimeline?: import("csstype").Property.AnimationTimeline | undefined; animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; appearance?: import("csstype").Property.Appearance | undefined; aspectRatio?: import("csstype").Property.AspectRatio | undefined; backdropFilter?: import("csstype").Property.BackdropFilter | undefined; backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined; backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined; backgroundClip?: import("csstype").Property.BackgroundClip | undefined; backgroundColor?: import("csstype").Property.BackgroundColor | undefined; backgroundImage?: import("csstype").Property.BackgroundImage | undefined; backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; backgroundPositionX?: import("csstype").Property.BackgroundPositionX; backgroundPositionY?: import("csstype").Property.BackgroundPositionY; backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined; backgroundSize?: import("csstype").Property.BackgroundSize; baselineShift?: import("csstype").Property.BaselineShift; blockSize?: import("csstype").Property.BlockSize; borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth; borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth; borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined; borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined; borderBottomWidth?: import("csstype").Property.BorderBottomWidth; borderCollapse?: import("csstype").Property.BorderCollapse | undefined; borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius; borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius; borderImageOutset?: import("csstype").Property.BorderImageOutset; borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined; borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; borderImageSource?: import("csstype").Property.BorderImageSource | undefined; borderImageWidth?: import("csstype").Property.BorderImageWidth; borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth; borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth; borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined; borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined; borderLeftWidth?: import("csstype").Property.BorderLeftWidth; borderRightColor?: import("csstype").Property.BorderRightColor | undefined; borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined; borderRightWidth?: import("csstype").Property.BorderRightWidth; borderSpacing?: import("csstype").Property.BorderSpacing; borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius; borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius; borderTopColor?: import("csstype").Property.BorderTopColor | undefined; borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined; borderTopWidth?: import("csstype").Property.BorderTopWidth; bottom?: import("csstype").Property.Bottom; boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; boxShadow?: import("csstype").Property.BoxShadow | undefined; boxSizing?: import("csstype").Property.BoxSizing | undefined; breakAfter?: import("csstype").Property.BreakAfter | undefined; breakBefore?: import("csstype").Property.BreakBefore | undefined; breakInside?: import("csstype").Property.BreakInside | undefined; captionSide?: import("csstype").Property.CaptionSide | undefined; caretColor?: import("csstype").Property.CaretColor | undefined; caretShape?: import("csstype").Property.CaretShape | undefined; clear?: import("csstype").Property.Clear | undefined; clipPath?: import("csstype").Property.ClipPath | undefined; clipRule?: import("csstype").Property.ClipRule | undefined; color?: import("csstype").Property.Color | undefined; colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined; colorScheme?: import("csstype").Property.ColorScheme | undefined; columnCount?: import("csstype").Property.ColumnCount | undefined; columnFill?: import("csstype").Property.ColumnFill | undefined; columnGap?: import("csstype").Property.ColumnGap; columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; columnRuleWidth?: import("csstype").Property.ColumnRuleWidth; columnSpan?: import("csstype").Property.ColumnSpan | undefined; columnWidth?: import("csstype").Property.ColumnWidth; contain?: import("csstype").Property.Contain | undefined; containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize; containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight; containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize; containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth; containerName?: import("csstype").Property.ContainerName | undefined; containerType?: import("csstype").Property.ContainerType | undefined; content?: import("csstype").Property.Content | undefined; contentVisibility?: import("csstype").Property.ContentVisibility | undefined; counterIncrement?: import("csstype").Property.CounterIncrement | undefined; counterReset?: import("csstype").Property.CounterReset | undefined; counterSet?: import("csstype").Property.CounterSet | undefined; cursor?: import("csstype").Property.Cursor | undefined; cx?: import("csstype").Property.Cx; cy?: import("csstype").Property.Cy; d?: import("csstype").Property.D | undefined; direction?: import("csstype").Property.Direction | undefined; display?: import("csstype").Property.Display | undefined; dominantBaseline?: import("csstype").Property.DominantBaseline | undefined; emptyCells?: import("csstype").Property.EmptyCells | undefined; fieldSizing?: import("csstype").Property.FieldSizing | undefined; fill?: import("csstype").Property.Fill | undefined; fillOpacity?: import("csstype").Property.FillOpacity | undefined; fillRule?: import("csstype").Property.FillRule | undefined; filter?: import("csstype").Property.Filter | undefined; flexBasis?: import("csstype").Property.FlexBasis; flexDirection?: import("csstype").Property.FlexDirection | undefined; flexGrow?: import("csstype").Property.FlexGrow | undefined; flexShrink?: import("csstype").Property.FlexShrink | undefined; flexWrap?: import("csstype").Property.FlexWrap | undefined; float?: import("csstype").Property.Float | undefined; floodColor?: import("csstype").Property.FloodColor | undefined; floodOpacity?: import("csstype").Property.FloodOpacity | undefined; fontFamily?: import("csstype").Property.FontFamily | undefined; fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; fontKerning?: import("csstype").Property.FontKerning | undefined; fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined; fontPalette?: import("csstype").Property.FontPalette | undefined; fontSize?: import("csstype").Property.FontSize; fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined; fontSmooth?: import("csstype").Property.FontSmooth; fontStyle?: import("csstype").Property.FontStyle | undefined; fontSynthesis?: import("csstype").Property.FontSynthesis | undefined; fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined; fontVariant?: import("csstype").Property.FontVariant | undefined; fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined; fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined; fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined; fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined; fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined; fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined; fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined; fontWeight?: import("csstype").Property.FontWeight | undefined; fontWidth?: import("csstype").Property.FontWidth | undefined; forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined; gridAutoColumns?: import("csstype").Property.GridAutoColumns; gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined; gridAutoRows?: import("csstype").Property.GridAutoRows; gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined; gridColumnStart?: import("csstype").Property.GridColumnStart | undefined; gridRowEnd?: import("csstype").Property.GridRowEnd | undefined; gridRowStart?: import("csstype").Property.GridRowStart | undefined; gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined; gridTemplateColumns?: import("csstype").Property.GridTemplateColumns; gridTemplateRows?: import("csstype").Property.GridTemplateRows; hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined; height?: import("csstype").Property.Height; hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined; hyphens?: import("csstype").Property.Hyphens | undefined; imageOrientation?: import("csstype").Property.ImageOrientation | undefined; imageRendering?: import("csstype").Property.ImageRendering | undefined; imageResolution?: import("csstype").Property.ImageResolution | undefined; initialLetter?: import("csstype").Property.InitialLetter | undefined; initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined; inlineSize?: import("csstype").Property.InlineSize; insetBlockEnd?: import("csstype").Property.InsetBlockEnd; insetBlockStart?: import("csstype").Property.InsetBlockStart; insetInlineEnd?: import("csstype").Property.InsetInlineEnd; insetInlineStart?: import("csstype").Property.InsetInlineStart; interpolateSize?: import("csstype").Property.InterpolateSize | undefined; isolation?: import("csstype").Property.Isolation | undefined; justifyContent?: import("csstype").Property.JustifyContent | undefined; justifyItems?: import("csstype").Property.JustifyItems | undefined; justifySelf?: import("csstype").Property.JustifySelf | undefined; justifyTracks?: import("csstype").Property.JustifyTracks | undefined; left?: import("csstype").Property.Left; letterSpacing?: import("csstype").Property.LetterSpacing; lightingColor?: import("csstype").Property.LightingColor | undefined; lineBreak?: import("csstype").Property.LineBreak | undefined; lineHeight?: import("csstype").Property.LineHeight; lineHeightStep?: import("csstype").Property.LineHeightStep; listStyleImage?: import("csstype").Property.ListStyleImage | undefined; listStylePosition?: import("csstype").Property.ListStylePosition | undefined; listStyleType?: import("csstype").Property.ListStyleType | undefined; marginBlockEnd?: import("csstype").Property.MarginBlockEnd; marginBlockStart?: import("csstype").Property.MarginBlockStart; marginBottom?: import("csstype").Property.MarginBottom; marginInlineEnd?: import("csstype").Property.MarginInlineEnd; marginInlineStart?: import("csstype").Property.MarginInlineStart; marginLeft?: import("csstype").Property.MarginLeft; marginRight?: import("csstype").Property.MarginRight; marginTop?: import("csstype").Property.MarginTop; marginTrim?: import("csstype").Property.MarginTrim | undefined; marker?: import("csstype").Property.Marker | undefined; markerEnd?: import("csstype").Property.MarkerEnd | undefined; markerMid?: import("csstype").Property.MarkerMid | undefined; markerStart?: import("csstype").Property.MarkerStart | undefined; maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined; maskBorderOutset?: import("csstype").Property.MaskBorderOutset; maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined; maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined; maskBorderWidth?: import("csstype").Property.MaskBorderWidth; maskClip?: import("csstype").Property.MaskClip | undefined; maskComposite?: import("csstype").Property.MaskComposite | undefined; maskImage?: import("csstype").Property.MaskImage | undefined; maskMode?: import("csstype").Property.MaskMode | undefined; maskOrigin?: import("csstype").Property.MaskOrigin | undefined; maskPosition?: import("csstype").Property.MaskPosition; maskRepeat?: import("csstype").Property.MaskRepeat | undefined; maskSize?: import("csstype").Property.MaskSize; maskType?: import("csstype").Property.MaskType | undefined; masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined; mathDepth?: import("csstype").Property.MathDepth | undefined; mathShift?: import("csstype").Property.MathShift | undefined; mathStyle?: import("csstype").Property.MathStyle | undefined; maxBlockSize?: import("csstype").Property.MaxBlockSize; maxHeight?: import("csstype").Property.MaxHeight; maxInlineSize?: import("csstype").Property.MaxInlineSize; maxLines?: import("csstype").Property.MaxLines | undefined; maxWidth?: import("csstype").Property.MaxWidth; minBlockSize?: import("csstype").Property.MinBlockSize; minHeight?: import("csstype").Property.MinHeight; minInlineSize?: import("csstype").Property.MinInlineSize; minWidth?: import("csstype").Property.MinWidth; mixBlendMode?: import("csstype").Property.MixBlendMode | undefined; motionDistance?: import("csstype").Property.OffsetDistance; motionPath?: import("csstype").Property.OffsetPath | undefined; motionRotation?: import("csstype").Property.OffsetRotate | undefined; objectFit?: import("csstype").Property.ObjectFit | undefined; objectPosition?: import("csstype").Property.ObjectPosition; objectViewBox?: import("csstype").Property.ObjectViewBox | undefined; offsetAnchor?: import("csstype").Property.OffsetAnchor; offsetDistance?: import("csstype").Property.OffsetDistance; offsetPath?: import("csstype").Property.OffsetPath | undefined; offsetPosition?: import("csstype").Property.OffsetPosition; offsetRotate?: import("csstype").Property.OffsetRotate | undefined; offsetRotation?: import("csstype").Property.OffsetRotate | undefined; opacity?: import("csstype").Property.Opacity | undefined; order?: import("csstype").Property.Order | undefined; orphans?: import("csstype").Property.Orphans | undefined; outlineColor?: import("csstype").Property.OutlineColor | undefined; outlineOffset?: import("csstype").Property.OutlineOffset; outlineStyle?: import("csstype").Property.OutlineStyle | undefined; outlineWidth?: import("csstype").Property.OutlineWidth; overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined; overflowBlock?: import("csstype").Property.OverflowBlock | undefined; overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined; overflowClipMargin?: import("csstype").Property.OverflowClipMargin; overflowInline?: import("csstype").Property.OverflowInline | undefined; overflowWrap?: import("csstype").Property.OverflowWrap | undefined; overflowX?: import("csstype").Property.OverflowX | undefined; overflowY?: import("csstype").Property.OverflowY | undefined; overlay?: import("csstype").Property.Overlay | undefined; overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd; paddingBlockStart?: import("csstype").Property.PaddingBlockStart; paddingBottom?: import("csstype").Property.PaddingBottom; paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd; paddingInlineStart?: import("csstype").Property.PaddingInlineStart; paddingLeft?: import("csstype").Property.PaddingLeft; paddingRight?: import("csstype").Property.PaddingRight; paddingTop?: import("csstype").Property.PaddingTop; page?: import("csstype").Property.Page | undefined; paintOrder?: import("csstype").Property.PaintOrder | undefined; perspective?: import("csstype").Property.Perspective; perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; pointerEvents?: import("csstype").Property.PointerEvents | undefined; position?: import("csstype").Property.Position | undefined; positionAnchor?: import("csstype").Property.PositionAnchor | undefined; positionArea?: import("csstype").Property.PositionArea | undefined; positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined; positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined; positionVisibility?: import("csstype").Property.PositionVisibility | undefined; printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; quotes?: import("csstype").Property.Quotes | undefined; r?: import("csstype").Property.R; resize?: import("csstype").Property.Resize | undefined; right?: import("csstype").Property.Right; rotate?: import("csstype").Property.Rotate | undefined; rowGap?: import("csstype").Property.RowGap; rubyAlign?: import("csstype").Property.RubyAlign | undefined; rubyMerge?: import("csstype").Property.RubyMerge | undefined; rubyOverhang?: import("csstype").Property.RubyOverhang | undefined; rubyPosition?: import("csstype").Property.RubyPosition | undefined; rx?: import("csstype").Property.Rx; ry?: import("csstype").Property.Ry; scale?: import("csstype").Property.Scale | undefined; scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined; scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd; scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart; scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd; scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart; scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollMarginRight?: import("csstype").Property.ScrollMarginRight; scrollMarginTop?: import("csstype").Property.ScrollMarginTop; scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd; scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart; scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom; scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd; scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart; scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft; scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight; scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop; scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight; scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop; scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined; scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined; scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined; scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined; scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined; scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined; shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined; shapeMargin?: import("csstype").Property.ShapeMargin; shapeOutside?: import("csstype").Property.ShapeOutside | undefined; shapeRendering?: import("csstype").Property.ShapeRendering | undefined; speakAs?: import("csstype").Property.SpeakAs | undefined; stopColor?: import("csstype").Property.StopColor | undefined; stopOpacity?: import("csstype").Property.StopOpacity | undefined; stroke?: import("csstype").Property.Stroke | undefined; strokeColor?: import("csstype").Property.StrokeColor | undefined; strokeDasharray?: import("csstype").Property.StrokeDasharray; strokeDashoffset?: import("csstype").Property.StrokeDashoffset; strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined; strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined; strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined; strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined; strokeWidth?: import("csstype").Property.StrokeWidth; tabSize?: import("csstype").Property.TabSize; tableLayout?: import("csstype").Property.TableLayout | undefined; textAlign?: import("csstype").Property.TextAlign | undefined; textAlignLast?: import("csstype").Property.TextAlignLast | undefined; textAnchor?: import("csstype").Property.TextAnchor | undefined; textAutospace?: import("csstype").Property.TextAutospace | undefined; textBox?: import("csstype").Property.TextBox | undefined; textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined; textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined; textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined; textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined; textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; textDecorationThickness?: import("csstype").Property.TextDecorationThickness; textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; textIndent?: import("csstype").Property.TextIndent; textJustify?: import("csstype").Property.TextJustify | undefined; textOrientation?: import("csstype").Property.TextOrientation | undefined; textOverflow?: import("csstype").Property.TextOverflow | undefined; textRendering?: import("csstype").Property.TextRendering | undefined; textShadow?: import("csstype").Property.TextShadow | undefined; textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined; textTransform?: import("csstype").Property.TextTransform | undefined; textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset; textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; textWrapMode?: import("csstype").Property.TextWrapMode | undefined; textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined; timelineScope?: import("csstype").Property.TimelineScope | undefined; top?: import("csstype").Property.Top; touchAction?: import("csstype").Property.TouchAction | undefined; transform?: import("csstype").Property.Transform | undefined; transformBox?: import("csstype").Property.TransformBox | undefined; transformOrigin?: import("csstype").Property.TransformOrigin; transformStyle?: import("csstype").Property.TransformStyle | undefined; transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined; transitionDelay?: import("csstype").Property.TransitionDelay; transitionDuration?: import("csstype").Property.TransitionDuration; transitionProperty?: import("csstype").Property.TransitionProperty | undefined; transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; translate?: import("csstype").Property.Translate; unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined; userSelect?: import("csstype").Property.UserSelect | undefined; vectorEffect?: import("csstype").Property.VectorEffect | undefined; verticalAlign?: import("csstype").Property.VerticalAlign; viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined; viewTimelineInset?: import("csstype").Property.ViewTimelineInset; viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined; viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined; viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined; visibility?: import("csstype").Property.Visibility | undefined; whiteSpace?: import("csstype").Property.WhiteSpace | undefined; whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined; widows?: import("csstype").Property.Widows | undefined; width?: import("csstype").Property.Width; willChange?: import("csstype").Property.WillChange | undefined; wordBreak?: import("csstype").Property.WordBreak | undefined; wordSpacing?: import("csstype").Property.WordSpacing; wordWrap?: import("csstype").Property.WordWrap | undefined; writingMode?: import("csstype").Property.WritingMode | undefined; x?: import("csstype").Property.X; y?: import("csstype").Property.Y; zIndex?: import("csstype").Property.ZIndex | undefined; zoom?: import("csstype").Property.Zoom | undefined; all?: import("csstype").Property.All | undefined; animation?: import("csstype").Property.Animation; animationRange?: import("csstype").Property.AnimationRange; background?: import("csstype").Property.Background; backgroundPosition?: import("csstype").Property.BackgroundPosition; border?: import("csstype").Property.Border; borderBlock?: import("csstype").Property.BorderBlock; borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined; borderBlockEnd?: import("csstype").Property.BorderBlockEnd; borderBlockStart?: import("csstype").Property.BorderBlockStart; borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined; borderBlockWidth?: import("csstype").Property.BorderBlockWidth; borderBottom?: import("csstype").Property.BorderBottom; borderColor?: import("csstype").Property.BorderColor | undefined; borderImage?: import("csstype").Property.BorderImage | undefined; borderInline?: import("csstype").Property.BorderInline; borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined; borderInlineEnd?: import("csstype").Property.BorderInlineEnd; borderInlineStart?: import("csstype").Property.BorderInlineStart; borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined; borderInlineWidth?: import("csstype").Property.BorderInlineWidth; borderLeft?: import("csstype").Property.BorderLeft; borderRadius?: import("csstype").Property.BorderRadius; borderRight?: import("csstype").Property.BorderRight; borderStyle?: import("csstype").Property.BorderStyle | undefined; borderTop?: import("csstype").Property.BorderTop; borderWidth?: import("csstype").Property.BorderWidth; caret?: import("csstype").Property.Caret | undefined; columnRule?: import("csstype").Property.ColumnRule; columns?: import("csstype").Property.Columns; containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize; container?: import("csstype").Property.Container | undefined; flex?: import("csstype").Property.Flex; flexFlow?: import("csstype").Property.FlexFlow | undefined; font?: import("csstype").Property.Font | undefined; gap?: import("csstype").Property.Gap; grid?: import("csstype").Property.Grid | undefined; gridArea?: import("csstype").Property.GridArea | undefined; gridColumn?: import("csstype").Property.GridColumn | undefined; gridRow?: import("csstype").Property.GridRow | undefined; gridTemplate?: import("csstype").Property.GridTemplate | undefined; inset?: import("csstype").Property.Inset; insetBlock?: import("csstype").Property.InsetBlock; insetInline?: import("csstype").Property.InsetInline; lineClamp?: import("csstype").Property.LineClamp | undefined; listStyle?: import("csstype").Property.ListStyle | undefined; margin?: import("csstype").Property.Margin; marginBlock?: import("csstype").Property.MarginBlock; marginInline?: import("csstype").Property.MarginInline; mask?: import("csstype").Property.Mask; maskBorder?: import("csstype").Property.MaskBorder | undefined; motion?: import("csstype").Property.Offset; offset?: import("csstype").Property.Offset; outline?: import("csstype").Property.Outline; overflow?: import("csstype").Property.Overflow | undefined; overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined; padding?: import("csstype").Property.Padding; paddingBlock?: import("csstype").Property.PaddingBlock; paddingInline?: import("csstype").Property.PaddingInline; placeContent?: import("csstype").Property.PlaceContent | undefined; placeItems?: import("csstype").Property.PlaceItems | undefined; placeSelf?: import("csstype").Property.PlaceSelf | undefined; positionTry?: import("csstype").Property.PositionTry | undefined; scrollMargin?: import("csstype").Property.ScrollMargin; scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock; scrollMarginInline?: import("csstype").Property.ScrollMarginInline; scrollPadding?: import("csstype").Property.ScrollPadding; scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock; scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline; scrollSnapMargin?: import("csstype").Property.ScrollMargin; scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined; textDecoration?: import("csstype").Property.TextDecoration; textEmphasis?: import("csstype").Property.TextEmphasis | undefined; textWrap?: import("csstype").Property.TextWrap | undefined; transition?: import("csstype").Property.Transition; viewTimeline?: import("csstype").Property.ViewTimeline | undefined; MozAnimationDelay?: import("csstype").Property.AnimationDelay; MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; MozAnimationDuration?: import("csstype").Property.AnimationDuration; MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; MozAnimationName?: import("csstype").Property.AnimationName | undefined; MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; MozAppearance?: import("csstype").Property.MozAppearance | undefined; MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; MozBinding?: import("csstype").Property.MozBinding | undefined; MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined; MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth; MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined; MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined; MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined; MozBoxSizing?: import("csstype").Property.BoxSizing | undefined; MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; MozColumnWidth?: import("csstype").Property.ColumnWidth; MozContextProperties?: import("csstype").Property.MozContextProperties | undefined; MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; MozHyphens?: import("csstype").Property.Hyphens | undefined; MozMarginEnd?: import("csstype").Property.MarginInlineEnd; MozMarginStart?: import("csstype").Property.MarginInlineStart; MozOrient?: import("csstype").Property.MozOrient | undefined; MozOsxFontSmoothing?: import("csstype").Property.FontSmooth; MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft; MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright; MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft; MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright; MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd; MozPaddingStart?: import("csstype").Property.PaddingInlineStart; MozPerspective?: import("csstype").Property.Perspective; MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; MozStackSizing?: import("csstype").Property.MozStackSizing | undefined; MozTabSize?: import("csstype").Property.TabSize; MozTextBlink?: import("csstype").Property.MozTextBlink | undefined; MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; MozTransform?: import("csstype").Property.Transform | undefined; MozTransformOrigin?: import("csstype").Property.TransformOrigin; MozTransformStyle?: import("csstype").Property.TransformStyle | undefined; MozUserModify?: import("csstype").Property.MozUserModify | undefined; MozUserSelect?: import("csstype").Property.UserSelect | undefined; MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined; MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined; msAccelerator?: import("csstype").Property.MsAccelerator | undefined; msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined; msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined; msContentZooming?: import("csstype").Property.MsContentZooming | undefined; msFilter?: import("csstype").Property.MsFilter | undefined; msFlexDirection?: import("csstype").Property.FlexDirection | undefined; msFlexPositive?: import("csstype").Property.FlexGrow | undefined; msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined; msFlowInto?: import("csstype").Property.MsFlowInto | undefined; msGridColumns?: import("csstype").Property.MsGridColumns; msGridRows?: import("csstype").Property.MsGridRows; msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone; msHyphens?: import("csstype").Property.Hyphens | undefined; msImeAlign?: import("csstype").Property.MsImeAlign | undefined; msLineBreak?: import("csstype").Property.LineBreak | undefined; msOrder?: import("csstype").Property.Order | undefined; msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined; msOverflowX?: import("csstype").Property.OverflowX | undefined; msOverflowY?: import("csstype").Property.OverflowY | undefined; msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined; msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax; msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin; msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax; msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin; msScrollRails?: import("csstype").Property.MsScrollRails | undefined; msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined; msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined; msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined; msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined; msTextOverflow?: import("csstype").Property.TextOverflow | undefined; msTouchAction?: import("csstype").Property.TouchAction | undefined; msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined; msTransform?: import("csstype").Property.Transform | undefined; msTransformOrigin?: import("csstype").Property.TransformOrigin; msTransitionDelay?: import("csstype").Property.TransitionDelay; msTransitionDuration?: import("csstype").Property.TransitionDuration; msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; msUserSelect?: import("csstype").Property.MsUserSelect | undefined; msWordBreak?: import("csstype").Property.WordBreak | undefined; msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined; msWrapMargin?: import("csstype").Property.MsWrapMargin; msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined; msWritingMode?: import("csstype").Property.WritingMode | undefined; WebkitAlignContent?: import("csstype").Property.AlignContent | undefined; WebkitAlignItems?: import("csstype").Property.AlignItems | undefined; WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined; WebkitAnimationDelay?: import("csstype").Property.AnimationDelay; WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; WebkitAnimationDuration?: import("csstype").Property.AnimationDuration; WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; WebkitAnimationName?: import("csstype").Property.AnimationName | undefined; WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined; WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: import("csstype").Property.BackgroundSize; WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth; WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect; WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined; WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined; WebkitClipPath?: import("csstype").Property.ClipPath | undefined; WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined; WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined; WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined; WebkitColumnWidth?: import("csstype").Property.ColumnWidth; WebkitFilter?: import("csstype").Property.Filter | undefined; WebkitFlexBasis?: import("csstype").Property.FlexBasis; WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined; WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined; WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined; WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined; WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; WebkitFontKerning?: import("csstype").Property.FontKerning | undefined; WebkitFontSmoothing?: import("csstype").Property.FontSmooth; WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; WebkitHyphens?: import("csstype").Property.Hyphens | undefined; WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined; WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined; WebkitLineBreak?: import("csstype").Property.LineBreak | undefined; WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: import("csstype").Property.BlockSize; WebkitLogicalWidth?: import("csstype").Property.InlineSize; WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd; WebkitMarginStart?: import("csstype").Property.MarginInlineStart; WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset; WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth; WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined; WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined; WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition; WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX; WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY; WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: import("csstype").Property.WebkitMaskSize; WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize; WebkitOrder?: import("csstype").Property.Order | undefined; WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd; WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart; WebkitPerspective?: import("csstype").Property.Perspective; WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined; WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; WebkitShapeMargin?: import("csstype").Property.ShapeMargin; WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined; WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth; WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined; WebkitTransform?: import("csstype").Property.Transform | undefined; WebkitTransformOrigin?: import("csstype").Property.TransformOrigin; WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined; WebkitTransitionDelay?: import("csstype").Property.TransitionDelay; WebkitTransitionDuration?: import("csstype").Property.TransitionDuration; WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined; WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined; WebkitWritingMode?: import("csstype").Property.WritingMode | undefined; MozAnimation?: import("csstype").Property.Animation; MozBorderImage?: import("csstype").Property.BorderImage | undefined; MozColumnRule?: import("csstype").Property.ColumnRule; MozColumns?: import("csstype").Property.Columns; MozOutlineRadius?: import("csstype").Property.MozOutlineRadius; MozTransition?: import("csstype").Property.Transition; msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined; msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined; msFlex?: import("csstype").Property.Flex; msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined; msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined; msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined; msTransition?: import("csstype").Property.Transition; WebkitAnimation?: import("csstype").Property.Animation; WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore; WebkitBorderImage?: import("csstype").Property.BorderImage | undefined; WebkitBorderRadius?: import("csstype").Property.BorderRadius; WebkitColumnRule?: import("csstype").Property.ColumnRule; WebkitColumns?: import("csstype").Property.Columns; WebkitFlex?: import("csstype").Property.Flex; WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined; WebkitMask?: import("csstype").Property.WebkitMask; WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined; WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined; WebkitTextStroke?: import("csstype").Property.WebkitTextStroke; WebkitTransition?: import("csstype").Property.Transition; boxAlign?: import("csstype").Property.BoxAlign | undefined; boxDirection?: import("csstype").Property.BoxDirection | undefined; boxFlex?: import("csstype").Property.BoxFlex | undefined; boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; boxLines?: import("csstype").Property.BoxLines | undefined; boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; boxOrient?: import("csstype").Property.BoxOrient | undefined; boxPack?: import("csstype").Property.BoxPack | undefined; clip?: import("csstype").Property.Clip | undefined; fontStretch?: import("csstype").Property.FontStretch | undefined; gridColumnGap?: import("csstype").Property.GridColumnGap; gridGap?: import("csstype").Property.GridGap; gridRowGap?: import("csstype").Property.GridRowGap; imeMode?: import("csstype").Property.ImeMode | undefined; insetArea?: import("csstype").Property.PositionArea | undefined; offsetBlock?: import("csstype").Property.InsetBlock; offsetBlockEnd?: import("csstype").Property.InsetBlockEnd; offsetBlockStart?: import("csstype").Property.InsetBlockStart; offsetInline?: import("csstype").Property.InsetInline; offsetInlineEnd?: import("csstype").Property.InsetInlineEnd; offsetInlineStart?: import("csstype").Property.InsetInlineStart; pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined; pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined; pageBreakInside?: import("csstype").Property.PageBreakInside | undefined; positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate; scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination; scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined; KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined; KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined; KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined; KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined; KhtmlOpacity?: import("csstype").Property.Opacity | undefined; KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined; MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; MozBackgroundSize?: import("csstype").Property.BackgroundSize; MozBorderRadius?: import("csstype").Property.BorderRadius; MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius; MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius; MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius; MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius; MozBoxAlign?: import("csstype").Property.BoxAlign | undefined; MozBoxDirection?: import("csstype").Property.BoxDirection | undefined; MozBoxFlex?: import("csstype").Property.BoxFlex | undefined; MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; MozBoxOrient?: import("csstype").Property.BoxOrient | undefined; MozBoxPack?: import("csstype").Property.BoxPack | undefined; MozBoxShadow?: import("csstype").Property.BoxShadow | undefined; MozColumnCount?: import("csstype").Property.ColumnCount | undefined; MozColumnFill?: import("csstype").Property.ColumnFill | undefined; MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined; MozOpacity?: import("csstype").Property.Opacity | undefined; MozOutline?: import("csstype").Property.Outline; MozOutlineColor?: import("csstype").Property.OutlineColor | undefined; MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined; MozOutlineWidth?: import("csstype").Property.OutlineWidth; MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined; MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; MozTransitionDelay?: import("csstype").Property.TransitionDelay; MozTransitionDuration?: import("csstype").Property.TransitionDuration; MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; MozUserFocus?: import("csstype").Property.MozUserFocus | undefined; MozUserInput?: import("csstype").Property.MozUserInput | undefined; msImeMode?: import("csstype").Property.ImeMode | undefined; OAnimation?: import("csstype").Property.Animation; OAnimationDelay?: import("csstype").Property.AnimationDelay; OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; OAnimationDuration?: import("csstype").Property.AnimationDuration; OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; OAnimationName?: import("csstype").Property.AnimationName | undefined; OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; OBackgroundSize?: import("csstype").Property.BackgroundSize; OBorderImage?: import("csstype").Property.BorderImage | undefined; OObjectFit?: import("csstype").Property.ObjectFit | undefined; OObjectPosition?: import("csstype").Property.ObjectPosition; OTabSize?: import("csstype").Property.TabSize; OTextOverflow?: import("csstype").Property.TextOverflow | undefined; OTransform?: import("csstype").Property.Transform | undefined; OTransformOrigin?: import("csstype").Property.TransformOrigin; OTransition?: import("csstype").Property.Transition; OTransitionDelay?: import("csstype").Property.TransitionDelay; OTransitionDuration?: import("csstype").Property.TransitionDuration; OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined; WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined; WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined; WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; WebkitBoxLines?: import("csstype").Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined; WebkitBoxPack?: import("csstype").Property.BoxPack | undefined; colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined; colorRendering?: import("csstype").Property.ColorRendering | undefined; glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined; }; h5: { accentColor?: import("csstype").Property.AccentColor | undefined; alignContent?: import("csstype").Property.AlignContent | undefined; alignItems?: import("csstype").Property.AlignItems | undefined; alignSelf?: import("csstype").Property.AlignSelf | undefined; alignTracks?: import("csstype").Property.AlignTracks | undefined; alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined; anchorName?: import("csstype").Property.AnchorName | undefined; anchorScope?: import("csstype").Property.AnchorScope | undefined; animationComposition?: import("csstype").Property.AnimationComposition | undefined; animationDelay?: import("csstype").Property.AnimationDelay; animationDirection?: import("csstype").Property.AnimationDirection | undefined; animationDuration?: import("csstype").Property.AnimationDuration; animationFillMode?: import("csstype").Property.AnimationFillMode | undefined; animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; animationName?: import("csstype").Property.AnimationName | undefined; animationPlayState?: import("csstype").Property.AnimationPlayState | undefined; animationRangeEnd?: import("csstype").Property.AnimationRangeEnd; animationRangeStart?: import("csstype").Property.AnimationRangeStart; animationTimeline?: import("csstype").Property.AnimationTimeline | undefined; animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; appearance?: import("csstype").Property.Appearance | undefined; aspectRatio?: import("csstype").Property.AspectRatio | undefined; backdropFilter?: import("csstype").Property.BackdropFilter | undefined; backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined; backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined; backgroundClip?: import("csstype").Property.BackgroundClip | undefined; backgroundColor?: import("csstype").Property.BackgroundColor | undefined; backgroundImage?: import("csstype").Property.BackgroundImage | undefined; backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; backgroundPositionX?: import("csstype").Property.BackgroundPositionX; backgroundPositionY?: import("csstype").Property.BackgroundPositionY; backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined; backgroundSize?: import("csstype").Property.BackgroundSize; baselineShift?: import("csstype").Property.BaselineShift; blockSize?: import("csstype").Property.BlockSize; borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth; borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth; borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined; borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined; borderBottomWidth?: import("csstype").Property.BorderBottomWidth; borderCollapse?: import("csstype").Property.BorderCollapse | undefined; borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius; borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius; borderImageOutset?: import("csstype").Property.BorderImageOutset; borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined; borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; borderImageSource?: import("csstype").Property.BorderImageSource | undefined; borderImageWidth?: import("csstype").Property.BorderImageWidth; borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth; borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth; borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined; borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined; borderLeftWidth?: import("csstype").Property.BorderLeftWidth; borderRightColor?: import("csstype").Property.BorderRightColor | undefined; borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined; borderRightWidth?: import("csstype").Property.BorderRightWidth; borderSpacing?: import("csstype").Property.BorderSpacing; borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius; borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius; borderTopColor?: import("csstype").Property.BorderTopColor | undefined; borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined; borderTopWidth?: import("csstype").Property.BorderTopWidth; bottom?: import("csstype").Property.Bottom; boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; boxShadow?: import("csstype").Property.BoxShadow | undefined; boxSizing?: import("csstype").Property.BoxSizing | undefined; breakAfter?: import("csstype").Property.BreakAfter | undefined; breakBefore?: import("csstype").Property.BreakBefore | undefined; breakInside?: import("csstype").Property.BreakInside | undefined; captionSide?: import("csstype").Property.CaptionSide | undefined; caretColor?: import("csstype").Property.CaretColor | undefined; caretShape?: import("csstype").Property.CaretShape | undefined; clear?: import("csstype").Property.Clear | undefined; clipPath?: import("csstype").Property.ClipPath | undefined; clipRule?: import("csstype").Property.ClipRule | undefined; color?: import("csstype").Property.Color | undefined; colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined; colorScheme?: import("csstype").Property.ColorScheme | undefined; columnCount?: import("csstype").Property.ColumnCount | undefined; columnFill?: import("csstype").Property.ColumnFill | undefined; columnGap?: import("csstype").Property.ColumnGap; columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; columnRuleWidth?: import("csstype").Property.ColumnRuleWidth; columnSpan?: import("csstype").Property.ColumnSpan | undefined; columnWidth?: import("csstype").Property.ColumnWidth; contain?: import("csstype").Property.Contain | undefined; containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize; containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight; containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize; containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth; containerName?: import("csstype").Property.ContainerName | undefined; containerType?: import("csstype").Property.ContainerType | undefined; content?: import("csstype").Property.Content | undefined; contentVisibility?: import("csstype").Property.ContentVisibility | undefined; counterIncrement?: import("csstype").Property.CounterIncrement | undefined; counterReset?: import("csstype").Property.CounterReset | undefined; counterSet?: import("csstype").Property.CounterSet | undefined; cursor?: import("csstype").Property.Cursor | undefined; cx?: import("csstype").Property.Cx; cy?: import("csstype").Property.Cy; d?: import("csstype").Property.D | undefined; direction?: import("csstype").Property.Direction | undefined; display?: import("csstype").Property.Display | undefined; dominantBaseline?: import("csstype").Property.DominantBaseline | undefined; emptyCells?: import("csstype").Property.EmptyCells | undefined; fieldSizing?: import("csstype").Property.FieldSizing | undefined; fill?: import("csstype").Property.Fill | undefined; fillOpacity?: import("csstype").Property.FillOpacity | undefined; fillRule?: import("csstype").Property.FillRule | undefined; filter?: import("csstype").Property.Filter | undefined; flexBasis?: import("csstype").Property.FlexBasis; flexDirection?: import("csstype").Property.FlexDirection | undefined; flexGrow?: import("csstype").Property.FlexGrow | undefined; flexShrink?: import("csstype").Property.FlexShrink | undefined; flexWrap?: import("csstype").Property.FlexWrap | undefined; float?: import("csstype").Property.Float | undefined; floodColor?: import("csstype").Property.FloodColor | undefined; floodOpacity?: import("csstype").Property.FloodOpacity | undefined; fontFamily?: import("csstype").Property.FontFamily | undefined; fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; fontKerning?: import("csstype").Property.FontKerning | undefined; fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined; fontPalette?: import("csstype").Property.FontPalette | undefined; fontSize?: import("csstype").Property.FontSize; fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined; fontSmooth?: import("csstype").Property.FontSmooth; fontStyle?: import("csstype").Property.FontStyle | undefined; fontSynthesis?: import("csstype").Property.FontSynthesis | undefined; fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined; fontVariant?: import("csstype").Property.FontVariant | undefined; fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined; fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined; fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined; fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined; fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined; fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined; fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined; fontWeight?: import("csstype").Property.FontWeight | undefined; fontWidth?: import("csstype").Property.FontWidth | undefined; forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined; gridAutoColumns?: import("csstype").Property.GridAutoColumns; gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined; gridAutoRows?: import("csstype").Property.GridAutoRows; gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined; gridColumnStart?: import("csstype").Property.GridColumnStart | undefined; gridRowEnd?: import("csstype").Property.GridRowEnd | undefined; gridRowStart?: import("csstype").Property.GridRowStart | undefined; gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined; gridTemplateColumns?: import("csstype").Property.GridTemplateColumns; gridTemplateRows?: import("csstype").Property.GridTemplateRows; hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined; height?: import("csstype").Property.Height; hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined; hyphens?: import("csstype").Property.Hyphens | undefined; imageOrientation?: import("csstype").Property.ImageOrientation | undefined; imageRendering?: import("csstype").Property.ImageRendering | undefined; imageResolution?: import("csstype").Property.ImageResolution | undefined; initialLetter?: import("csstype").Property.InitialLetter | undefined; initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined; inlineSize?: import("csstype").Property.InlineSize; insetBlockEnd?: import("csstype").Property.InsetBlockEnd; insetBlockStart?: import("csstype").Property.InsetBlockStart; insetInlineEnd?: import("csstype").Property.InsetInlineEnd; insetInlineStart?: import("csstype").Property.InsetInlineStart; interpolateSize?: import("csstype").Property.InterpolateSize | undefined; isolation?: import("csstype").Property.Isolation | undefined; justifyContent?: import("csstype").Property.JustifyContent | undefined; justifyItems?: import("csstype").Property.JustifyItems | undefined; justifySelf?: import("csstype").Property.JustifySelf | undefined; justifyTracks?: import("csstype").Property.JustifyTracks | undefined; left?: import("csstype").Property.Left; letterSpacing?: import("csstype").Property.LetterSpacing; lightingColor?: import("csstype").Property.LightingColor | undefined; lineBreak?: import("csstype").Property.LineBreak | undefined; lineHeight?: import("csstype").Property.LineHeight; lineHeightStep?: import("csstype").Property.LineHeightStep; listStyleImage?: import("csstype").Property.ListStyleImage | undefined; listStylePosition?: import("csstype").Property.ListStylePosition | undefined; listStyleType?: import("csstype").Property.ListStyleType | undefined; marginBlockEnd?: import("csstype").Property.MarginBlockEnd; marginBlockStart?: import("csstype").Property.MarginBlockStart; marginBottom?: import("csstype").Property.MarginBottom; marginInlineEnd?: import("csstype").Property.MarginInlineEnd; marginInlineStart?: import("csstype").Property.MarginInlineStart; marginLeft?: import("csstype").Property.MarginLeft; marginRight?: import("csstype").Property.MarginRight; marginTop?: import("csstype").Property.MarginTop; marginTrim?: import("csstype").Property.MarginTrim | undefined; marker?: import("csstype").Property.Marker | undefined; markerEnd?: import("csstype").Property.MarkerEnd | undefined; markerMid?: import("csstype").Property.MarkerMid | undefined; markerStart?: import("csstype").Property.MarkerStart | undefined; maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined; maskBorderOutset?: import("csstype").Property.MaskBorderOutset; maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined; maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined; maskBorderWidth?: import("csstype").Property.MaskBorderWidth; maskClip?: import("csstype").Property.MaskClip | undefined; maskComposite?: import("csstype").Property.MaskComposite | undefined; maskImage?: import("csstype").Property.MaskImage | undefined; maskMode?: import("csstype").Property.MaskMode | undefined; maskOrigin?: import("csstype").Property.MaskOrigin | undefined; maskPosition?: import("csstype").Property.MaskPosition; maskRepeat?: import("csstype").Property.MaskRepeat | undefined; maskSize?: import("csstype").Property.MaskSize; maskType?: import("csstype").Property.MaskType | undefined; masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined; mathDepth?: import("csstype").Property.MathDepth | undefined; mathShift?: import("csstype").Property.MathShift | undefined; mathStyle?: import("csstype").Property.MathStyle | undefined; maxBlockSize?: import("csstype").Property.MaxBlockSize; maxHeight?: import("csstype").Property.MaxHeight; maxInlineSize?: import("csstype").Property.MaxInlineSize; maxLines?: import("csstype").Property.MaxLines | undefined; maxWidth?: import("csstype").Property.MaxWidth; minBlockSize?: import("csstype").Property.MinBlockSize; minHeight?: import("csstype").Property.MinHeight; minInlineSize?: import("csstype").Property.MinInlineSize; minWidth?: import("csstype").Property.MinWidth; mixBlendMode?: import("csstype").Property.MixBlendMode | undefined; motionDistance?: import("csstype").Property.OffsetDistance; motionPath?: import("csstype").Property.OffsetPath | undefined; motionRotation?: import("csstype").Property.OffsetRotate | undefined; objectFit?: import("csstype").Property.ObjectFit | undefined; objectPosition?: import("csstype").Property.ObjectPosition; objectViewBox?: import("csstype").Property.ObjectViewBox | undefined; offsetAnchor?: import("csstype").Property.OffsetAnchor; offsetDistance?: import("csstype").Property.OffsetDistance; offsetPath?: import("csstype").Property.OffsetPath | undefined; offsetPosition?: import("csstype").Property.OffsetPosition; offsetRotate?: import("csstype").Property.OffsetRotate | undefined; offsetRotation?: import("csstype").Property.OffsetRotate | undefined; opacity?: import("csstype").Property.Opacity | undefined; order?: import("csstype").Property.Order | undefined; orphans?: import("csstype").Property.Orphans | undefined; outlineColor?: import("csstype").Property.OutlineColor | undefined; outlineOffset?: import("csstype").Property.OutlineOffset; outlineStyle?: import("csstype").Property.OutlineStyle | undefined; outlineWidth?: import("csstype").Property.OutlineWidth; overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined; overflowBlock?: import("csstype").Property.OverflowBlock | undefined; overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined; overflowClipMargin?: import("csstype").Property.OverflowClipMargin; overflowInline?: import("csstype").Property.OverflowInline | undefined; overflowWrap?: import("csstype").Property.OverflowWrap | undefined; overflowX?: import("csstype").Property.OverflowX | undefined; overflowY?: import("csstype").Property.OverflowY | undefined; overlay?: import("csstype").Property.Overlay | undefined; overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd; paddingBlockStart?: import("csstype").Property.PaddingBlockStart; paddingBottom?: import("csstype").Property.PaddingBottom; paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd; paddingInlineStart?: import("csstype").Property.PaddingInlineStart; paddingLeft?: import("csstype").Property.PaddingLeft; paddingRight?: import("csstype").Property.PaddingRight; paddingTop?: import("csstype").Property.PaddingTop; page?: import("csstype").Property.Page | undefined; paintOrder?: import("csstype").Property.PaintOrder | undefined; perspective?: import("csstype").Property.Perspective; perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; pointerEvents?: import("csstype").Property.PointerEvents | undefined; position?: import("csstype").Property.Position | undefined; positionAnchor?: import("csstype").Property.PositionAnchor | undefined; positionArea?: import("csstype").Property.PositionArea | undefined; positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined; positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined; positionVisibility?: import("csstype").Property.PositionVisibility | undefined; printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; quotes?: import("csstype").Property.Quotes | undefined; r?: import("csstype").Property.R; resize?: import("csstype").Property.Resize | undefined; right?: import("csstype").Property.Right; rotate?: import("csstype").Property.Rotate | undefined; rowGap?: import("csstype").Property.RowGap; rubyAlign?: import("csstype").Property.RubyAlign | undefined; rubyMerge?: import("csstype").Property.RubyMerge | undefined; rubyOverhang?: import("csstype").Property.RubyOverhang | undefined; rubyPosition?: import("csstype").Property.RubyPosition | undefined; rx?: import("csstype").Property.Rx; ry?: import("csstype").Property.Ry; scale?: import("csstype").Property.Scale | undefined; scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined; scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd; scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart; scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd; scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart; scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollMarginRight?: import("csstype").Property.ScrollMarginRight; scrollMarginTop?: import("csstype").Property.ScrollMarginTop; scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd; scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart; scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom; scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd; scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart; scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft; scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight; scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop; scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight; scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop; scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined; scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined; scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined; scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined; scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined; scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined; shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined; shapeMargin?: import("csstype").Property.ShapeMargin; shapeOutside?: import("csstype").Property.ShapeOutside | undefined; shapeRendering?: import("csstype").Property.ShapeRendering | undefined; speakAs?: import("csstype").Property.SpeakAs | undefined; stopColor?: import("csstype").Property.StopColor | undefined; stopOpacity?: import("csstype").Property.StopOpacity | undefined; stroke?: import("csstype").Property.Stroke | undefined; strokeColor?: import("csstype").Property.StrokeColor | undefined; strokeDasharray?: import("csstype").Property.StrokeDasharray; strokeDashoffset?: import("csstype").Property.StrokeDashoffset; strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined; strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined; strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined; strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined; strokeWidth?: import("csstype").Property.StrokeWidth; tabSize?: import("csstype").Property.TabSize; tableLayout?: import("csstype").Property.TableLayout | undefined; textAlign?: import("csstype").Property.TextAlign | undefined; textAlignLast?: import("csstype").Property.TextAlignLast | undefined; textAnchor?: import("csstype").Property.TextAnchor | undefined; textAutospace?: import("csstype").Property.TextAutospace | undefined; textBox?: import("csstype").Property.TextBox | undefined; textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined; textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined; textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined; textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined; textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; textDecorationThickness?: import("csstype").Property.TextDecorationThickness; textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; textIndent?: import("csstype").Property.TextIndent; textJustify?: import("csstype").Property.TextJustify | undefined; textOrientation?: import("csstype").Property.TextOrientation | undefined; textOverflow?: import("csstype").Property.TextOverflow | undefined; textRendering?: import("csstype").Property.TextRendering | undefined; textShadow?: import("csstype").Property.TextShadow | undefined; textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined; textTransform?: import("csstype").Property.TextTransform | undefined; textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset; textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; textWrapMode?: import("csstype").Property.TextWrapMode | undefined; textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined; timelineScope?: import("csstype").Property.TimelineScope | undefined; top?: import("csstype").Property.Top; touchAction?: import("csstype").Property.TouchAction | undefined; transform?: import("csstype").Property.Transform | undefined; transformBox?: import("csstype").Property.TransformBox | undefined; transformOrigin?: import("csstype").Property.TransformOrigin; transformStyle?: import("csstype").Property.TransformStyle | undefined; transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined; transitionDelay?: import("csstype").Property.TransitionDelay; transitionDuration?: import("csstype").Property.TransitionDuration; transitionProperty?: import("csstype").Property.TransitionProperty | undefined; transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; translate?: import("csstype").Property.Translate; unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined; userSelect?: import("csstype").Property.UserSelect | undefined; vectorEffect?: import("csstype").Property.VectorEffect | undefined; verticalAlign?: import("csstype").Property.VerticalAlign; viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined; viewTimelineInset?: import("csstype").Property.ViewTimelineInset; viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined; viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined; viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined; visibility?: import("csstype").Property.Visibility | undefined; whiteSpace?: import("csstype").Property.WhiteSpace | undefined; whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined; widows?: import("csstype").Property.Widows | undefined; width?: import("csstype").Property.Width; willChange?: import("csstype").Property.WillChange | undefined; wordBreak?: import("csstype").Property.WordBreak | undefined; wordSpacing?: import("csstype").Property.WordSpacing; wordWrap?: import("csstype").Property.WordWrap | undefined; writingMode?: import("csstype").Property.WritingMode | undefined; x?: import("csstype").Property.X; y?: import("csstype").Property.Y; zIndex?: import("csstype").Property.ZIndex | undefined; zoom?: import("csstype").Property.Zoom | undefined; all?: import("csstype").Property.All | undefined; animation?: import("csstype").Property.Animation; animationRange?: import("csstype").Property.AnimationRange; background?: import("csstype").Property.Background; backgroundPosition?: import("csstype").Property.BackgroundPosition; border?: import("csstype").Property.Border; borderBlock?: import("csstype").Property.BorderBlock; borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined; borderBlockEnd?: import("csstype").Property.BorderBlockEnd; borderBlockStart?: import("csstype").Property.BorderBlockStart; borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined; borderBlockWidth?: import("csstype").Property.BorderBlockWidth; borderBottom?: import("csstype").Property.BorderBottom; borderColor?: import("csstype").Property.BorderColor | undefined; borderImage?: import("csstype").Property.BorderImage | undefined; borderInline?: import("csstype").Property.BorderInline; borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined; borderInlineEnd?: import("csstype").Property.BorderInlineEnd; borderInlineStart?: import("csstype").Property.BorderInlineStart; borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined; borderInlineWidth?: import("csstype").Property.BorderInlineWidth; borderLeft?: import("csstype").Property.BorderLeft; borderRadius?: import("csstype").Property.BorderRadius; borderRight?: import("csstype").Property.BorderRight; borderStyle?: import("csstype").Property.BorderStyle | undefined; borderTop?: import("csstype").Property.BorderTop; borderWidth?: import("csstype").Property.BorderWidth; caret?: import("csstype").Property.Caret | undefined; columnRule?: import("csstype").Property.ColumnRule; columns?: import("csstype").Property.Columns; containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize; container?: import("csstype").Property.Container | undefined; flex?: import("csstype").Property.Flex; flexFlow?: import("csstype").Property.FlexFlow | undefined; font?: import("csstype").Property.Font | undefined; gap?: import("csstype").Property.Gap; grid?: import("csstype").Property.Grid | undefined; gridArea?: import("csstype").Property.GridArea | undefined; gridColumn?: import("csstype").Property.GridColumn | undefined; gridRow?: import("csstype").Property.GridRow | undefined; gridTemplate?: import("csstype").Property.GridTemplate | undefined; inset?: import("csstype").Property.Inset; insetBlock?: import("csstype").Property.InsetBlock; insetInline?: import("csstype").Property.InsetInline; lineClamp?: import("csstype").Property.LineClamp | undefined; listStyle?: import("csstype").Property.ListStyle | undefined; margin?: import("csstype").Property.Margin; marginBlock?: import("csstype").Property.MarginBlock; marginInline?: import("csstype").Property.MarginInline; mask?: import("csstype").Property.Mask; maskBorder?: import("csstype").Property.MaskBorder | undefined; motion?: import("csstype").Property.Offset; offset?: import("csstype").Property.Offset; outline?: import("csstype").Property.Outline; overflow?: import("csstype").Property.Overflow | undefined; overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined; padding?: import("csstype").Property.Padding; paddingBlock?: import("csstype").Property.PaddingBlock; paddingInline?: import("csstype").Property.PaddingInline; placeContent?: import("csstype").Property.PlaceContent | undefined; placeItems?: import("csstype").Property.PlaceItems | undefined; placeSelf?: import("csstype").Property.PlaceSelf | undefined; positionTry?: import("csstype").Property.PositionTry | undefined; scrollMargin?: import("csstype").Property.ScrollMargin; scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock; scrollMarginInline?: import("csstype").Property.ScrollMarginInline; scrollPadding?: import("csstype").Property.ScrollPadding; scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock; scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline; scrollSnapMargin?: import("csstype").Property.ScrollMargin; scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined; textDecoration?: import("csstype").Property.TextDecoration; textEmphasis?: import("csstype").Property.TextEmphasis | undefined; textWrap?: import("csstype").Property.TextWrap | undefined; transition?: import("csstype").Property.Transition; viewTimeline?: import("csstype").Property.ViewTimeline | undefined; MozAnimationDelay?: import("csstype").Property.AnimationDelay; MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; MozAnimationDuration?: import("csstype").Property.AnimationDuration; MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; MozAnimationName?: import("csstype").Property.AnimationName | undefined; MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; MozAppearance?: import("csstype").Property.MozAppearance | undefined; MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; MozBinding?: import("csstype").Property.MozBinding | undefined; MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined; MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth; MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined; MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined; MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined; MozBoxSizing?: import("csstype").Property.BoxSizing | undefined; MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; MozColumnWidth?: import("csstype").Property.ColumnWidth; MozContextProperties?: import("csstype").Property.MozContextProperties | undefined; MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; MozHyphens?: import("csstype").Property.Hyphens | undefined; MozMarginEnd?: import("csstype").Property.MarginInlineEnd; MozMarginStart?: import("csstype").Property.MarginInlineStart; MozOrient?: import("csstype").Property.MozOrient | undefined; MozOsxFontSmoothing?: import("csstype").Property.FontSmooth; MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft; MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright; MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft; MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright; MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd; MozPaddingStart?: import("csstype").Property.PaddingInlineStart; MozPerspective?: import("csstype").Property.Perspective; MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; MozStackSizing?: import("csstype").Property.MozStackSizing | undefined; MozTabSize?: import("csstype").Property.TabSize; MozTextBlink?: import("csstype").Property.MozTextBlink | undefined; MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; MozTransform?: import("csstype").Property.Transform | undefined; MozTransformOrigin?: import("csstype").Property.TransformOrigin; MozTransformStyle?: import("csstype").Property.TransformStyle | undefined; MozUserModify?: import("csstype").Property.MozUserModify | undefined; MozUserSelect?: import("csstype").Property.UserSelect | undefined; MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined; MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined; msAccelerator?: import("csstype").Property.MsAccelerator | undefined; msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined; msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined; msContentZooming?: import("csstype").Property.MsContentZooming | undefined; msFilter?: import("csstype").Property.MsFilter | undefined; msFlexDirection?: import("csstype").Property.FlexDirection | undefined; msFlexPositive?: import("csstype").Property.FlexGrow | undefined; msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined; msFlowInto?: import("csstype").Property.MsFlowInto | undefined; msGridColumns?: import("csstype").Property.MsGridColumns; msGridRows?: import("csstype").Property.MsGridRows; msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone; msHyphens?: import("csstype").Property.Hyphens | undefined; msImeAlign?: import("csstype").Property.MsImeAlign | undefined; msLineBreak?: import("csstype").Property.LineBreak | undefined; msOrder?: import("csstype").Property.Order | undefined; msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined; msOverflowX?: import("csstype").Property.OverflowX | undefined; msOverflowY?: import("csstype").Property.OverflowY | undefined; msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined; msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax; msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin; msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax; msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin; msScrollRails?: import("csstype").Property.MsScrollRails | undefined; msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined; msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined; msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined; msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined; msTextOverflow?: import("csstype").Property.TextOverflow | undefined; msTouchAction?: import("csstype").Property.TouchAction | undefined; msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined; msTransform?: import("csstype").Property.Transform | undefined; msTransformOrigin?: import("csstype").Property.TransformOrigin; msTransitionDelay?: import("csstype").Property.TransitionDelay; msTransitionDuration?: import("csstype").Property.TransitionDuration; msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; msUserSelect?: import("csstype").Property.MsUserSelect | undefined; msWordBreak?: import("csstype").Property.WordBreak | undefined; msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined; msWrapMargin?: import("csstype").Property.MsWrapMargin; msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined; msWritingMode?: import("csstype").Property.WritingMode | undefined; WebkitAlignContent?: import("csstype").Property.AlignContent | undefined; WebkitAlignItems?: import("csstype").Property.AlignItems | undefined; WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined; WebkitAnimationDelay?: import("csstype").Property.AnimationDelay; WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; WebkitAnimationDuration?: import("csstype").Property.AnimationDuration; WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; WebkitAnimationName?: import("csstype").Property.AnimationName | undefined; WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined; WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: import("csstype").Property.BackgroundSize; WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth; WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect; WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined; WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined; WebkitClipPath?: import("csstype").Property.ClipPath | undefined; WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined; WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined; WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined; WebkitColumnWidth?: import("csstype").Property.ColumnWidth; WebkitFilter?: import("csstype").Property.Filter | undefined; WebkitFlexBasis?: import("csstype").Property.FlexBasis; WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined; WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined; WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined; WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined; WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; WebkitFontKerning?: import("csstype").Property.FontKerning | undefined; WebkitFontSmoothing?: import("csstype").Property.FontSmooth; WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; WebkitHyphens?: import("csstype").Property.Hyphens | undefined; WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined; WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined; WebkitLineBreak?: import("csstype").Property.LineBreak | undefined; WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: import("csstype").Property.BlockSize; WebkitLogicalWidth?: import("csstype").Property.InlineSize; WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd; WebkitMarginStart?: import("csstype").Property.MarginInlineStart; WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset; WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth; WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined; WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined; WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition; WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX; WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY; WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: import("csstype").Property.WebkitMaskSize; WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize; WebkitOrder?: import("csstype").Property.Order | undefined; WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd; WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart; WebkitPerspective?: import("csstype").Property.Perspective; WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined; WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; WebkitShapeMargin?: import("csstype").Property.ShapeMargin; WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined; WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth; WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined; WebkitTransform?: import("csstype").Property.Transform | undefined; WebkitTransformOrigin?: import("csstype").Property.TransformOrigin; WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined; WebkitTransitionDelay?: import("csstype").Property.TransitionDelay; WebkitTransitionDuration?: import("csstype").Property.TransitionDuration; WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined; WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined; WebkitWritingMode?: import("csstype").Property.WritingMode | undefined; MozAnimation?: import("csstype").Property.Animation; MozBorderImage?: import("csstype").Property.BorderImage | undefined; MozColumnRule?: import("csstype").Property.ColumnRule; MozColumns?: import("csstype").Property.Columns; MozOutlineRadius?: import("csstype").Property.MozOutlineRadius; MozTransition?: import("csstype").Property.Transition; msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined; msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined; msFlex?: import("csstype").Property.Flex; msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined; msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined; msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined; msTransition?: import("csstype").Property.Transition; WebkitAnimation?: import("csstype").Property.Animation; WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore; WebkitBorderImage?: import("csstype").Property.BorderImage | undefined; WebkitBorderRadius?: import("csstype").Property.BorderRadius; WebkitColumnRule?: import("csstype").Property.ColumnRule; WebkitColumns?: import("csstype").Property.Columns; WebkitFlex?: import("csstype").Property.Flex; WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined; WebkitMask?: import("csstype").Property.WebkitMask; WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined; WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined; WebkitTextStroke?: import("csstype").Property.WebkitTextStroke; WebkitTransition?: import("csstype").Property.Transition; boxAlign?: import("csstype").Property.BoxAlign | undefined; boxDirection?: import("csstype").Property.BoxDirection | undefined; boxFlex?: import("csstype").Property.BoxFlex | undefined; boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; boxLines?: import("csstype").Property.BoxLines | undefined; boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; boxOrient?: import("csstype").Property.BoxOrient | undefined; boxPack?: import("csstype").Property.BoxPack | undefined; clip?: import("csstype").Property.Clip | undefined; fontStretch?: import("csstype").Property.FontStretch | undefined; gridColumnGap?: import("csstype").Property.GridColumnGap; gridGap?: import("csstype").Property.GridGap; gridRowGap?: import("csstype").Property.GridRowGap; imeMode?: import("csstype").Property.ImeMode | undefined; insetArea?: import("csstype").Property.PositionArea | undefined; offsetBlock?: import("csstype").Property.InsetBlock; offsetBlockEnd?: import("csstype").Property.InsetBlockEnd; offsetBlockStart?: import("csstype").Property.InsetBlockStart; offsetInline?: import("csstype").Property.InsetInline; offsetInlineEnd?: import("csstype").Property.InsetInlineEnd; offsetInlineStart?: import("csstype").Property.InsetInlineStart; pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined; pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined; pageBreakInside?: import("csstype").Property.PageBreakInside | undefined; positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate; scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination; scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined; KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined; KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined; KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined; KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined; KhtmlOpacity?: import("csstype").Property.Opacity | undefined; KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined; MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; MozBackgroundSize?: import("csstype").Property.BackgroundSize; MozBorderRadius?: import("csstype").Property.BorderRadius; MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius; MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius; MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius; MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius; MozBoxAlign?: import("csstype").Property.BoxAlign | undefined; MozBoxDirection?: import("csstype").Property.BoxDirection | undefined; MozBoxFlex?: import("csstype").Property.BoxFlex | undefined; MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; MozBoxOrient?: import("csstype").Property.BoxOrient | undefined; MozBoxPack?: import("csstype").Property.BoxPack | undefined; MozBoxShadow?: import("csstype").Property.BoxShadow | undefined; MozColumnCount?: import("csstype").Property.ColumnCount | undefined; MozColumnFill?: import("csstype").Property.ColumnFill | undefined; MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined; MozOpacity?: import("csstype").Property.Opacity | undefined; MozOutline?: import("csstype").Property.Outline; MozOutlineColor?: import("csstype").Property.OutlineColor | undefined; MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined; MozOutlineWidth?: import("csstype").Property.OutlineWidth; MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined; MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; MozTransitionDelay?: import("csstype").Property.TransitionDelay; MozTransitionDuration?: import("csstype").Property.TransitionDuration; MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; MozUserFocus?: import("csstype").Property.MozUserFocus | undefined; MozUserInput?: import("csstype").Property.MozUserInput | undefined; msImeMode?: import("csstype").Property.ImeMode | undefined; OAnimation?: import("csstype").Property.Animation; OAnimationDelay?: import("csstype").Property.AnimationDelay; OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; OAnimationDuration?: import("csstype").Property.AnimationDuration; OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; OAnimationName?: import("csstype").Property.AnimationName | undefined; OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; OBackgroundSize?: import("csstype").Property.BackgroundSize; OBorderImage?: import("csstype").Property.BorderImage | undefined; OObjectFit?: import("csstype").Property.ObjectFit | undefined; OObjectPosition?: import("csstype").Property.ObjectPosition; OTabSize?: import("csstype").Property.TabSize; OTextOverflow?: import("csstype").Property.TextOverflow | undefined; OTransform?: import("csstype").Property.Transform | undefined; OTransformOrigin?: import("csstype").Property.TransformOrigin; OTransition?: import("csstype").Property.Transition; OTransitionDelay?: import("csstype").Property.TransitionDelay; OTransitionDuration?: import("csstype").Property.TransitionDuration; OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined; WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined; WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined; WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; WebkitBoxLines?: import("csstype").Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined; WebkitBoxPack?: import("csstype").Property.BoxPack | undefined; colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined; colorRendering?: import("csstype").Property.ColorRendering | undefined; glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined; }; h6: { accentColor?: import("csstype").Property.AccentColor | undefined; alignContent?: import("csstype").Property.AlignContent | undefined; alignItems?: import("csstype").Property.AlignItems | undefined; alignSelf?: import("csstype").Property.AlignSelf | undefined; alignTracks?: import("csstype").Property.AlignTracks | undefined; alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined; anchorName?: import("csstype").Property.AnchorName | undefined; anchorScope?: import("csstype").Property.AnchorScope | undefined; animationComposition?: import("csstype").Property.AnimationComposition | undefined; animationDelay?: import("csstype").Property.AnimationDelay; animationDirection?: import("csstype").Property.AnimationDirection | undefined; animationDuration?: import("csstype").Property.AnimationDuration; animationFillMode?: import("csstype").Property.AnimationFillMode | undefined; animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; animationName?: import("csstype").Property.AnimationName | undefined; animationPlayState?: import("csstype").Property.AnimationPlayState | undefined; animationRangeEnd?: import("csstype").Property.AnimationRangeEnd; animationRangeStart?: import("csstype").Property.AnimationRangeStart; animationTimeline?: import("csstype").Property.AnimationTimeline | undefined; animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; appearance?: import("csstype").Property.Appearance | undefined; aspectRatio?: import("csstype").Property.AspectRatio | undefined; backdropFilter?: import("csstype").Property.BackdropFilter | undefined; backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined; backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined; backgroundClip?: import("csstype").Property.BackgroundClip | undefined; backgroundColor?: import("csstype").Property.BackgroundColor | undefined; backgroundImage?: import("csstype").Property.BackgroundImage | undefined; backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; backgroundPositionX?: import("csstype").Property.BackgroundPositionX; backgroundPositionY?: import("csstype").Property.BackgroundPositionY; backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined; backgroundSize?: import("csstype").Property.BackgroundSize; baselineShift?: import("csstype").Property.BaselineShift; blockSize?: import("csstype").Property.BlockSize; borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth; borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth; borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined; borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined; borderBottomWidth?: import("csstype").Property.BorderBottomWidth; borderCollapse?: import("csstype").Property.BorderCollapse | undefined; borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius; borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius; borderImageOutset?: import("csstype").Property.BorderImageOutset; borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined; borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; borderImageSource?: import("csstype").Property.BorderImageSource | undefined; borderImageWidth?: import("csstype").Property.BorderImageWidth; borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth; borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth; borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined; borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined; borderLeftWidth?: import("csstype").Property.BorderLeftWidth; borderRightColor?: import("csstype").Property.BorderRightColor | undefined; borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined; borderRightWidth?: import("csstype").Property.BorderRightWidth; borderSpacing?: import("csstype").Property.BorderSpacing; borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius; borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius; borderTopColor?: import("csstype").Property.BorderTopColor | undefined; borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined; borderTopWidth?: import("csstype").Property.BorderTopWidth; bottom?: import("csstype").Property.Bottom; boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; boxShadow?: import("csstype").Property.BoxShadow | undefined; boxSizing?: import("csstype").Property.BoxSizing | undefined; breakAfter?: import("csstype").Property.BreakAfter | undefined; breakBefore?: import("csstype").Property.BreakBefore | undefined; breakInside?: import("csstype").Property.BreakInside | undefined; captionSide?: import("csstype").Property.CaptionSide | undefined; caretColor?: import("csstype").Property.CaretColor | undefined; caretShape?: import("csstype").Property.CaretShape | undefined; clear?: import("csstype").Property.Clear | undefined; clipPath?: import("csstype").Property.ClipPath | undefined; clipRule?: import("csstype").Property.ClipRule | undefined; color?: import("csstype").Property.Color | undefined; colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined; colorScheme?: import("csstype").Property.ColorScheme | undefined; columnCount?: import("csstype").Property.ColumnCount | undefined; columnFill?: import("csstype").Property.ColumnFill | undefined; columnGap?: import("csstype").Property.ColumnGap; columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; columnRuleWidth?: import("csstype").Property.ColumnRuleWidth; columnSpan?: import("csstype").Property.ColumnSpan | undefined; columnWidth?: import("csstype").Property.ColumnWidth; contain?: import("csstype").Property.Contain | undefined; containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize; containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight; containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize; containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth; containerName?: import("csstype").Property.ContainerName | undefined; containerType?: import("csstype").Property.ContainerType | undefined; content?: import("csstype").Property.Content | undefined; contentVisibility?: import("csstype").Property.ContentVisibility | undefined; counterIncrement?: import("csstype").Property.CounterIncrement | undefined; counterReset?: import("csstype").Property.CounterReset | undefined; counterSet?: import("csstype").Property.CounterSet | undefined; cursor?: import("csstype").Property.Cursor | undefined; cx?: import("csstype").Property.Cx; cy?: import("csstype").Property.Cy; d?: import("csstype").Property.D | undefined; direction?: import("csstype").Property.Direction | undefined; display?: import("csstype").Property.Display | undefined; dominantBaseline?: import("csstype").Property.DominantBaseline | undefined; emptyCells?: import("csstype").Property.EmptyCells | undefined; fieldSizing?: import("csstype").Property.FieldSizing | undefined; fill?: import("csstype").Property.Fill | undefined; fillOpacity?: import("csstype").Property.FillOpacity | undefined; fillRule?: import("csstype").Property.FillRule | undefined; filter?: import("csstype").Property.Filter | undefined; flexBasis?: import("csstype").Property.FlexBasis; flexDirection?: import("csstype").Property.FlexDirection | undefined; flexGrow?: import("csstype").Property.FlexGrow | undefined; flexShrink?: import("csstype").Property.FlexShrink | undefined; flexWrap?: import("csstype").Property.FlexWrap | undefined; float?: import("csstype").Property.Float | undefined; floodColor?: import("csstype").Property.FloodColor | undefined; floodOpacity?: import("csstype").Property.FloodOpacity | undefined; fontFamily?: import("csstype").Property.FontFamily | undefined; fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; fontKerning?: import("csstype").Property.FontKerning | undefined; fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined; fontPalette?: import("csstype").Property.FontPalette | undefined; fontSize?: import("csstype").Property.FontSize; fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined; fontSmooth?: import("csstype").Property.FontSmooth; fontStyle?: import("csstype").Property.FontStyle | undefined; fontSynthesis?: import("csstype").Property.FontSynthesis | undefined; fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined; fontVariant?: import("csstype").Property.FontVariant | undefined; fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined; fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined; fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined; fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined; fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined; fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined; fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined; fontWeight?: import("csstype").Property.FontWeight | undefined; fontWidth?: import("csstype").Property.FontWidth | undefined; forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined; gridAutoColumns?: import("csstype").Property.GridAutoColumns; gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined; gridAutoRows?: import("csstype").Property.GridAutoRows; gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined; gridColumnStart?: import("csstype").Property.GridColumnStart | undefined; gridRowEnd?: import("csstype").Property.GridRowEnd | undefined; gridRowStart?: import("csstype").Property.GridRowStart | undefined; gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined; gridTemplateColumns?: import("csstype").Property.GridTemplateColumns; gridTemplateRows?: import("csstype").Property.GridTemplateRows; hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined; height?: import("csstype").Property.Height; hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined; hyphens?: import("csstype").Property.Hyphens | undefined; imageOrientation?: import("csstype").Property.ImageOrientation | undefined; imageRendering?: import("csstype").Property.ImageRendering | undefined; imageResolution?: import("csstype").Property.ImageResolution | undefined; initialLetter?: import("csstype").Property.InitialLetter | undefined; initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined; inlineSize?: import("csstype").Property.InlineSize; insetBlockEnd?: import("csstype").Property.InsetBlockEnd; insetBlockStart?: import("csstype").Property.InsetBlockStart; insetInlineEnd?: import("csstype").Property.InsetInlineEnd; insetInlineStart?: import("csstype").Property.InsetInlineStart; interpolateSize?: import("csstype").Property.InterpolateSize | undefined; isolation?: import("csstype").Property.Isolation | undefined; justifyContent?: import("csstype").Property.JustifyContent | undefined; justifyItems?: import("csstype").Property.JustifyItems | undefined; justifySelf?: import("csstype").Property.JustifySelf | undefined; justifyTracks?: import("csstype").Property.JustifyTracks | undefined; left?: import("csstype").Property.Left; letterSpacing?: import("csstype").Property.LetterSpacing; lightingColor?: import("csstype").Property.LightingColor | undefined; lineBreak?: import("csstype").Property.LineBreak | undefined; lineHeight?: import("csstype").Property.LineHeight; lineHeightStep?: import("csstype").Property.LineHeightStep; listStyleImage?: import("csstype").Property.ListStyleImage | undefined; listStylePosition?: import("csstype").Property.ListStylePosition | undefined; listStyleType?: import("csstype").Property.ListStyleType | undefined; marginBlockEnd?: import("csstype").Property.MarginBlockEnd; marginBlockStart?: import("csstype").Property.MarginBlockStart; marginBottom?: import("csstype").Property.MarginBottom; marginInlineEnd?: import("csstype").Property.MarginInlineEnd; marginInlineStart?: import("csstype").Property.MarginInlineStart; marginLeft?: import("csstype").Property.MarginLeft; marginRight?: import("csstype").Property.MarginRight; marginTop?: import("csstype").Property.MarginTop; marginTrim?: import("csstype").Property.MarginTrim | undefined; marker?: import("csstype").Property.Marker | undefined; markerEnd?: import("csstype").Property.MarkerEnd | undefined; markerMid?: import("csstype").Property.MarkerMid | undefined; markerStart?: import("csstype").Property.MarkerStart | undefined; maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined; maskBorderOutset?: import("csstype").Property.MaskBorderOutset; maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined; maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined; maskBorderWidth?: import("csstype").Property.MaskBorderWidth; maskClip?: import("csstype").Property.MaskClip | undefined; maskComposite?: import("csstype").Property.MaskComposite | undefined; maskImage?: import("csstype").Property.MaskImage | undefined; maskMode?: import("csstype").Property.MaskMode | undefined; maskOrigin?: import("csstype").Property.MaskOrigin | undefined; maskPosition?: import("csstype").Property.MaskPosition; maskRepeat?: import("csstype").Property.MaskRepeat | undefined; maskSize?: import("csstype").Property.MaskSize; maskType?: import("csstype").Property.MaskType | undefined; masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined; mathDepth?: import("csstype").Property.MathDepth | undefined; mathShift?: import("csstype").Property.MathShift | undefined; mathStyle?: import("csstype").Property.MathStyle | undefined; maxBlockSize?: import("csstype").Property.MaxBlockSize; maxHeight?: import("csstype").Property.MaxHeight; maxInlineSize?: import("csstype").Property.MaxInlineSize; maxLines?: import("csstype").Property.MaxLines | undefined; maxWidth?: import("csstype").Property.MaxWidth; minBlockSize?: import("csstype").Property.MinBlockSize; minHeight?: import("csstype").Property.MinHeight; minInlineSize?: import("csstype").Property.MinInlineSize; minWidth?: import("csstype").Property.MinWidth; mixBlendMode?: import("csstype").Property.MixBlendMode | undefined; motionDistance?: import("csstype").Property.OffsetDistance; motionPath?: import("csstype").Property.OffsetPath | undefined; motionRotation?: import("csstype").Property.OffsetRotate | undefined; objectFit?: import("csstype").Property.ObjectFit | undefined; objectPosition?: import("csstype").Property.ObjectPosition; objectViewBox?: import("csstype").Property.ObjectViewBox | undefined; offsetAnchor?: import("csstype").Property.OffsetAnchor; offsetDistance?: import("csstype").Property.OffsetDistance; offsetPath?: import("csstype").Property.OffsetPath | undefined; offsetPosition?: import("csstype").Property.OffsetPosition; offsetRotate?: import("csstype").Property.OffsetRotate | undefined; offsetRotation?: import("csstype").Property.OffsetRotate | undefined; opacity?: import("csstype").Property.Opacity | undefined; order?: import("csstype").Property.Order | undefined; orphans?: import("csstype").Property.Orphans | undefined; outlineColor?: import("csstype").Property.OutlineColor | undefined; outlineOffset?: import("csstype").Property.OutlineOffset; outlineStyle?: import("csstype").Property.OutlineStyle | undefined; outlineWidth?: import("csstype").Property.OutlineWidth; overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined; overflowBlock?: import("csstype").Property.OverflowBlock | undefined; overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined; overflowClipMargin?: import("csstype").Property.OverflowClipMargin; overflowInline?: import("csstype").Property.OverflowInline | undefined; overflowWrap?: import("csstype").Property.OverflowWrap | undefined; overflowX?: import("csstype").Property.OverflowX | undefined; overflowY?: import("csstype").Property.OverflowY | undefined; overlay?: import("csstype").Property.Overlay | undefined; overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd; paddingBlockStart?: import("csstype").Property.PaddingBlockStart; paddingBottom?: import("csstype").Property.PaddingBottom; paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd; paddingInlineStart?: import("csstype").Property.PaddingInlineStart; paddingLeft?: import("csstype").Property.PaddingLeft; paddingRight?: import("csstype").Property.PaddingRight; paddingTop?: import("csstype").Property.PaddingTop; page?: import("csstype").Property.Page | undefined; paintOrder?: import("csstype").Property.PaintOrder | undefined; perspective?: import("csstype").Property.Perspective; perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; pointerEvents?: import("csstype").Property.PointerEvents | undefined; position?: import("csstype").Property.Position | undefined; positionAnchor?: import("csstype").Property.PositionAnchor | undefined; positionArea?: import("csstype").Property.PositionArea | undefined; positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined; positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined; positionVisibility?: import("csstype").Property.PositionVisibility | undefined; printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; quotes?: import("csstype").Property.Quotes | undefined; r?: import("csstype").Property.R; resize?: import("csstype").Property.Resize | undefined; right?: import("csstype").Property.Right; rotate?: import("csstype").Property.Rotate | undefined; rowGap?: import("csstype").Property.RowGap; rubyAlign?: import("csstype").Property.RubyAlign | undefined; rubyMerge?: import("csstype").Property.RubyMerge | undefined; rubyOverhang?: import("csstype").Property.RubyOverhang | undefined; rubyPosition?: import("csstype").Property.RubyPosition | undefined; rx?: import("csstype").Property.Rx; ry?: import("csstype").Property.Ry; scale?: import("csstype").Property.Scale | undefined; scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined; scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd; scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart; scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd; scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart; scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollMarginRight?: import("csstype").Property.ScrollMarginRight; scrollMarginTop?: import("csstype").Property.ScrollMarginTop; scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd; scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart; scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom; scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd; scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart; scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft; scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight; scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop; scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight; scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop; scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined; scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined; scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined; scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined; scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined; scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined; shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined; shapeMargin?: import("csstype").Property.ShapeMargin; shapeOutside?: import("csstype").Property.ShapeOutside | undefined; shapeRendering?: import("csstype").Property.ShapeRendering | undefined; speakAs?: import("csstype").Property.SpeakAs | undefined; stopColor?: import("csstype").Property.StopColor | undefined; stopOpacity?: import("csstype").Property.StopOpacity | undefined; stroke?: import("csstype").Property.Stroke | undefined; strokeColor?: import("csstype").Property.StrokeColor | undefined; strokeDasharray?: import("csstype").Property.StrokeDasharray; strokeDashoffset?: import("csstype").Property.StrokeDashoffset; strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined; strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined; strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined; strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined; strokeWidth?: import("csstype").Property.StrokeWidth; tabSize?: import("csstype").Property.TabSize; tableLayout?: import("csstype").Property.TableLayout | undefined; textAlign?: import("csstype").Property.TextAlign | undefined; textAlignLast?: import("csstype").Property.TextAlignLast | undefined; textAnchor?: import("csstype").Property.TextAnchor | undefined; textAutospace?: import("csstype").Property.TextAutospace | undefined; textBox?: import("csstype").Property.TextBox | undefined; textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined; textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined; textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined; textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined; textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; textDecorationThickness?: import("csstype").Property.TextDecorationThickness; textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; textIndent?: import("csstype").Property.TextIndent; textJustify?: import("csstype").Property.TextJustify | undefined; textOrientation?: import("csstype").Property.TextOrientation | undefined; textOverflow?: import("csstype").Property.TextOverflow | undefined; textRendering?: import("csstype").Property.TextRendering | undefined; textShadow?: import("csstype").Property.TextShadow | undefined; textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined; textTransform?: import("csstype").Property.TextTransform | undefined; textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset; textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; textWrapMode?: import("csstype").Property.TextWrapMode | undefined; textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined; timelineScope?: import("csstype").Property.TimelineScope | undefined; top?: import("csstype").Property.Top; touchAction?: import("csstype").Property.TouchAction | undefined; transform?: import("csstype").Property.Transform | undefined; transformBox?: import("csstype").Property.TransformBox | undefined; transformOrigin?: import("csstype").Property.TransformOrigin; transformStyle?: import("csstype").Property.TransformStyle | undefined; transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined; transitionDelay?: import("csstype").Property.TransitionDelay; transitionDuration?: import("csstype").Property.TransitionDuration; transitionProperty?: import("csstype").Property.TransitionProperty | undefined; transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; translate?: import("csstype").Property.Translate; unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined; userSelect?: import("csstype").Property.UserSelect | undefined; vectorEffect?: import("csstype").Property.VectorEffect | undefined; verticalAlign?: import("csstype").Property.VerticalAlign; viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined; viewTimelineInset?: import("csstype").Property.ViewTimelineInset; viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined; viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined; viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined; visibility?: import("csstype").Property.Visibility | undefined; whiteSpace?: import("csstype").Property.WhiteSpace | undefined; whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined; widows?: import("csstype").Property.Widows | undefined; width?: import("csstype").Property.Width; willChange?: import("csstype").Property.WillChange | undefined; wordBreak?: import("csstype").Property.WordBreak | undefined; wordSpacing?: import("csstype").Property.WordSpacing; wordWrap?: import("csstype").Property.WordWrap | undefined; writingMode?: import("csstype").Property.WritingMode | undefined; x?: import("csstype").Property.X; y?: import("csstype").Property.Y; zIndex?: import("csstype").Property.ZIndex | undefined; zoom?: import("csstype").Property.Zoom | undefined; all?: import("csstype").Property.All | undefined; animation?: import("csstype").Property.Animation; animationRange?: import("csstype").Property.AnimationRange; background?: import("csstype").Property.Background; backgroundPosition?: import("csstype").Property.BackgroundPosition; border?: import("csstype").Property.Border; borderBlock?: import("csstype").Property.BorderBlock; borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined; borderBlockEnd?: import("csstype").Property.BorderBlockEnd; borderBlockStart?: import("csstype").Property.BorderBlockStart; borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined; borderBlockWidth?: import("csstype").Property.BorderBlockWidth; borderBottom?: import("csstype").Property.BorderBottom; borderColor?: import("csstype").Property.BorderColor | undefined; borderImage?: import("csstype").Property.BorderImage | undefined; borderInline?: import("csstype").Property.BorderInline; borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined; borderInlineEnd?: import("csstype").Property.BorderInlineEnd; borderInlineStart?: import("csstype").Property.BorderInlineStart; borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined; borderInlineWidth?: import("csstype").Property.BorderInlineWidth; borderLeft?: import("csstype").Property.BorderLeft; borderRadius?: import("csstype").Property.BorderRadius; borderRight?: import("csstype").Property.BorderRight; borderStyle?: import("csstype").Property.BorderStyle | undefined; borderTop?: import("csstype").Property.BorderTop; borderWidth?: import("csstype").Property.BorderWidth; caret?: import("csstype").Property.Caret | undefined; columnRule?: import("csstype").Property.ColumnRule; columns?: import("csstype").Property.Columns; containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize; container?: import("csstype").Property.Container | undefined; flex?: import("csstype").Property.Flex; flexFlow?: import("csstype").Property.FlexFlow | undefined; font?: import("csstype").Property.Font | undefined; gap?: import("csstype").Property.Gap; grid?: import("csstype").Property.Grid | undefined; gridArea?: import("csstype").Property.GridArea | undefined; gridColumn?: import("csstype").Property.GridColumn | undefined; gridRow?: import("csstype").Property.GridRow | undefined; gridTemplate?: import("csstype").Property.GridTemplate | undefined; inset?: import("csstype").Property.Inset; insetBlock?: import("csstype").Property.InsetBlock; insetInline?: import("csstype").Property.InsetInline; lineClamp?: import("csstype").Property.LineClamp | undefined; listStyle?: import("csstype").Property.ListStyle | undefined; margin?: import("csstype").Property.Margin; marginBlock?: import("csstype").Property.MarginBlock; marginInline?: import("csstype").Property.MarginInline; mask?: import("csstype").Property.Mask; maskBorder?: import("csstype").Property.MaskBorder | undefined; motion?: import("csstype").Property.Offset; offset?: import("csstype").Property.Offset; outline?: import("csstype").Property.Outline; overflow?: import("csstype").Property.Overflow | undefined; overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined; padding?: import("csstype").Property.Padding; paddingBlock?: import("csstype").Property.PaddingBlock; paddingInline?: import("csstype").Property.PaddingInline; placeContent?: import("csstype").Property.PlaceContent | undefined; placeItems?: import("csstype").Property.PlaceItems | undefined; placeSelf?: import("csstype").Property.PlaceSelf | undefined; positionTry?: import("csstype").Property.PositionTry | undefined; scrollMargin?: import("csstype").Property.ScrollMargin; scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock; scrollMarginInline?: import("csstype").Property.ScrollMarginInline; scrollPadding?: import("csstype").Property.ScrollPadding; scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock; scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline; scrollSnapMargin?: import("csstype").Property.ScrollMargin; scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined; textDecoration?: import("csstype").Property.TextDecoration; textEmphasis?: import("csstype").Property.TextEmphasis | undefined; textWrap?: import("csstype").Property.TextWrap | undefined; transition?: import("csstype").Property.Transition; viewTimeline?: import("csstype").Property.ViewTimeline | undefined; MozAnimationDelay?: import("csstype").Property.AnimationDelay; MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; MozAnimationDuration?: import("csstype").Property.AnimationDuration; MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; MozAnimationName?: import("csstype").Property.AnimationName | undefined; MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; MozAppearance?: import("csstype").Property.MozAppearance | undefined; MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; MozBinding?: import("csstype").Property.MozBinding | undefined; MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined; MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth; MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined; MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined; MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined; MozBoxSizing?: import("csstype").Property.BoxSizing | undefined; MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; MozColumnWidth?: import("csstype").Property.ColumnWidth; MozContextProperties?: import("csstype").Property.MozContextProperties | undefined; MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; MozHyphens?: import("csstype").Property.Hyphens | undefined; MozMarginEnd?: import("csstype").Property.MarginInlineEnd; MozMarginStart?: import("csstype").Property.MarginInlineStart; MozOrient?: import("csstype").Property.MozOrient | undefined; MozOsxFontSmoothing?: import("csstype").Property.FontSmooth; MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft; MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright; MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft; MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright; MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd; MozPaddingStart?: import("csstype").Property.PaddingInlineStart; MozPerspective?: import("csstype").Property.Perspective; MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; MozStackSizing?: import("csstype").Property.MozStackSizing | undefined; MozTabSize?: import("csstype").Property.TabSize; MozTextBlink?: import("csstype").Property.MozTextBlink | undefined; MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; MozTransform?: import("csstype").Property.Transform | undefined; MozTransformOrigin?: import("csstype").Property.TransformOrigin; MozTransformStyle?: import("csstype").Property.TransformStyle | undefined; MozUserModify?: import("csstype").Property.MozUserModify | undefined; MozUserSelect?: import("csstype").Property.UserSelect | undefined; MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined; MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined; msAccelerator?: import("csstype").Property.MsAccelerator | undefined; msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined; msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined; msContentZooming?: import("csstype").Property.MsContentZooming | undefined; msFilter?: import("csstype").Property.MsFilter | undefined; msFlexDirection?: import("csstype").Property.FlexDirection | undefined; msFlexPositive?: import("csstype").Property.FlexGrow | undefined; msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined; msFlowInto?: import("csstype").Property.MsFlowInto | undefined; msGridColumns?: import("csstype").Property.MsGridColumns; msGridRows?: import("csstype").Property.MsGridRows; msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone; msHyphens?: import("csstype").Property.Hyphens | undefined; msImeAlign?: import("csstype").Property.MsImeAlign | undefined; msLineBreak?: import("csstype").Property.LineBreak | undefined; msOrder?: import("csstype").Property.Order | undefined; msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined; msOverflowX?: import("csstype").Property.OverflowX | undefined; msOverflowY?: import("csstype").Property.OverflowY | undefined; msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined; msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax; msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin; msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax; msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin; msScrollRails?: import("csstype").Property.MsScrollRails | undefined; msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined; msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined; msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined; msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined; msTextOverflow?: import("csstype").Property.TextOverflow | undefined; msTouchAction?: import("csstype").Property.TouchAction | undefined; msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined; msTransform?: import("csstype").Property.Transform | undefined; msTransformOrigin?: import("csstype").Property.TransformOrigin; msTransitionDelay?: import("csstype").Property.TransitionDelay; msTransitionDuration?: import("csstype").Property.TransitionDuration; msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; msUserSelect?: import("csstype").Property.MsUserSelect | undefined; msWordBreak?: import("csstype").Property.WordBreak | undefined; msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined; msWrapMargin?: import("csstype").Property.MsWrapMargin; msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined; msWritingMode?: import("csstype").Property.WritingMode | undefined; WebkitAlignContent?: import("csstype").Property.AlignContent | undefined; WebkitAlignItems?: import("csstype").Property.AlignItems | undefined; WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined; WebkitAnimationDelay?: import("csstype").Property.AnimationDelay; WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; WebkitAnimationDuration?: import("csstype").Property.AnimationDuration; WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; WebkitAnimationName?: import("csstype").Property.AnimationName | undefined; WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined; WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: import("csstype").Property.BackgroundSize; WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth; WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect; WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined; WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined; WebkitClipPath?: import("csstype").Property.ClipPath | undefined; WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined; WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined; WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined; WebkitColumnWidth?: import("csstype").Property.ColumnWidth; WebkitFilter?: import("csstype").Property.Filter | undefined; WebkitFlexBasis?: import("csstype").Property.FlexBasis; WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined; WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined; WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined; WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined; WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; WebkitFontKerning?: import("csstype").Property.FontKerning | undefined; WebkitFontSmoothing?: import("csstype").Property.FontSmooth; WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; WebkitHyphens?: import("csstype").Property.Hyphens | undefined; WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined; WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined; WebkitLineBreak?: import("csstype").Property.LineBreak | undefined; WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: import("csstype").Property.BlockSize; WebkitLogicalWidth?: import("csstype").Property.InlineSize; WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd; WebkitMarginStart?: import("csstype").Property.MarginInlineStart; WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset; WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth; WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined; WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined; WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition; WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX; WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY; WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: import("csstype").Property.WebkitMaskSize; WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize; WebkitOrder?: import("csstype").Property.Order | undefined; WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd; WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart; WebkitPerspective?: import("csstype").Property.Perspective; WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined; WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; WebkitShapeMargin?: import("csstype").Property.ShapeMargin; WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined; WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth; WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined; WebkitTransform?: import("csstype").Property.Transform | undefined; WebkitTransformOrigin?: import("csstype").Property.TransformOrigin; WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined; WebkitTransitionDelay?: import("csstype").Property.TransitionDelay; WebkitTransitionDuration?: import("csstype").Property.TransitionDuration; WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined; WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined; WebkitWritingMode?: import("csstype").Property.WritingMode | undefined; MozAnimation?: import("csstype").Property.Animation; MozBorderImage?: import("csstype").Property.BorderImage | undefined; MozColumnRule?: import("csstype").Property.ColumnRule; MozColumns?: import("csstype").Property.Columns; MozOutlineRadius?: import("csstype").Property.MozOutlineRadius; MozTransition?: import("csstype").Property.Transition; msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined; msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined; msFlex?: import("csstype").Property.Flex; msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined; msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined; msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined; msTransition?: import("csstype").Property.Transition; WebkitAnimation?: import("csstype").Property.Animation; WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore; WebkitBorderImage?: import("csstype").Property.BorderImage | undefined; WebkitBorderRadius?: import("csstype").Property.BorderRadius; WebkitColumnRule?: import("csstype").Property.ColumnRule; WebkitColumns?: import("csstype").Property.Columns; WebkitFlex?: import("csstype").Property.Flex; WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined; WebkitMask?: import("csstype").Property.WebkitMask; WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined; WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined; WebkitTextStroke?: import("csstype").Property.WebkitTextStroke; WebkitTransition?: import("csstype").Property.Transition; boxAlign?: import("csstype").Property.BoxAlign | undefined; boxDirection?: import("csstype").Property.BoxDirection | undefined; boxFlex?: import("csstype").Property.BoxFlex | undefined; boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; boxLines?: import("csstype").Property.BoxLines | undefined; boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; boxOrient?: import("csstype").Property.BoxOrient | undefined; boxPack?: import("csstype").Property.BoxPack | undefined; clip?: import("csstype").Property.Clip | undefined; fontStretch?: import("csstype").Property.FontStretch | undefined; gridColumnGap?: import("csstype").Property.GridColumnGap; gridGap?: import("csstype").Property.GridGap; gridRowGap?: import("csstype").Property.GridRowGap; imeMode?: import("csstype").Property.ImeMode | undefined; insetArea?: import("csstype").Property.PositionArea | undefined; offsetBlock?: import("csstype").Property.InsetBlock; offsetBlockEnd?: import("csstype").Property.InsetBlockEnd; offsetBlockStart?: import("csstype").Property.InsetBlockStart; offsetInline?: import("csstype").Property.InsetInline; offsetInlineEnd?: import("csstype").Property.InsetInlineEnd; offsetInlineStart?: import("csstype").Property.InsetInlineStart; pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined; pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined; pageBreakInside?: import("csstype").Property.PageBreakInside | undefined; positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate; scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination; scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined; KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined; KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined; KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined; KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined; KhtmlOpacity?: import("csstype").Property.Opacity | undefined; KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined; MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; MozBackgroundSize?: import("csstype").Property.BackgroundSize; MozBorderRadius?: import("csstype").Property.BorderRadius; MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius; MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius; MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius; MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius; MozBoxAlign?: import("csstype").Property.BoxAlign | undefined; MozBoxDirection?: import("csstype").Property.BoxDirection | undefined; MozBoxFlex?: import("csstype").Property.BoxFlex | undefined; MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; MozBoxOrient?: import("csstype").Property.BoxOrient | undefined; MozBoxPack?: import("csstype").Property.BoxPack | undefined; MozBoxShadow?: import("csstype").Property.BoxShadow | undefined; MozColumnCount?: import("csstype").Property.ColumnCount | undefined; MozColumnFill?: import("csstype").Property.ColumnFill | undefined; MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined; MozOpacity?: import("csstype").Property.Opacity | undefined; MozOutline?: import("csstype").Property.Outline; MozOutlineColor?: import("csstype").Property.OutlineColor | undefined; MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined; MozOutlineWidth?: import("csstype").Property.OutlineWidth; MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined; MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; MozTransitionDelay?: import("csstype").Property.TransitionDelay; MozTransitionDuration?: import("csstype").Property.TransitionDuration; MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; MozUserFocus?: import("csstype").Property.MozUserFocus | undefined; MozUserInput?: import("csstype").Property.MozUserInput | undefined; msImeMode?: import("csstype").Property.ImeMode | undefined; OAnimation?: import("csstype").Property.Animation; OAnimationDelay?: import("csstype").Property.AnimationDelay; OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; OAnimationDuration?: import("csstype").Property.AnimationDuration; OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; OAnimationName?: import("csstype").Property.AnimationName | undefined; OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; OBackgroundSize?: import("csstype").Property.BackgroundSize; OBorderImage?: import("csstype").Property.BorderImage | undefined; OObjectFit?: import("csstype").Property.ObjectFit | undefined; OObjectPosition?: import("csstype").Property.ObjectPosition; OTabSize?: import("csstype").Property.TabSize; OTextOverflow?: import("csstype").Property.TextOverflow | undefined; OTransform?: import("csstype").Property.Transform | undefined; OTransformOrigin?: import("csstype").Property.TransformOrigin; OTransition?: import("csstype").Property.Transition; OTransitionDelay?: import("csstype").Property.TransitionDelay; OTransitionDuration?: import("csstype").Property.TransitionDuration; OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined; WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined; WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined; WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; WebkitBoxLines?: import("csstype").Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined; WebkitBoxPack?: import("csstype").Property.BoxPack | undefined; colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined; colorRendering?: import("csstype").Property.ColorRendering | undefined; glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined; }; caption: { accentColor?: import("csstype").Property.AccentColor | undefined; alignContent?: import("csstype").Property.AlignContent | undefined; alignItems?: import("csstype").Property.AlignItems | undefined; alignSelf?: import("csstype").Property.AlignSelf | undefined; alignTracks?: import("csstype").Property.AlignTracks | undefined; alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined; anchorName?: import("csstype").Property.AnchorName | undefined; anchorScope?: import("csstype").Property.AnchorScope | undefined; animationComposition?: import("csstype").Property.AnimationComposition | undefined; animationDelay?: import("csstype").Property.AnimationDelay; animationDirection?: import("csstype").Property.AnimationDirection | undefined; animationDuration?: import("csstype").Property.AnimationDuration; animationFillMode?: import("csstype").Property.AnimationFillMode | undefined; animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; animationName?: import("csstype").Property.AnimationName | undefined; animationPlayState?: import("csstype").Property.AnimationPlayState | undefined; animationRangeEnd?: import("csstype").Property.AnimationRangeEnd; animationRangeStart?: import("csstype").Property.AnimationRangeStart; animationTimeline?: import("csstype").Property.AnimationTimeline | undefined; animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; appearance?: import("csstype").Property.Appearance | undefined; aspectRatio?: import("csstype").Property.AspectRatio | undefined; backdropFilter?: import("csstype").Property.BackdropFilter | undefined; backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined; backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined; backgroundClip?: import("csstype").Property.BackgroundClip | undefined; backgroundColor?: import("csstype").Property.BackgroundColor | undefined; backgroundImage?: import("csstype").Property.BackgroundImage | undefined; backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; backgroundPositionX?: import("csstype").Property.BackgroundPositionX; backgroundPositionY?: import("csstype").Property.BackgroundPositionY; backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined; backgroundSize?: import("csstype").Property.BackgroundSize; baselineShift?: import("csstype").Property.BaselineShift; blockSize?: import("csstype").Property.BlockSize; borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth; borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth; borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined; borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined; borderBottomWidth?: import("csstype").Property.BorderBottomWidth; borderCollapse?: import("csstype").Property.BorderCollapse | undefined; borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius; borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius; borderImageOutset?: import("csstype").Property.BorderImageOutset; borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined; borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; borderImageSource?: import("csstype").Property.BorderImageSource | undefined; borderImageWidth?: import("csstype").Property.BorderImageWidth; borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth; borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth; borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined; borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined; borderLeftWidth?: import("csstype").Property.BorderLeftWidth; borderRightColor?: import("csstype").Property.BorderRightColor | undefined; borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined; borderRightWidth?: import("csstype").Property.BorderRightWidth; borderSpacing?: import("csstype").Property.BorderSpacing; borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius; borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius; borderTopColor?: import("csstype").Property.BorderTopColor | undefined; borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined; borderTopWidth?: import("csstype").Property.BorderTopWidth; bottom?: import("csstype").Property.Bottom; boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; boxShadow?: import("csstype").Property.BoxShadow | undefined; boxSizing?: import("csstype").Property.BoxSizing | undefined; breakAfter?: import("csstype").Property.BreakAfter | undefined; breakBefore?: import("csstype").Property.BreakBefore | undefined; breakInside?: import("csstype").Property.BreakInside | undefined; captionSide?: import("csstype").Property.CaptionSide | undefined; caretColor?: import("csstype").Property.CaretColor | undefined; caretShape?: import("csstype").Property.CaretShape | undefined; clear?: import("csstype").Property.Clear | undefined; clipPath?: import("csstype").Property.ClipPath | undefined; clipRule?: import("csstype").Property.ClipRule | undefined; color?: import("csstype").Property.Color | undefined; colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined; colorScheme?: import("csstype").Property.ColorScheme | undefined; columnCount?: import("csstype").Property.ColumnCount | undefined; columnFill?: import("csstype").Property.ColumnFill | undefined; columnGap?: import("csstype").Property.ColumnGap; columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; columnRuleWidth?: import("csstype").Property.ColumnRuleWidth; columnSpan?: import("csstype").Property.ColumnSpan | undefined; columnWidth?: import("csstype").Property.ColumnWidth; contain?: import("csstype").Property.Contain | undefined; containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize; containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight; containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize; containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth; containerName?: import("csstype").Property.ContainerName | undefined; containerType?: import("csstype").Property.ContainerType | undefined; content?: import("csstype").Property.Content | undefined; contentVisibility?: import("csstype").Property.ContentVisibility | undefined; counterIncrement?: import("csstype").Property.CounterIncrement | undefined; counterReset?: import("csstype").Property.CounterReset | undefined; counterSet?: import("csstype").Property.CounterSet | undefined; cursor?: import("csstype").Property.Cursor | undefined; cx?: import("csstype").Property.Cx; cy?: import("csstype").Property.Cy; d?: import("csstype").Property.D | undefined; direction?: import("csstype").Property.Direction | undefined; display?: import("csstype").Property.Display | undefined; dominantBaseline?: import("csstype").Property.DominantBaseline | undefined; emptyCells?: import("csstype").Property.EmptyCells | undefined; fieldSizing?: import("csstype").Property.FieldSizing | undefined; fill?: import("csstype").Property.Fill | undefined; fillOpacity?: import("csstype").Property.FillOpacity | undefined; fillRule?: import("csstype").Property.FillRule | undefined; filter?: import("csstype").Property.Filter | undefined; flexBasis?: import("csstype").Property.FlexBasis; flexDirection?: import("csstype").Property.FlexDirection | undefined; flexGrow?: import("csstype").Property.FlexGrow | undefined; flexShrink?: import("csstype").Property.FlexShrink | undefined; flexWrap?: import("csstype").Property.FlexWrap | undefined; float?: import("csstype").Property.Float | undefined; floodColor?: import("csstype").Property.FloodColor | undefined; floodOpacity?: import("csstype").Property.FloodOpacity | undefined; fontFamily?: import("csstype").Property.FontFamily | undefined; fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; fontKerning?: import("csstype").Property.FontKerning | undefined; fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined; fontPalette?: import("csstype").Property.FontPalette | undefined; fontSize?: import("csstype").Property.FontSize; fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined; fontSmooth?: import("csstype").Property.FontSmooth; fontStyle?: import("csstype").Property.FontStyle | undefined; fontSynthesis?: import("csstype").Property.FontSynthesis | undefined; fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined; fontVariant?: import("csstype").Property.FontVariant | undefined; fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined; fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined; fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined; fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined; fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined; fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined; fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined; fontWeight?: import("csstype").Property.FontWeight | undefined; fontWidth?: import("csstype").Property.FontWidth | undefined; forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined; gridAutoColumns?: import("csstype").Property.GridAutoColumns; gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined; gridAutoRows?: import("csstype").Property.GridAutoRows; gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined; gridColumnStart?: import("csstype").Property.GridColumnStart | undefined; gridRowEnd?: import("csstype").Property.GridRowEnd | undefined; gridRowStart?: import("csstype").Property.GridRowStart | undefined; gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined; gridTemplateColumns?: import("csstype").Property.GridTemplateColumns; gridTemplateRows?: import("csstype").Property.GridTemplateRows; hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined; height?: import("csstype").Property.Height; hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined; hyphens?: import("csstype").Property.Hyphens | undefined; imageOrientation?: import("csstype").Property.ImageOrientation | undefined; imageRendering?: import("csstype").Property.ImageRendering | undefined; imageResolution?: import("csstype").Property.ImageResolution | undefined; initialLetter?: import("csstype").Property.InitialLetter | undefined; initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined; inlineSize?: import("csstype").Property.InlineSize; insetBlockEnd?: import("csstype").Property.InsetBlockEnd; insetBlockStart?: import("csstype").Property.InsetBlockStart; insetInlineEnd?: import("csstype").Property.InsetInlineEnd; insetInlineStart?: import("csstype").Property.InsetInlineStart; interpolateSize?: import("csstype").Property.InterpolateSize | undefined; isolation?: import("csstype").Property.Isolation | undefined; justifyContent?: import("csstype").Property.JustifyContent | undefined; justifyItems?: import("csstype").Property.JustifyItems | undefined; justifySelf?: import("csstype").Property.JustifySelf | undefined; justifyTracks?: import("csstype").Property.JustifyTracks | undefined; left?: import("csstype").Property.Left; letterSpacing?: import("csstype").Property.LetterSpacing; lightingColor?: import("csstype").Property.LightingColor | undefined; lineBreak?: import("csstype").Property.LineBreak | undefined; lineHeight?: import("csstype").Property.LineHeight; lineHeightStep?: import("csstype").Property.LineHeightStep; listStyleImage?: import("csstype").Property.ListStyleImage | undefined; listStylePosition?: import("csstype").Property.ListStylePosition | undefined; listStyleType?: import("csstype").Property.ListStyleType | undefined; marginBlockEnd?: import("csstype").Property.MarginBlockEnd; marginBlockStart?: import("csstype").Property.MarginBlockStart; marginBottom?: import("csstype").Property.MarginBottom; marginInlineEnd?: import("csstype").Property.MarginInlineEnd; marginInlineStart?: import("csstype").Property.MarginInlineStart; marginLeft?: import("csstype").Property.MarginLeft; marginRight?: import("csstype").Property.MarginRight; marginTop?: import("csstype").Property.MarginTop; marginTrim?: import("csstype").Property.MarginTrim | undefined; marker?: import("csstype").Property.Marker | undefined; markerEnd?: import("csstype").Property.MarkerEnd | undefined; markerMid?: import("csstype").Property.MarkerMid | undefined; markerStart?: import("csstype").Property.MarkerStart | undefined; maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined; maskBorderOutset?: import("csstype").Property.MaskBorderOutset; maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined; maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined; maskBorderWidth?: import("csstype").Property.MaskBorderWidth; maskClip?: import("csstype").Property.MaskClip | undefined; maskComposite?: import("csstype").Property.MaskComposite | undefined; maskImage?: import("csstype").Property.MaskImage | undefined; maskMode?: import("csstype").Property.MaskMode | undefined; maskOrigin?: import("csstype").Property.MaskOrigin | undefined; maskPosition?: import("csstype").Property.MaskPosition; maskRepeat?: import("csstype").Property.MaskRepeat | undefined; maskSize?: import("csstype").Property.MaskSize; maskType?: import("csstype").Property.MaskType | undefined; masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined; mathDepth?: import("csstype").Property.MathDepth | undefined; mathShift?: import("csstype").Property.MathShift | undefined; mathStyle?: import("csstype").Property.MathStyle | undefined; maxBlockSize?: import("csstype").Property.MaxBlockSize; maxHeight?: import("csstype").Property.MaxHeight; maxInlineSize?: import("csstype").Property.MaxInlineSize; maxLines?: import("csstype").Property.MaxLines | undefined; maxWidth?: import("csstype").Property.MaxWidth; minBlockSize?: import("csstype").Property.MinBlockSize; minHeight?: import("csstype").Property.MinHeight; minInlineSize?: import("csstype").Property.MinInlineSize; minWidth?: import("csstype").Property.MinWidth; mixBlendMode?: import("csstype").Property.MixBlendMode | undefined; motionDistance?: import("csstype").Property.OffsetDistance; motionPath?: import("csstype").Property.OffsetPath | undefined; motionRotation?: import("csstype").Property.OffsetRotate | undefined; objectFit?: import("csstype").Property.ObjectFit | undefined; objectPosition?: import("csstype").Property.ObjectPosition; objectViewBox?: import("csstype").Property.ObjectViewBox | undefined; offsetAnchor?: import("csstype").Property.OffsetAnchor; offsetDistance?: import("csstype").Property.OffsetDistance; offsetPath?: import("csstype").Property.OffsetPath | undefined; offsetPosition?: import("csstype").Property.OffsetPosition; offsetRotate?: import("csstype").Property.OffsetRotate | undefined; offsetRotation?: import("csstype").Property.OffsetRotate | undefined; opacity?: import("csstype").Property.Opacity | undefined; order?: import("csstype").Property.Order | undefined; orphans?: import("csstype").Property.Orphans | undefined; outlineColor?: import("csstype").Property.OutlineColor | undefined; outlineOffset?: import("csstype").Property.OutlineOffset; outlineStyle?: import("csstype").Property.OutlineStyle | undefined; outlineWidth?: import("csstype").Property.OutlineWidth; overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined; overflowBlock?: import("csstype").Property.OverflowBlock | undefined; overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined; overflowClipMargin?: import("csstype").Property.OverflowClipMargin; overflowInline?: import("csstype").Property.OverflowInline | undefined; overflowWrap?: import("csstype").Property.OverflowWrap | undefined; overflowX?: import("csstype").Property.OverflowX | undefined; overflowY?: import("csstype").Property.OverflowY | undefined; overlay?: import("csstype").Property.Overlay | undefined; overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd; paddingBlockStart?: import("csstype").Property.PaddingBlockStart; paddingBottom?: import("csstype").Property.PaddingBottom; paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd; paddingInlineStart?: import("csstype").Property.PaddingInlineStart; paddingLeft?: import("csstype").Property.PaddingLeft; paddingRight?: import("csstype").Property.PaddingRight; paddingTop?: import("csstype").Property.PaddingTop; page?: import("csstype").Property.Page | undefined; paintOrder?: import("csstype").Property.PaintOrder | undefined; perspective?: import("csstype").Property.Perspective; perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; pointerEvents?: import("csstype").Property.PointerEvents | undefined; position?: import("csstype").Property.Position | undefined; positionAnchor?: import("csstype").Property.PositionAnchor | undefined; positionArea?: import("csstype").Property.PositionArea | undefined; positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined; positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined; positionVisibility?: import("csstype").Property.PositionVisibility | undefined; printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; quotes?: import("csstype").Property.Quotes | undefined; r?: import("csstype").Property.R; resize?: import("csstype").Property.Resize | undefined; right?: import("csstype").Property.Right; rotate?: import("csstype").Property.Rotate | undefined; rowGap?: import("csstype").Property.RowGap; rubyAlign?: import("csstype").Property.RubyAlign | undefined; rubyMerge?: import("csstype").Property.RubyMerge | undefined; rubyOverhang?: import("csstype").Property.RubyOverhang | undefined; rubyPosition?: import("csstype").Property.RubyPosition | undefined; rx?: import("csstype").Property.Rx; ry?: import("csstype").Property.Ry; scale?: import("csstype").Property.Scale | undefined; scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined; scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd; scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart; scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd; scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart; scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollMarginRight?: import("csstype").Property.ScrollMarginRight; scrollMarginTop?: import("csstype").Property.ScrollMarginTop; scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd; scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart; scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom; scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd; scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart; scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft; scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight; scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop; scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight; scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop; scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined; scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined; scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined; scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined; scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined; scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined; shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined; shapeMargin?: import("csstype").Property.ShapeMargin; shapeOutside?: import("csstype").Property.ShapeOutside | undefined; shapeRendering?: import("csstype").Property.ShapeRendering | undefined; speakAs?: import("csstype").Property.SpeakAs | undefined; stopColor?: import("csstype").Property.StopColor | undefined; stopOpacity?: import("csstype").Property.StopOpacity | undefined; stroke?: import("csstype").Property.Stroke | undefined; strokeColor?: import("csstype").Property.StrokeColor | undefined; strokeDasharray?: import("csstype").Property.StrokeDasharray; strokeDashoffset?: import("csstype").Property.StrokeDashoffset; strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined; strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined; strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined; strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined; strokeWidth?: import("csstype").Property.StrokeWidth; tabSize?: import("csstype").Property.TabSize; tableLayout?: import("csstype").Property.TableLayout | undefined; textAlign?: import("csstype").Property.TextAlign | undefined; textAlignLast?: import("csstype").Property.TextAlignLast | undefined; textAnchor?: import("csstype").Property.TextAnchor | undefined; textAutospace?: import("csstype").Property.TextAutospace | undefined; textBox?: import("csstype").Property.TextBox | undefined; textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined; textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined; textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined; textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined; textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; textDecorationThickness?: import("csstype").Property.TextDecorationThickness; textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; textIndent?: import("csstype").Property.TextIndent; textJustify?: import("csstype").Property.TextJustify | undefined; textOrientation?: import("csstype").Property.TextOrientation | undefined; textOverflow?: import("csstype").Property.TextOverflow | undefined; textRendering?: import("csstype").Property.TextRendering | undefined; textShadow?: import("csstype").Property.TextShadow | undefined; textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined; textTransform?: import("csstype").Property.TextTransform | undefined; textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset; textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; textWrapMode?: import("csstype").Property.TextWrapMode | undefined; textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined; timelineScope?: import("csstype").Property.TimelineScope | undefined; top?: import("csstype").Property.Top; touchAction?: import("csstype").Property.TouchAction | undefined; transform?: import("csstype").Property.Transform | undefined; transformBox?: import("csstype").Property.TransformBox | undefined; transformOrigin?: import("csstype").Property.TransformOrigin; transformStyle?: import("csstype").Property.TransformStyle | undefined; transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined; transitionDelay?: import("csstype").Property.TransitionDelay; transitionDuration?: import("csstype").Property.TransitionDuration; transitionProperty?: import("csstype").Property.TransitionProperty | undefined; transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; translate?: import("csstype").Property.Translate; unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined; userSelect?: import("csstype").Property.UserSelect | undefined; vectorEffect?: import("csstype").Property.VectorEffect | undefined; verticalAlign?: import("csstype").Property.VerticalAlign; viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined; viewTimelineInset?: import("csstype").Property.ViewTimelineInset; viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined; viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined; viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined; visibility?: import("csstype").Property.Visibility | undefined; whiteSpace?: import("csstype").Property.WhiteSpace | undefined; whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined; widows?: import("csstype").Property.Widows | undefined; width?: import("csstype").Property.Width; willChange?: import("csstype").Property.WillChange | undefined; wordBreak?: import("csstype").Property.WordBreak | undefined; wordSpacing?: import("csstype").Property.WordSpacing; wordWrap?: import("csstype").Property.WordWrap | undefined; writingMode?: import("csstype").Property.WritingMode | undefined; x?: import("csstype").Property.X; y?: import("csstype").Property.Y; zIndex?: import("csstype").Property.ZIndex | undefined; zoom?: import("csstype").Property.Zoom | undefined; all?: import("csstype").Property.All | undefined; animation?: import("csstype").Property.Animation; animationRange?: import("csstype").Property.AnimationRange; background?: import("csstype").Property.Background; backgroundPosition?: import("csstype").Property.BackgroundPosition; border?: import("csstype").Property.Border; borderBlock?: import("csstype").Property.BorderBlock; borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined; borderBlockEnd?: import("csstype").Property.BorderBlockEnd; borderBlockStart?: import("csstype").Property.BorderBlockStart; borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined; borderBlockWidth?: import("csstype").Property.BorderBlockWidth; borderBottom?: import("csstype").Property.BorderBottom; borderColor?: import("csstype").Property.BorderColor | undefined; borderImage?: import("csstype").Property.BorderImage | undefined; borderInline?: import("csstype").Property.BorderInline; borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined; borderInlineEnd?: import("csstype").Property.BorderInlineEnd; borderInlineStart?: import("csstype").Property.BorderInlineStart; borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined; borderInlineWidth?: import("csstype").Property.BorderInlineWidth; borderLeft?: import("csstype").Property.BorderLeft; borderRadius?: import("csstype").Property.BorderRadius; borderRight?: import("csstype").Property.BorderRight; borderStyle?: import("csstype").Property.BorderStyle | undefined; borderTop?: import("csstype").Property.BorderTop; borderWidth?: import("csstype").Property.BorderWidth; caret?: import("csstype").Property.Caret | undefined; columnRule?: import("csstype").Property.ColumnRule; columns?: import("csstype").Property.Columns; containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize; container?: import("csstype").Property.Container | undefined; flex?: import("csstype").Property.Flex; flexFlow?: import("csstype").Property.FlexFlow | undefined; font?: import("csstype").Property.Font | undefined; gap?: import("csstype").Property.Gap; grid?: import("csstype").Property.Grid | undefined; gridArea?: import("csstype").Property.GridArea | undefined; gridColumn?: import("csstype").Property.GridColumn | undefined; gridRow?: import("csstype").Property.GridRow | undefined; gridTemplate?: import("csstype").Property.GridTemplate | undefined; inset?: import("csstype").Property.Inset; insetBlock?: import("csstype").Property.InsetBlock; insetInline?: import("csstype").Property.InsetInline; lineClamp?: import("csstype").Property.LineClamp | undefined; listStyle?: import("csstype").Property.ListStyle | undefined; margin?: import("csstype").Property.Margin; marginBlock?: import("csstype").Property.MarginBlock; marginInline?: import("csstype").Property.MarginInline; mask?: import("csstype").Property.Mask; maskBorder?: import("csstype").Property.MaskBorder | undefined; motion?: import("csstype").Property.Offset; offset?: import("csstype").Property.Offset; outline?: import("csstype").Property.Outline; overflow?: import("csstype").Property.Overflow | undefined; overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined; padding?: import("csstype").Property.Padding; paddingBlock?: import("csstype").Property.PaddingBlock; paddingInline?: import("csstype").Property.PaddingInline; placeContent?: import("csstype").Property.PlaceContent | undefined; placeItems?: import("csstype").Property.PlaceItems | undefined; placeSelf?: import("csstype").Property.PlaceSelf | undefined; positionTry?: import("csstype").Property.PositionTry | undefined; scrollMargin?: import("csstype").Property.ScrollMargin; scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock; scrollMarginInline?: import("csstype").Property.ScrollMarginInline; scrollPadding?: import("csstype").Property.ScrollPadding; scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock; scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline; scrollSnapMargin?: import("csstype").Property.ScrollMargin; scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined; textDecoration?: import("csstype").Property.TextDecoration; textEmphasis?: import("csstype").Property.TextEmphasis | undefined; textWrap?: import("csstype").Property.TextWrap | undefined; transition?: import("csstype").Property.Transition; viewTimeline?: import("csstype").Property.ViewTimeline | undefined; MozAnimationDelay?: import("csstype").Property.AnimationDelay; MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; MozAnimationDuration?: import("csstype").Property.AnimationDuration; MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; MozAnimationName?: import("csstype").Property.AnimationName | undefined; MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; MozAppearance?: import("csstype").Property.MozAppearance | undefined; MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; MozBinding?: import("csstype").Property.MozBinding | undefined; MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined; MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth; MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined; MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined; MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined; MozBoxSizing?: import("csstype").Property.BoxSizing | undefined; MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; MozColumnWidth?: import("csstype").Property.ColumnWidth; MozContextProperties?: import("csstype").Property.MozContextProperties | undefined; MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; MozHyphens?: import("csstype").Property.Hyphens | undefined; MozMarginEnd?: import("csstype").Property.MarginInlineEnd; MozMarginStart?: import("csstype").Property.MarginInlineStart; MozOrient?: import("csstype").Property.MozOrient | undefined; MozOsxFontSmoothing?: import("csstype").Property.FontSmooth; MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft; MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright; MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft; MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright; MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd; MozPaddingStart?: import("csstype").Property.PaddingInlineStart; MozPerspective?: import("csstype").Property.Perspective; MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; MozStackSizing?: import("csstype").Property.MozStackSizing | undefined; MozTabSize?: import("csstype").Property.TabSize; MozTextBlink?: import("csstype").Property.MozTextBlink | undefined; MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; MozTransform?: import("csstype").Property.Transform | undefined; MozTransformOrigin?: import("csstype").Property.TransformOrigin; MozTransformStyle?: import("csstype").Property.TransformStyle | undefined; MozUserModify?: import("csstype").Property.MozUserModify | undefined; MozUserSelect?: import("csstype").Property.UserSelect | undefined; MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined; MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined; msAccelerator?: import("csstype").Property.MsAccelerator | undefined; msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined; msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined; msContentZooming?: import("csstype").Property.MsContentZooming | undefined; msFilter?: import("csstype").Property.MsFilter | undefined; msFlexDirection?: import("csstype").Property.FlexDirection | undefined; msFlexPositive?: import("csstype").Property.FlexGrow | undefined; msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined; msFlowInto?: import("csstype").Property.MsFlowInto | undefined; msGridColumns?: import("csstype").Property.MsGridColumns; msGridRows?: import("csstype").Property.MsGridRows; msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone; msHyphens?: import("csstype").Property.Hyphens | undefined; msImeAlign?: import("csstype").Property.MsImeAlign | undefined; msLineBreak?: import("csstype").Property.LineBreak | undefined; msOrder?: import("csstype").Property.Order | undefined; msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined; msOverflowX?: import("csstype").Property.OverflowX | undefined; msOverflowY?: import("csstype").Property.OverflowY | undefined; msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined; msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax; msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin; msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax; msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin; msScrollRails?: import("csstype").Property.MsScrollRails | undefined; msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined; msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined; msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined; msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined; msTextOverflow?: import("csstype").Property.TextOverflow | undefined; msTouchAction?: import("csstype").Property.TouchAction | undefined; msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined; msTransform?: import("csstype").Property.Transform | undefined; msTransformOrigin?: import("csstype").Property.TransformOrigin; msTransitionDelay?: import("csstype").Property.TransitionDelay; msTransitionDuration?: import("csstype").Property.TransitionDuration; msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; msUserSelect?: import("csstype").Property.MsUserSelect | undefined; msWordBreak?: import("csstype").Property.WordBreak | undefined; msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined; msWrapMargin?: import("csstype").Property.MsWrapMargin; msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined; msWritingMode?: import("csstype").Property.WritingMode | undefined; WebkitAlignContent?: import("csstype").Property.AlignContent | undefined; WebkitAlignItems?: import("csstype").Property.AlignItems | undefined; WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined; WebkitAnimationDelay?: import("csstype").Property.AnimationDelay; WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; WebkitAnimationDuration?: import("csstype").Property.AnimationDuration; WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; WebkitAnimationName?: import("csstype").Property.AnimationName | undefined; WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined; WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: import("csstype").Property.BackgroundSize; WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth; WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect; WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined; WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined; WebkitClipPath?: import("csstype").Property.ClipPath | undefined; WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined; WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined; WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined; WebkitColumnWidth?: import("csstype").Property.ColumnWidth; WebkitFilter?: import("csstype").Property.Filter | undefined; WebkitFlexBasis?: import("csstype").Property.FlexBasis; WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined; WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined; WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined; WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined; WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; WebkitFontKerning?: import("csstype").Property.FontKerning | undefined; WebkitFontSmoothing?: import("csstype").Property.FontSmooth; WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; WebkitHyphens?: import("csstype").Property.Hyphens | undefined; WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined; WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined; WebkitLineBreak?: import("csstype").Property.LineBreak | undefined; WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: import("csstype").Property.BlockSize; WebkitLogicalWidth?: import("csstype").Property.InlineSize; WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd; WebkitMarginStart?: import("csstype").Property.MarginInlineStart; WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset; WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth; WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined; WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined; WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition; WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX; WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY; WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: import("csstype").Property.WebkitMaskSize; WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize; WebkitOrder?: import("csstype").Property.Order | undefined; WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd; WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart; WebkitPerspective?: import("csstype").Property.Perspective; WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined; WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; WebkitShapeMargin?: import("csstype").Property.ShapeMargin; WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined; WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth; WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined; WebkitTransform?: import("csstype").Property.Transform | undefined; WebkitTransformOrigin?: import("csstype").Property.TransformOrigin; WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined; WebkitTransitionDelay?: import("csstype").Property.TransitionDelay; WebkitTransitionDuration?: import("csstype").Property.TransitionDuration; WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined; WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined; WebkitWritingMode?: import("csstype").Property.WritingMode | undefined; MozAnimation?: import("csstype").Property.Animation; MozBorderImage?: import("csstype").Property.BorderImage | undefined; MozColumnRule?: import("csstype").Property.ColumnRule; MozColumns?: import("csstype").Property.Columns; MozOutlineRadius?: import("csstype").Property.MozOutlineRadius; MozTransition?: import("csstype").Property.Transition; msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined; msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined; msFlex?: import("csstype").Property.Flex; msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined; msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined; msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined; msTransition?: import("csstype").Property.Transition; WebkitAnimation?: import("csstype").Property.Animation; WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore; WebkitBorderImage?: import("csstype").Property.BorderImage | undefined; WebkitBorderRadius?: import("csstype").Property.BorderRadius; WebkitColumnRule?: import("csstype").Property.ColumnRule; WebkitColumns?: import("csstype").Property.Columns; WebkitFlex?: import("csstype").Property.Flex; WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined; WebkitMask?: import("csstype").Property.WebkitMask; WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined; WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined; WebkitTextStroke?: import("csstype").Property.WebkitTextStroke; WebkitTransition?: import("csstype").Property.Transition; boxAlign?: import("csstype").Property.BoxAlign | undefined; boxDirection?: import("csstype").Property.BoxDirection | undefined; boxFlex?: import("csstype").Property.BoxFlex | undefined; boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; boxLines?: import("csstype").Property.BoxLines | undefined; boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; boxOrient?: import("csstype").Property.BoxOrient | undefined; boxPack?: import("csstype").Property.BoxPack | undefined; clip?: import("csstype").Property.Clip | undefined; fontStretch?: import("csstype").Property.FontStretch | undefined; gridColumnGap?: import("csstype").Property.GridColumnGap; gridGap?: import("csstype").Property.GridGap; gridRowGap?: import("csstype").Property.GridRowGap; imeMode?: import("csstype").Property.ImeMode | undefined; insetArea?: import("csstype").Property.PositionArea | undefined; offsetBlock?: import("csstype").Property.InsetBlock; offsetBlockEnd?: import("csstype").Property.InsetBlockEnd; offsetBlockStart?: import("csstype").Property.InsetBlockStart; offsetInline?: import("csstype").Property.InsetInline; offsetInlineEnd?: import("csstype").Property.InsetInlineEnd; offsetInlineStart?: import("csstype").Property.InsetInlineStart; pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined; pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined; pageBreakInside?: import("csstype").Property.PageBreakInside | undefined; positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate; scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination; scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined; KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined; KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined; KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined; KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined; KhtmlOpacity?: import("csstype").Property.Opacity | undefined; KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined; MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; MozBackgroundSize?: import("csstype").Property.BackgroundSize; MozBorderRadius?: import("csstype").Property.BorderRadius; MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius; MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius; MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius; MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius; MozBoxAlign?: import("csstype").Property.BoxAlign | undefined; MozBoxDirection?: import("csstype").Property.BoxDirection | undefined; MozBoxFlex?: import("csstype").Property.BoxFlex | undefined; MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; MozBoxOrient?: import("csstype").Property.BoxOrient | undefined; MozBoxPack?: import("csstype").Property.BoxPack | undefined; MozBoxShadow?: import("csstype").Property.BoxShadow | undefined; MozColumnCount?: import("csstype").Property.ColumnCount | undefined; MozColumnFill?: import("csstype").Property.ColumnFill | undefined; MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined; MozOpacity?: import("csstype").Property.Opacity | undefined; MozOutline?: import("csstype").Property.Outline; MozOutlineColor?: import("csstype").Property.OutlineColor | undefined; MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined; MozOutlineWidth?: import("csstype").Property.OutlineWidth; MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined; MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; MozTransitionDelay?: import("csstype").Property.TransitionDelay; MozTransitionDuration?: import("csstype").Property.TransitionDuration; MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; MozUserFocus?: import("csstype").Property.MozUserFocus | undefined; MozUserInput?: import("csstype").Property.MozUserInput | undefined; msImeMode?: import("csstype").Property.ImeMode | undefined; OAnimation?: import("csstype").Property.Animation; OAnimationDelay?: import("csstype").Property.AnimationDelay; OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; OAnimationDuration?: import("csstype").Property.AnimationDuration; OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; OAnimationName?: import("csstype").Property.AnimationName | undefined; OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; OBackgroundSize?: import("csstype").Property.BackgroundSize; OBorderImage?: import("csstype").Property.BorderImage | undefined; OObjectFit?: import("csstype").Property.ObjectFit | undefined; OObjectPosition?: import("csstype").Property.ObjectPosition; OTabSize?: import("csstype").Property.TabSize; OTextOverflow?: import("csstype").Property.TextOverflow | undefined; OTransform?: import("csstype").Property.Transform | undefined; OTransformOrigin?: import("csstype").Property.TransformOrigin; OTransition?: import("csstype").Property.Transition; OTransitionDelay?: import("csstype").Property.TransitionDelay; OTransitionDuration?: import("csstype").Property.TransitionDuration; OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined; WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined; WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined; WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; WebkitBoxLines?: import("csstype").Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined; WebkitBoxPack?: import("csstype").Property.BoxPack | undefined; colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined; colorRendering?: import("csstype").Property.ColorRendering | undefined; glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined; }; overline: { accentColor?: import("csstype").Property.AccentColor | undefined; alignContent?: import("csstype").Property.AlignContent | undefined; alignItems?: import("csstype").Property.AlignItems | undefined; alignSelf?: import("csstype").Property.AlignSelf | undefined; alignTracks?: import("csstype").Property.AlignTracks | undefined; alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined; anchorName?: import("csstype").Property.AnchorName | undefined; anchorScope?: import("csstype").Property.AnchorScope | undefined; animationComposition?: import("csstype").Property.AnimationComposition | undefined; animationDelay?: import("csstype").Property.AnimationDelay; animationDirection?: import("csstype").Property.AnimationDirection | undefined; animationDuration?: import("csstype").Property.AnimationDuration; animationFillMode?: import("csstype").Property.AnimationFillMode | undefined; animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; animationName?: import("csstype").Property.AnimationName | undefined; animationPlayState?: import("csstype").Property.AnimationPlayState | undefined; animationRangeEnd?: import("csstype").Property.AnimationRangeEnd; animationRangeStart?: import("csstype").Property.AnimationRangeStart; animationTimeline?: import("csstype").Property.AnimationTimeline | undefined; animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; appearance?: import("csstype").Property.Appearance | undefined; aspectRatio?: import("csstype").Property.AspectRatio | undefined; backdropFilter?: import("csstype").Property.BackdropFilter | undefined; backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined; backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined; backgroundClip?: import("csstype").Property.BackgroundClip | undefined; backgroundColor?: import("csstype").Property.BackgroundColor | undefined; backgroundImage?: import("csstype").Property.BackgroundImage | undefined; backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; backgroundPositionX?: import("csstype").Property.BackgroundPositionX; backgroundPositionY?: import("csstype").Property.BackgroundPositionY; backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined; backgroundSize?: import("csstype").Property.BackgroundSize; baselineShift?: import("csstype").Property.BaselineShift; blockSize?: import("csstype").Property.BlockSize; borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth; borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth; borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined; borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined; borderBottomWidth?: import("csstype").Property.BorderBottomWidth; borderCollapse?: import("csstype").Property.BorderCollapse | undefined; borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius; borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius; borderImageOutset?: import("csstype").Property.BorderImageOutset; borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined; borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; borderImageSource?: import("csstype").Property.BorderImageSource | undefined; borderImageWidth?: import("csstype").Property.BorderImageWidth; borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth; borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth; borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined; borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined; borderLeftWidth?: import("csstype").Property.BorderLeftWidth; borderRightColor?: import("csstype").Property.BorderRightColor | undefined; borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined; borderRightWidth?: import("csstype").Property.BorderRightWidth; borderSpacing?: import("csstype").Property.BorderSpacing; borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius; borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius; borderTopColor?: import("csstype").Property.BorderTopColor | undefined; borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined; borderTopWidth?: import("csstype").Property.BorderTopWidth; bottom?: import("csstype").Property.Bottom; boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; boxShadow?: import("csstype").Property.BoxShadow | undefined; boxSizing?: import("csstype").Property.BoxSizing | undefined; breakAfter?: import("csstype").Property.BreakAfter | undefined; breakBefore?: import("csstype").Property.BreakBefore | undefined; breakInside?: import("csstype").Property.BreakInside | undefined; captionSide?: import("csstype").Property.CaptionSide | undefined; caretColor?: import("csstype").Property.CaretColor | undefined; caretShape?: import("csstype").Property.CaretShape | undefined; clear?: import("csstype").Property.Clear | undefined; clipPath?: import("csstype").Property.ClipPath | undefined; clipRule?: import("csstype").Property.ClipRule | undefined; color?: import("csstype").Property.Color | undefined; colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined; colorScheme?: import("csstype").Property.ColorScheme | undefined; columnCount?: import("csstype").Property.ColumnCount | undefined; columnFill?: import("csstype").Property.ColumnFill | undefined; columnGap?: import("csstype").Property.ColumnGap; columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; columnRuleWidth?: import("csstype").Property.ColumnRuleWidth; columnSpan?: import("csstype").Property.ColumnSpan | undefined; columnWidth?: import("csstype").Property.ColumnWidth; contain?: import("csstype").Property.Contain | undefined; containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize; containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight; containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize; containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth; containerName?: import("csstype").Property.ContainerName | undefined; containerType?: import("csstype").Property.ContainerType | undefined; content?: import("csstype").Property.Content | undefined; contentVisibility?: import("csstype").Property.ContentVisibility | undefined; counterIncrement?: import("csstype").Property.CounterIncrement | undefined; counterReset?: import("csstype").Property.CounterReset | undefined; counterSet?: import("csstype").Property.CounterSet | undefined; cursor?: import("csstype").Property.Cursor | undefined; cx?: import("csstype").Property.Cx; cy?: import("csstype").Property.Cy; d?: import("csstype").Property.D | undefined; direction?: import("csstype").Property.Direction | undefined; display?: import("csstype").Property.Display | undefined; dominantBaseline?: import("csstype").Property.DominantBaseline | undefined; emptyCells?: import("csstype").Property.EmptyCells | undefined; fieldSizing?: import("csstype").Property.FieldSizing | undefined; fill?: import("csstype").Property.Fill | undefined; fillOpacity?: import("csstype").Property.FillOpacity | undefined; fillRule?: import("csstype").Property.FillRule | undefined; filter?: import("csstype").Property.Filter | undefined; flexBasis?: import("csstype").Property.FlexBasis; flexDirection?: import("csstype").Property.FlexDirection | undefined; flexGrow?: import("csstype").Property.FlexGrow | undefined; flexShrink?: import("csstype").Property.FlexShrink | undefined; flexWrap?: import("csstype").Property.FlexWrap | undefined; float?: import("csstype").Property.Float | undefined; floodColor?: import("csstype").Property.FloodColor | undefined; floodOpacity?: import("csstype").Property.FloodOpacity | undefined; fontFamily?: import("csstype").Property.FontFamily | undefined; fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; fontKerning?: import("csstype").Property.FontKerning | undefined; fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined; fontPalette?: import("csstype").Property.FontPalette | undefined; fontSize?: import("csstype").Property.FontSize; fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined; fontSmooth?: import("csstype").Property.FontSmooth; fontStyle?: import("csstype").Property.FontStyle | undefined; fontSynthesis?: import("csstype").Property.FontSynthesis | undefined; fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined; fontVariant?: import("csstype").Property.FontVariant | undefined; fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined; fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined; fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined; fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined; fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined; fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined; fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined; fontWeight?: import("csstype").Property.FontWeight | undefined; fontWidth?: import("csstype").Property.FontWidth | undefined; forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined; gridAutoColumns?: import("csstype").Property.GridAutoColumns; gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined; gridAutoRows?: import("csstype").Property.GridAutoRows; gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined; gridColumnStart?: import("csstype").Property.GridColumnStart | undefined; gridRowEnd?: import("csstype").Property.GridRowEnd | undefined; gridRowStart?: import("csstype").Property.GridRowStart | undefined; gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined; gridTemplateColumns?: import("csstype").Property.GridTemplateColumns; gridTemplateRows?: import("csstype").Property.GridTemplateRows; hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined; height?: import("csstype").Property.Height; hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined; hyphens?: import("csstype").Property.Hyphens | undefined; imageOrientation?: import("csstype").Property.ImageOrientation | undefined; imageRendering?: import("csstype").Property.ImageRendering | undefined; imageResolution?: import("csstype").Property.ImageResolution | undefined; initialLetter?: import("csstype").Property.InitialLetter | undefined; initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined; inlineSize?: import("csstype").Property.InlineSize; insetBlockEnd?: import("csstype").Property.InsetBlockEnd; insetBlockStart?: import("csstype").Property.InsetBlockStart; insetInlineEnd?: import("csstype").Property.InsetInlineEnd; insetInlineStart?: import("csstype").Property.InsetInlineStart; interpolateSize?: import("csstype").Property.InterpolateSize | undefined; isolation?: import("csstype").Property.Isolation | undefined; justifyContent?: import("csstype").Property.JustifyContent | undefined; justifyItems?: import("csstype").Property.JustifyItems | undefined; justifySelf?: import("csstype").Property.JustifySelf | undefined; justifyTracks?: import("csstype").Property.JustifyTracks | undefined; left?: import("csstype").Property.Left; letterSpacing?: import("csstype").Property.LetterSpacing; lightingColor?: import("csstype").Property.LightingColor | undefined; lineBreak?: import("csstype").Property.LineBreak | undefined; lineHeight?: import("csstype").Property.LineHeight; lineHeightStep?: import("csstype").Property.LineHeightStep; listStyleImage?: import("csstype").Property.ListStyleImage | undefined; listStylePosition?: import("csstype").Property.ListStylePosition | undefined; listStyleType?: import("csstype").Property.ListStyleType | undefined; marginBlockEnd?: import("csstype").Property.MarginBlockEnd; marginBlockStart?: import("csstype").Property.MarginBlockStart; marginBottom?: import("csstype").Property.MarginBottom; marginInlineEnd?: import("csstype").Property.MarginInlineEnd; marginInlineStart?: import("csstype").Property.MarginInlineStart; marginLeft?: import("csstype").Property.MarginLeft; marginRight?: import("csstype").Property.MarginRight; marginTop?: import("csstype").Property.MarginTop; marginTrim?: import("csstype").Property.MarginTrim | undefined; marker?: import("csstype").Property.Marker | undefined; markerEnd?: import("csstype").Property.MarkerEnd | undefined; markerMid?: import("csstype").Property.MarkerMid | undefined; markerStart?: import("csstype").Property.MarkerStart | undefined; maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined; maskBorderOutset?: import("csstype").Property.MaskBorderOutset; maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined; maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined; maskBorderWidth?: import("csstype").Property.MaskBorderWidth; maskClip?: import("csstype").Property.MaskClip | undefined; maskComposite?: import("csstype").Property.MaskComposite | undefined; maskImage?: import("csstype").Property.MaskImage | undefined; maskMode?: import("csstype").Property.MaskMode | undefined; maskOrigin?: import("csstype").Property.MaskOrigin | undefined; maskPosition?: import("csstype").Property.MaskPosition; maskRepeat?: import("csstype").Property.MaskRepeat | undefined; maskSize?: import("csstype").Property.MaskSize; maskType?: import("csstype").Property.MaskType | undefined; masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined; mathDepth?: import("csstype").Property.MathDepth | undefined; mathShift?: import("csstype").Property.MathShift | undefined; mathStyle?: import("csstype").Property.MathStyle | undefined; maxBlockSize?: import("csstype").Property.MaxBlockSize; maxHeight?: import("csstype").Property.MaxHeight; maxInlineSize?: import("csstype").Property.MaxInlineSize; maxLines?: import("csstype").Property.MaxLines | undefined; maxWidth?: import("csstype").Property.MaxWidth; minBlockSize?: import("csstype").Property.MinBlockSize; minHeight?: import("csstype").Property.MinHeight; minInlineSize?: import("csstype").Property.MinInlineSize; minWidth?: import("csstype").Property.MinWidth; mixBlendMode?: import("csstype").Property.MixBlendMode | undefined; motionDistance?: import("csstype").Property.OffsetDistance; motionPath?: import("csstype").Property.OffsetPath | undefined; motionRotation?: import("csstype").Property.OffsetRotate | undefined; objectFit?: import("csstype").Property.ObjectFit | undefined; objectPosition?: import("csstype").Property.ObjectPosition; objectViewBox?: import("csstype").Property.ObjectViewBox | undefined; offsetAnchor?: import("csstype").Property.OffsetAnchor; offsetDistance?: import("csstype").Property.OffsetDistance; offsetPath?: import("csstype").Property.OffsetPath | undefined; offsetPosition?: import("csstype").Property.OffsetPosition; offsetRotate?: import("csstype").Property.OffsetRotate | undefined; offsetRotation?: import("csstype").Property.OffsetRotate | undefined; opacity?: import("csstype").Property.Opacity | undefined; order?: import("csstype").Property.Order | undefined; orphans?: import("csstype").Property.Orphans | undefined; outlineColor?: import("csstype").Property.OutlineColor | undefined; outlineOffset?: import("csstype").Property.OutlineOffset; outlineStyle?: import("csstype").Property.OutlineStyle | undefined; outlineWidth?: import("csstype").Property.OutlineWidth; overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined; overflowBlock?: import("csstype").Property.OverflowBlock | undefined; overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined; overflowClipMargin?: import("csstype").Property.OverflowClipMargin; overflowInline?: import("csstype").Property.OverflowInline | undefined; overflowWrap?: import("csstype").Property.OverflowWrap | undefined; overflowX?: import("csstype").Property.OverflowX | undefined; overflowY?: import("csstype").Property.OverflowY | undefined; overlay?: import("csstype").Property.Overlay | undefined; overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd; paddingBlockStart?: import("csstype").Property.PaddingBlockStart; paddingBottom?: import("csstype").Property.PaddingBottom; paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd; paddingInlineStart?: import("csstype").Property.PaddingInlineStart; paddingLeft?: import("csstype").Property.PaddingLeft; paddingRight?: import("csstype").Property.PaddingRight; paddingTop?: import("csstype").Property.PaddingTop; page?: import("csstype").Property.Page | undefined; paintOrder?: import("csstype").Property.PaintOrder | undefined; perspective?: import("csstype").Property.Perspective; perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; pointerEvents?: import("csstype").Property.PointerEvents | undefined; position?: import("csstype").Property.Position | undefined; positionAnchor?: import("csstype").Property.PositionAnchor | undefined; positionArea?: import("csstype").Property.PositionArea | undefined; positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined; positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined; positionVisibility?: import("csstype").Property.PositionVisibility | undefined; printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; quotes?: import("csstype").Property.Quotes | undefined; r?: import("csstype").Property.R; resize?: import("csstype").Property.Resize | undefined; right?: import("csstype").Property.Right; rotate?: import("csstype").Property.Rotate | undefined; rowGap?: import("csstype").Property.RowGap; rubyAlign?: import("csstype").Property.RubyAlign | undefined; rubyMerge?: import("csstype").Property.RubyMerge | undefined; rubyOverhang?: import("csstype").Property.RubyOverhang | undefined; rubyPosition?: import("csstype").Property.RubyPosition | undefined; rx?: import("csstype").Property.Rx; ry?: import("csstype").Property.Ry; scale?: import("csstype").Property.Scale | undefined; scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined; scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd; scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart; scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd; scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart; scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollMarginRight?: import("csstype").Property.ScrollMarginRight; scrollMarginTop?: import("csstype").Property.ScrollMarginTop; scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd; scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart; scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom; scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd; scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart; scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft; scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight; scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop; scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight; scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop; scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined; scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined; scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined; scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined; scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined; scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined; shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined; shapeMargin?: import("csstype").Property.ShapeMargin; shapeOutside?: import("csstype").Property.ShapeOutside | undefined; shapeRendering?: import("csstype").Property.ShapeRendering | undefined; speakAs?: import("csstype").Property.SpeakAs | undefined; stopColor?: import("csstype").Property.StopColor | undefined; stopOpacity?: import("csstype").Property.StopOpacity | undefined; stroke?: import("csstype").Property.Stroke | undefined; strokeColor?: import("csstype").Property.StrokeColor | undefined; strokeDasharray?: import("csstype").Property.StrokeDasharray; strokeDashoffset?: import("csstype").Property.StrokeDashoffset; strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined; strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined; strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined; strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined; strokeWidth?: import("csstype").Property.StrokeWidth; tabSize?: import("csstype").Property.TabSize; tableLayout?: import("csstype").Property.TableLayout | undefined; textAlign?: import("csstype").Property.TextAlign | undefined; textAlignLast?: import("csstype").Property.TextAlignLast | undefined; textAnchor?: import("csstype").Property.TextAnchor | undefined; textAutospace?: import("csstype").Property.TextAutospace | undefined; textBox?: import("csstype").Property.TextBox | undefined; textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined; textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined; textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined; textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined; textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; textDecorationThickness?: import("csstype").Property.TextDecorationThickness; textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; textIndent?: import("csstype").Property.TextIndent; textJustify?: import("csstype").Property.TextJustify | undefined; textOrientation?: import("csstype").Property.TextOrientation | undefined; textOverflow?: import("csstype").Property.TextOverflow | undefined; textRendering?: import("csstype").Property.TextRendering | undefined; textShadow?: import("csstype").Property.TextShadow | undefined; textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined; textTransform?: import("csstype").Property.TextTransform | undefined; textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset; textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; textWrapMode?: import("csstype").Property.TextWrapMode | undefined; textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined; timelineScope?: import("csstype").Property.TimelineScope | undefined; top?: import("csstype").Property.Top; touchAction?: import("csstype").Property.TouchAction | undefined; transform?: import("csstype").Property.Transform | undefined; transformBox?: import("csstype").Property.TransformBox | undefined; transformOrigin?: import("csstype").Property.TransformOrigin; transformStyle?: import("csstype").Property.TransformStyle | undefined; transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined; transitionDelay?: import("csstype").Property.TransitionDelay; transitionDuration?: import("csstype").Property.TransitionDuration; transitionProperty?: import("csstype").Property.TransitionProperty | undefined; transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; translate?: import("csstype").Property.Translate; unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined; userSelect?: import("csstype").Property.UserSelect | undefined; vectorEffect?: import("csstype").Property.VectorEffect | undefined; verticalAlign?: import("csstype").Property.VerticalAlign; viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined; viewTimelineInset?: import("csstype").Property.ViewTimelineInset; viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined; viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined; viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined; visibility?: import("csstype").Property.Visibility | undefined; whiteSpace?: import("csstype").Property.WhiteSpace | undefined; whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined; widows?: import("csstype").Property.Widows | undefined; width?: import("csstype").Property.Width; willChange?: import("csstype").Property.WillChange | undefined; wordBreak?: import("csstype").Property.WordBreak | undefined; wordSpacing?: import("csstype").Property.WordSpacing; wordWrap?: import("csstype").Property.WordWrap | undefined; writingMode?: import("csstype").Property.WritingMode | undefined; x?: import("csstype").Property.X; y?: import("csstype").Property.Y; zIndex?: import("csstype").Property.ZIndex | undefined; zoom?: import("csstype").Property.Zoom | undefined; all?: import("csstype").Property.All | undefined; animation?: import("csstype").Property.Animation; animationRange?: import("csstype").Property.AnimationRange; background?: import("csstype").Property.Background; backgroundPosition?: import("csstype").Property.BackgroundPosition; border?: import("csstype").Property.Border; borderBlock?: import("csstype").Property.BorderBlock; borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined; borderBlockEnd?: import("csstype").Property.BorderBlockEnd; borderBlockStart?: import("csstype").Property.BorderBlockStart; borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined; borderBlockWidth?: import("csstype").Property.BorderBlockWidth; borderBottom?: import("csstype").Property.BorderBottom; borderColor?: import("csstype").Property.BorderColor | undefined; borderImage?: import("csstype").Property.BorderImage | undefined; borderInline?: import("csstype").Property.BorderInline; borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined; borderInlineEnd?: import("csstype").Property.BorderInlineEnd; borderInlineStart?: import("csstype").Property.BorderInlineStart; borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined; borderInlineWidth?: import("csstype").Property.BorderInlineWidth; borderLeft?: import("csstype").Property.BorderLeft; borderRadius?: import("csstype").Property.BorderRadius; borderRight?: import("csstype").Property.BorderRight; borderStyle?: import("csstype").Property.BorderStyle | undefined; borderTop?: import("csstype").Property.BorderTop; borderWidth?: import("csstype").Property.BorderWidth; caret?: import("csstype").Property.Caret | undefined; columnRule?: import("csstype").Property.ColumnRule; columns?: import("csstype").Property.Columns; containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize; container?: import("csstype").Property.Container | undefined; flex?: import("csstype").Property.Flex; flexFlow?: import("csstype").Property.FlexFlow | undefined; font?: import("csstype").Property.Font | undefined; gap?: import("csstype").Property.Gap; grid?: import("csstype").Property.Grid | undefined; gridArea?: import("csstype").Property.GridArea | undefined; gridColumn?: import("csstype").Property.GridColumn | undefined; gridRow?: import("csstype").Property.GridRow | undefined; gridTemplate?: import("csstype").Property.GridTemplate | undefined; inset?: import("csstype").Property.Inset; insetBlock?: import("csstype").Property.InsetBlock; insetInline?: import("csstype").Property.InsetInline; lineClamp?: import("csstype").Property.LineClamp | undefined; listStyle?: import("csstype").Property.ListStyle | undefined; margin?: import("csstype").Property.Margin; marginBlock?: import("csstype").Property.MarginBlock; marginInline?: import("csstype").Property.MarginInline; mask?: import("csstype").Property.Mask; maskBorder?: import("csstype").Property.MaskBorder | undefined; motion?: import("csstype").Property.Offset; offset?: import("csstype").Property.Offset; outline?: import("csstype").Property.Outline; overflow?: import("csstype").Property.Overflow | undefined; overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined; padding?: import("csstype").Property.Padding; paddingBlock?: import("csstype").Property.PaddingBlock; paddingInline?: import("csstype").Property.PaddingInline; placeContent?: import("csstype").Property.PlaceContent | undefined; placeItems?: import("csstype").Property.PlaceItems | undefined; placeSelf?: import("csstype").Property.PlaceSelf | undefined; positionTry?: import("csstype").Property.PositionTry | undefined; scrollMargin?: import("csstype").Property.ScrollMargin; scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock; scrollMarginInline?: import("csstype").Property.ScrollMarginInline; scrollPadding?: import("csstype").Property.ScrollPadding; scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock; scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline; scrollSnapMargin?: import("csstype").Property.ScrollMargin; scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined; textDecoration?: import("csstype").Property.TextDecoration; textEmphasis?: import("csstype").Property.TextEmphasis | undefined; textWrap?: import("csstype").Property.TextWrap | undefined; transition?: import("csstype").Property.Transition; viewTimeline?: import("csstype").Property.ViewTimeline | undefined; MozAnimationDelay?: import("csstype").Property.AnimationDelay; MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; MozAnimationDuration?: import("csstype").Property.AnimationDuration; MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; MozAnimationName?: import("csstype").Property.AnimationName | undefined; MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; MozAppearance?: import("csstype").Property.MozAppearance | undefined; MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; MozBinding?: import("csstype").Property.MozBinding | undefined; MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined; MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth; MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined; MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined; MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined; MozBoxSizing?: import("csstype").Property.BoxSizing | undefined; MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; MozColumnWidth?: import("csstype").Property.ColumnWidth; MozContextProperties?: import("csstype").Property.MozContextProperties | undefined; MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; MozHyphens?: import("csstype").Property.Hyphens | undefined; MozMarginEnd?: import("csstype").Property.MarginInlineEnd; MozMarginStart?: import("csstype").Property.MarginInlineStart; MozOrient?: import("csstype").Property.MozOrient | undefined; MozOsxFontSmoothing?: import("csstype").Property.FontSmooth; MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft; MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright; MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft; MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright; MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd; MozPaddingStart?: import("csstype").Property.PaddingInlineStart; MozPerspective?: import("csstype").Property.Perspective; MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; MozStackSizing?: import("csstype").Property.MozStackSizing | undefined; MozTabSize?: import("csstype").Property.TabSize; MozTextBlink?: import("csstype").Property.MozTextBlink | undefined; MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; MozTransform?: import("csstype").Property.Transform | undefined; MozTransformOrigin?: import("csstype").Property.TransformOrigin; MozTransformStyle?: import("csstype").Property.TransformStyle | undefined; MozUserModify?: import("csstype").Property.MozUserModify | undefined; MozUserSelect?: import("csstype").Property.UserSelect | undefined; MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined; MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined; msAccelerator?: import("csstype").Property.MsAccelerator | undefined; msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined; msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined; msContentZooming?: import("csstype").Property.MsContentZooming | undefined; msFilter?: import("csstype").Property.MsFilter | undefined; msFlexDirection?: import("csstype").Property.FlexDirection | undefined; msFlexPositive?: import("csstype").Property.FlexGrow | undefined; msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined; msFlowInto?: import("csstype").Property.MsFlowInto | undefined; msGridColumns?: import("csstype").Property.MsGridColumns; msGridRows?: import("csstype").Property.MsGridRows; msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone; msHyphens?: import("csstype").Property.Hyphens | undefined; msImeAlign?: import("csstype").Property.MsImeAlign | undefined; msLineBreak?: import("csstype").Property.LineBreak | undefined; msOrder?: import("csstype").Property.Order | undefined; msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined; msOverflowX?: import("csstype").Property.OverflowX | undefined; msOverflowY?: import("csstype").Property.OverflowY | undefined; msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined; msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax; msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin; msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax; msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin; msScrollRails?: import("csstype").Property.MsScrollRails | undefined; msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined; msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined; msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined; msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined; msTextOverflow?: import("csstype").Property.TextOverflow | undefined; msTouchAction?: import("csstype").Property.TouchAction | undefined; msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined; msTransform?: import("csstype").Property.Transform | undefined; msTransformOrigin?: import("csstype").Property.TransformOrigin; msTransitionDelay?: import("csstype").Property.TransitionDelay; msTransitionDuration?: import("csstype").Property.TransitionDuration; msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; msUserSelect?: import("csstype").Property.MsUserSelect | undefined; msWordBreak?: import("csstype").Property.WordBreak | undefined; msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined; msWrapMargin?: import("csstype").Property.MsWrapMargin; msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined; msWritingMode?: import("csstype").Property.WritingMode | undefined; WebkitAlignContent?: import("csstype").Property.AlignContent | undefined; WebkitAlignItems?: import("csstype").Property.AlignItems | undefined; WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined; WebkitAnimationDelay?: import("csstype").Property.AnimationDelay; WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; WebkitAnimationDuration?: import("csstype").Property.AnimationDuration; WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; WebkitAnimationName?: import("csstype").Property.AnimationName | undefined; WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined; WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: import("csstype").Property.BackgroundSize; WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth; WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect; WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined; WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined; WebkitClipPath?: import("csstype").Property.ClipPath | undefined; WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined; WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined; WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined; WebkitColumnWidth?: import("csstype").Property.ColumnWidth; WebkitFilter?: import("csstype").Property.Filter | undefined; WebkitFlexBasis?: import("csstype").Property.FlexBasis; WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined; WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined; WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined; WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined; WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; WebkitFontKerning?: import("csstype").Property.FontKerning | undefined; WebkitFontSmoothing?: import("csstype").Property.FontSmooth; WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; WebkitHyphens?: import("csstype").Property.Hyphens | undefined; WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined; WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined; WebkitLineBreak?: import("csstype").Property.LineBreak | undefined; WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: import("csstype").Property.BlockSize; WebkitLogicalWidth?: import("csstype").Property.InlineSize; WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd; WebkitMarginStart?: import("csstype").Property.MarginInlineStart; WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset; WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth; WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined; WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined; WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition; WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX; WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY; WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: import("csstype").Property.WebkitMaskSize; WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize; WebkitOrder?: import("csstype").Property.Order | undefined; WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd; WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart; WebkitPerspective?: import("csstype").Property.Perspective; WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined; WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; WebkitShapeMargin?: import("csstype").Property.ShapeMargin; WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined; WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth; WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined; WebkitTransform?: import("csstype").Property.Transform | undefined; WebkitTransformOrigin?: import("csstype").Property.TransformOrigin; WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined; WebkitTransitionDelay?: import("csstype").Property.TransitionDelay; WebkitTransitionDuration?: import("csstype").Property.TransitionDuration; WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined; WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined; WebkitWritingMode?: import("csstype").Property.WritingMode | undefined; MozAnimation?: import("csstype").Property.Animation; MozBorderImage?: import("csstype").Property.BorderImage | undefined; MozColumnRule?: import("csstype").Property.ColumnRule; MozColumns?: import("csstype").Property.Columns; MozOutlineRadius?: import("csstype").Property.MozOutlineRadius; MozTransition?: import("csstype").Property.Transition; msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined; msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined; msFlex?: import("csstype").Property.Flex; msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined; msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined; msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined; msTransition?: import("csstype").Property.Transition; WebkitAnimation?: import("csstype").Property.Animation; WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore; WebkitBorderImage?: import("csstype").Property.BorderImage | undefined; WebkitBorderRadius?: import("csstype").Property.BorderRadius; WebkitColumnRule?: import("csstype").Property.ColumnRule; WebkitColumns?: import("csstype").Property.Columns; WebkitFlex?: import("csstype").Property.Flex; WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined; WebkitMask?: import("csstype").Property.WebkitMask; WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined; WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined; WebkitTextStroke?: import("csstype").Property.WebkitTextStroke; WebkitTransition?: import("csstype").Property.Transition; boxAlign?: import("csstype").Property.BoxAlign | undefined; boxDirection?: import("csstype").Property.BoxDirection | undefined; boxFlex?: import("csstype").Property.BoxFlex | undefined; boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; boxLines?: import("csstype").Property.BoxLines | undefined; boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; boxOrient?: import("csstype").Property.BoxOrient | undefined; boxPack?: import("csstype").Property.BoxPack | undefined; clip?: import("csstype").Property.Clip | undefined; fontStretch?: import("csstype").Property.FontStretch | undefined; gridColumnGap?: import("csstype").Property.GridColumnGap; gridGap?: import("csstype").Property.GridGap; gridRowGap?: import("csstype").Property.GridRowGap; imeMode?: import("csstype").Property.ImeMode | undefined; insetArea?: import("csstype").Property.PositionArea | undefined; offsetBlock?: import("csstype").Property.InsetBlock; offsetBlockEnd?: import("csstype").Property.InsetBlockEnd; offsetBlockStart?: import("csstype").Property.InsetBlockStart; offsetInline?: import("csstype").Property.InsetInline; offsetInlineEnd?: import("csstype").Property.InsetInlineEnd; offsetInlineStart?: import("csstype").Property.InsetInlineStart; pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined; pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined; pageBreakInside?: import("csstype").Property.PageBreakInside | undefined; positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate; scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination; scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined; KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined; KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined; KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined; KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined; KhtmlOpacity?: import("csstype").Property.Opacity | undefined; KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined; MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; MozBackgroundSize?: import("csstype").Property.BackgroundSize; MozBorderRadius?: import("csstype").Property.BorderRadius; MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius; MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius; MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius; MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius; MozBoxAlign?: import("csstype").Property.BoxAlign | undefined; MozBoxDirection?: import("csstype").Property.BoxDirection | undefined; MozBoxFlex?: import("csstype").Property.BoxFlex | undefined; MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; MozBoxOrient?: import("csstype").Property.BoxOrient | undefined; MozBoxPack?: import("csstype").Property.BoxPack | undefined; MozBoxShadow?: import("csstype").Property.BoxShadow | undefined; MozColumnCount?: import("csstype").Property.ColumnCount | undefined; MozColumnFill?: import("csstype").Property.ColumnFill | undefined; MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined; MozOpacity?: import("csstype").Property.Opacity | undefined; MozOutline?: import("csstype").Property.Outline; MozOutlineColor?: import("csstype").Property.OutlineColor | undefined; MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined; MozOutlineWidth?: import("csstype").Property.OutlineWidth; MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined; MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; MozTransitionDelay?: import("csstype").Property.TransitionDelay; MozTransitionDuration?: import("csstype").Property.TransitionDuration; MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; MozUserFocus?: import("csstype").Property.MozUserFocus | undefined; MozUserInput?: import("csstype").Property.MozUserInput | undefined; msImeMode?: import("csstype").Property.ImeMode | undefined; OAnimation?: import("csstype").Property.Animation; OAnimationDelay?: import("csstype").Property.AnimationDelay; OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; OAnimationDuration?: import("csstype").Property.AnimationDuration; OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; OAnimationName?: import("csstype").Property.AnimationName | undefined; OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; OBackgroundSize?: import("csstype").Property.BackgroundSize; OBorderImage?: import("csstype").Property.BorderImage | undefined; OObjectFit?: import("csstype").Property.ObjectFit | undefined; OObjectPosition?: import("csstype").Property.ObjectPosition; OTabSize?: import("csstype").Property.TabSize; OTextOverflow?: import("csstype").Property.TextOverflow | undefined; OTransform?: import("csstype").Property.Transform | undefined; OTransformOrigin?: import("csstype").Property.TransformOrigin; OTransition?: import("csstype").Property.Transition; OTransitionDelay?: import("csstype").Property.TransitionDelay; OTransitionDuration?: import("csstype").Property.TransitionDuration; OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined; WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined; WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined; WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; WebkitBoxLines?: import("csstype").Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined; WebkitBoxPack?: import("csstype").Property.BoxPack | undefined; colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined; colorRendering?: import("csstype").Property.ColorRendering | undefined; glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined; }; button: { fontFamily: string; letterSpacing: string; textTransform: string; textDecoration: string; fontSize: string; fontWeight: string; lineHeight: string; }; fontFamily: string; body: { accentColor?: import("csstype").Property.AccentColor | undefined; alignContent?: import("csstype").Property.AlignContent | undefined; alignItems?: import("csstype").Property.AlignItems | undefined; alignSelf?: import("csstype").Property.AlignSelf | undefined; alignTracks?: import("csstype").Property.AlignTracks | undefined; alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined; anchorName?: import("csstype").Property.AnchorName | undefined; anchorScope?: import("csstype").Property.AnchorScope | undefined; animationComposition?: import("csstype").Property.AnimationComposition | undefined; animationDelay?: import("csstype").Property.AnimationDelay; animationDirection?: import("csstype").Property.AnimationDirection | undefined; animationDuration?: import("csstype").Property.AnimationDuration; animationFillMode?: import("csstype").Property.AnimationFillMode | undefined; animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; animationName?: import("csstype").Property.AnimationName | undefined; animationPlayState?: import("csstype").Property.AnimationPlayState | undefined; animationRangeEnd?: import("csstype").Property.AnimationRangeEnd; animationRangeStart?: import("csstype").Property.AnimationRangeStart; animationTimeline?: import("csstype").Property.AnimationTimeline | undefined; animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; appearance?: import("csstype").Property.Appearance | undefined; aspectRatio?: import("csstype").Property.AspectRatio | undefined; backdropFilter?: import("csstype").Property.BackdropFilter | undefined; backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined; backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined; backgroundClip?: import("csstype").Property.BackgroundClip | undefined; backgroundColor?: import("csstype").Property.BackgroundColor | undefined; backgroundImage?: import("csstype").Property.BackgroundImage | undefined; backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; backgroundPositionX?: import("csstype").Property.BackgroundPositionX; backgroundPositionY?: import("csstype").Property.BackgroundPositionY; backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined; backgroundSize?: import("csstype").Property.BackgroundSize; baselineShift?: import("csstype").Property.BaselineShift; blockSize?: import("csstype").Property.BlockSize; borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined; borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined; borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth; borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined; borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined; borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth; borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined; borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined; borderBottomWidth?: import("csstype").Property.BorderBottomWidth; borderCollapse?: import("csstype").Property.BorderCollapse | undefined; borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius; borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius; borderImageOutset?: import("csstype").Property.BorderImageOutset; borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined; borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; borderImageSource?: import("csstype").Property.BorderImageSource | undefined; borderImageWidth?: import("csstype").Property.BorderImageWidth; borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth; borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth; borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined; borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined; borderLeftWidth?: import("csstype").Property.BorderLeftWidth; borderRightColor?: import("csstype").Property.BorderRightColor | undefined; borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined; borderRightWidth?: import("csstype").Property.BorderRightWidth; borderSpacing?: import("csstype").Property.BorderSpacing; borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius; borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius; borderTopColor?: import("csstype").Property.BorderTopColor | undefined; borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined; borderTopWidth?: import("csstype").Property.BorderTopWidth; bottom?: import("csstype").Property.Bottom; boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; boxShadow?: import("csstype").Property.BoxShadow | undefined; boxSizing?: import("csstype").Property.BoxSizing | undefined; breakAfter?: import("csstype").Property.BreakAfter | undefined; breakBefore?: import("csstype").Property.BreakBefore | undefined; breakInside?: import("csstype").Property.BreakInside | undefined; captionSide?: import("csstype").Property.CaptionSide | undefined; caretColor?: import("csstype").Property.CaretColor | undefined; caretShape?: import("csstype").Property.CaretShape | undefined; clear?: import("csstype").Property.Clear | undefined; clipPath?: import("csstype").Property.ClipPath | undefined; clipRule?: import("csstype").Property.ClipRule | undefined; color?: import("csstype").Property.Color | undefined; colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined; colorScheme?: import("csstype").Property.ColorScheme | undefined; columnCount?: import("csstype").Property.ColumnCount | undefined; columnFill?: import("csstype").Property.ColumnFill | undefined; columnGap?: import("csstype").Property.ColumnGap; columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; columnRuleWidth?: import("csstype").Property.ColumnRuleWidth; columnSpan?: import("csstype").Property.ColumnSpan | undefined; columnWidth?: import("csstype").Property.ColumnWidth; contain?: import("csstype").Property.Contain | undefined; containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize; containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight; containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize; containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth; containerName?: import("csstype").Property.ContainerName | undefined; containerType?: import("csstype").Property.ContainerType | undefined; content?: import("csstype").Property.Content | undefined; contentVisibility?: import("csstype").Property.ContentVisibility | undefined; counterIncrement?: import("csstype").Property.CounterIncrement | undefined; counterReset?: import("csstype").Property.CounterReset | undefined; counterSet?: import("csstype").Property.CounterSet | undefined; cursor?: import("csstype").Property.Cursor | undefined; cx?: import("csstype").Property.Cx; cy?: import("csstype").Property.Cy; d?: import("csstype").Property.D | undefined; direction?: import("csstype").Property.Direction | undefined; display?: import("csstype").Property.Display | undefined; dominantBaseline?: import("csstype").Property.DominantBaseline | undefined; emptyCells?: import("csstype").Property.EmptyCells | undefined; fieldSizing?: import("csstype").Property.FieldSizing | undefined; fill?: import("csstype").Property.Fill | undefined; fillOpacity?: import("csstype").Property.FillOpacity | undefined; fillRule?: import("csstype").Property.FillRule | undefined; filter?: import("csstype").Property.Filter | undefined; flexBasis?: import("csstype").Property.FlexBasis; flexDirection?: import("csstype").Property.FlexDirection | undefined; flexGrow?: import("csstype").Property.FlexGrow | undefined; flexShrink?: import("csstype").Property.FlexShrink | undefined; flexWrap?: import("csstype").Property.FlexWrap | undefined; float?: import("csstype").Property.Float | undefined; floodColor?: import("csstype").Property.FloodColor | undefined; floodOpacity?: import("csstype").Property.FloodOpacity | undefined; fontFamily?: import("csstype").Property.FontFamily | undefined; fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; fontKerning?: import("csstype").Property.FontKerning | undefined; fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined; fontPalette?: import("csstype").Property.FontPalette | undefined; fontSize?: import("csstype").Property.FontSize; fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined; fontSmooth?: import("csstype").Property.FontSmooth; fontStyle?: import("csstype").Property.FontStyle | undefined; fontSynthesis?: import("csstype").Property.FontSynthesis | undefined; fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined; fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined; fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined; fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined; fontVariant?: import("csstype").Property.FontVariant | undefined; fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined; fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined; fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined; fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined; fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined; fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined; fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined; fontWeight?: import("csstype").Property.FontWeight | undefined; fontWidth?: import("csstype").Property.FontWidth | undefined; forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined; gridAutoColumns?: import("csstype").Property.GridAutoColumns; gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined; gridAutoRows?: import("csstype").Property.GridAutoRows; gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined; gridColumnStart?: import("csstype").Property.GridColumnStart | undefined; gridRowEnd?: import("csstype").Property.GridRowEnd | undefined; gridRowStart?: import("csstype").Property.GridRowStart | undefined; gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined; gridTemplateColumns?: import("csstype").Property.GridTemplateColumns; gridTemplateRows?: import("csstype").Property.GridTemplateRows; hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined; height?: import("csstype").Property.Height; hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined; hyphens?: import("csstype").Property.Hyphens | undefined; imageOrientation?: import("csstype").Property.ImageOrientation | undefined; imageRendering?: import("csstype").Property.ImageRendering | undefined; imageResolution?: import("csstype").Property.ImageResolution | undefined; initialLetter?: import("csstype").Property.InitialLetter | undefined; initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined; inlineSize?: import("csstype").Property.InlineSize; insetBlockEnd?: import("csstype").Property.InsetBlockEnd; insetBlockStart?: import("csstype").Property.InsetBlockStart; insetInlineEnd?: import("csstype").Property.InsetInlineEnd; insetInlineStart?: import("csstype").Property.InsetInlineStart; interpolateSize?: import("csstype").Property.InterpolateSize | undefined; isolation?: import("csstype").Property.Isolation | undefined; justifyContent?: import("csstype").Property.JustifyContent | undefined; justifyItems?: import("csstype").Property.JustifyItems | undefined; justifySelf?: import("csstype").Property.JustifySelf | undefined; justifyTracks?: import("csstype").Property.JustifyTracks | undefined; left?: import("csstype").Property.Left; letterSpacing?: import("csstype").Property.LetterSpacing; lightingColor?: import("csstype").Property.LightingColor | undefined; lineBreak?: import("csstype").Property.LineBreak | undefined; lineHeight?: import("csstype").Property.LineHeight; lineHeightStep?: import("csstype").Property.LineHeightStep; listStyleImage?: import("csstype").Property.ListStyleImage | undefined; listStylePosition?: import("csstype").Property.ListStylePosition | undefined; listStyleType?: import("csstype").Property.ListStyleType | undefined; marginBlockEnd?: import("csstype").Property.MarginBlockEnd; marginBlockStart?: import("csstype").Property.MarginBlockStart; marginBottom?: import("csstype").Property.MarginBottom; marginInlineEnd?: import("csstype").Property.MarginInlineEnd; marginInlineStart?: import("csstype").Property.MarginInlineStart; marginLeft?: import("csstype").Property.MarginLeft; marginRight?: import("csstype").Property.MarginRight; marginTop?: import("csstype").Property.MarginTop; marginTrim?: import("csstype").Property.MarginTrim | undefined; marker?: import("csstype").Property.Marker | undefined; markerEnd?: import("csstype").Property.MarkerEnd | undefined; markerMid?: import("csstype").Property.MarkerMid | undefined; markerStart?: import("csstype").Property.MarkerStart | undefined; maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined; maskBorderOutset?: import("csstype").Property.MaskBorderOutset; maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined; maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined; maskBorderWidth?: import("csstype").Property.MaskBorderWidth; maskClip?: import("csstype").Property.MaskClip | undefined; maskComposite?: import("csstype").Property.MaskComposite | undefined; maskImage?: import("csstype").Property.MaskImage | undefined; maskMode?: import("csstype").Property.MaskMode | undefined; maskOrigin?: import("csstype").Property.MaskOrigin | undefined; maskPosition?: import("csstype").Property.MaskPosition; maskRepeat?: import("csstype").Property.MaskRepeat | undefined; maskSize?: import("csstype").Property.MaskSize; maskType?: import("csstype").Property.MaskType | undefined; masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined; mathDepth?: import("csstype").Property.MathDepth | undefined; mathShift?: import("csstype").Property.MathShift | undefined; mathStyle?: import("csstype").Property.MathStyle | undefined; maxBlockSize?: import("csstype").Property.MaxBlockSize; maxHeight?: import("csstype").Property.MaxHeight; maxInlineSize?: import("csstype").Property.MaxInlineSize; maxLines?: import("csstype").Property.MaxLines | undefined; maxWidth?: import("csstype").Property.MaxWidth; minBlockSize?: import("csstype").Property.MinBlockSize; minHeight?: import("csstype").Property.MinHeight; minInlineSize?: import("csstype").Property.MinInlineSize; minWidth?: import("csstype").Property.MinWidth; mixBlendMode?: import("csstype").Property.MixBlendMode | undefined; motionDistance?: import("csstype").Property.OffsetDistance; motionPath?: import("csstype").Property.OffsetPath | undefined; motionRotation?: import("csstype").Property.OffsetRotate | undefined; objectFit?: import("csstype").Property.ObjectFit | undefined; objectPosition?: import("csstype").Property.ObjectPosition; objectViewBox?: import("csstype").Property.ObjectViewBox | undefined; offsetAnchor?: import("csstype").Property.OffsetAnchor; offsetDistance?: import("csstype").Property.OffsetDistance; offsetPath?: import("csstype").Property.OffsetPath | undefined; offsetPosition?: import("csstype").Property.OffsetPosition; offsetRotate?: import("csstype").Property.OffsetRotate | undefined; offsetRotation?: import("csstype").Property.OffsetRotate | undefined; opacity?: import("csstype").Property.Opacity | undefined; order?: import("csstype").Property.Order | undefined; orphans?: import("csstype").Property.Orphans | undefined; outlineColor?: import("csstype").Property.OutlineColor | undefined; outlineOffset?: import("csstype").Property.OutlineOffset; outlineStyle?: import("csstype").Property.OutlineStyle | undefined; outlineWidth?: import("csstype").Property.OutlineWidth; overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined; overflowBlock?: import("csstype").Property.OverflowBlock | undefined; overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined; overflowClipMargin?: import("csstype").Property.OverflowClipMargin; overflowInline?: import("csstype").Property.OverflowInline | undefined; overflowWrap?: import("csstype").Property.OverflowWrap | undefined; overflowX?: import("csstype").Property.OverflowX | undefined; overflowY?: import("csstype").Property.OverflowY | undefined; overlay?: import("csstype").Property.Overlay | undefined; overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined; overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined; overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined; overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined; paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd; paddingBlockStart?: import("csstype").Property.PaddingBlockStart; paddingBottom?: import("csstype").Property.PaddingBottom; paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd; paddingInlineStart?: import("csstype").Property.PaddingInlineStart; paddingLeft?: import("csstype").Property.PaddingLeft; paddingRight?: import("csstype").Property.PaddingRight; paddingTop?: import("csstype").Property.PaddingTop; page?: import("csstype").Property.Page | undefined; paintOrder?: import("csstype").Property.PaintOrder | undefined; perspective?: import("csstype").Property.Perspective; perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; pointerEvents?: import("csstype").Property.PointerEvents | undefined; position?: import("csstype").Property.Position | undefined; positionAnchor?: import("csstype").Property.PositionAnchor | undefined; positionArea?: import("csstype").Property.PositionArea | undefined; positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined; positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined; positionVisibility?: import("csstype").Property.PositionVisibility | undefined; printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; quotes?: import("csstype").Property.Quotes | undefined; r?: import("csstype").Property.R; resize?: import("csstype").Property.Resize | undefined; right?: import("csstype").Property.Right; rotate?: import("csstype").Property.Rotate | undefined; rowGap?: import("csstype").Property.RowGap; rubyAlign?: import("csstype").Property.RubyAlign | undefined; rubyMerge?: import("csstype").Property.RubyMerge | undefined; rubyOverhang?: import("csstype").Property.RubyOverhang | undefined; rubyPosition?: import("csstype").Property.RubyPosition | undefined; rx?: import("csstype").Property.Rx; ry?: import("csstype").Property.Ry; scale?: import("csstype").Property.Scale | undefined; scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined; scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined; scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd; scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart; scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd; scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart; scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollMarginRight?: import("csstype").Property.ScrollMarginRight; scrollMarginTop?: import("csstype").Property.ScrollMarginTop; scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd; scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart; scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom; scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd; scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart; scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft; scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight; scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop; scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined; scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom; scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft; scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight; scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop; scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined; scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined; scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined; scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined; scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined; scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined; shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined; shapeMargin?: import("csstype").Property.ShapeMargin; shapeOutside?: import("csstype").Property.ShapeOutside | undefined; shapeRendering?: import("csstype").Property.ShapeRendering | undefined; speakAs?: import("csstype").Property.SpeakAs | undefined; stopColor?: import("csstype").Property.StopColor | undefined; stopOpacity?: import("csstype").Property.StopOpacity | undefined; stroke?: import("csstype").Property.Stroke | undefined; strokeColor?: import("csstype").Property.StrokeColor | undefined; strokeDasharray?: import("csstype").Property.StrokeDasharray; strokeDashoffset?: import("csstype").Property.StrokeDashoffset; strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined; strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined; strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined; strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined; strokeWidth?: import("csstype").Property.StrokeWidth; tabSize?: import("csstype").Property.TabSize; tableLayout?: import("csstype").Property.TableLayout | undefined; textAlign?: import("csstype").Property.TextAlign | undefined; textAlignLast?: import("csstype").Property.TextAlignLast | undefined; textAnchor?: import("csstype").Property.TextAnchor | undefined; textAutospace?: import("csstype").Property.TextAutospace | undefined; textBox?: import("csstype").Property.TextBox | undefined; textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined; textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined; textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined; textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined; textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; textDecorationThickness?: import("csstype").Property.TextDecorationThickness; textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; textIndent?: import("csstype").Property.TextIndent; textJustify?: import("csstype").Property.TextJustify | undefined; textOrientation?: import("csstype").Property.TextOrientation | undefined; textOverflow?: import("csstype").Property.TextOverflow | undefined; textRendering?: import("csstype").Property.TextRendering | undefined; textShadow?: import("csstype").Property.TextShadow | undefined; textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined; textTransform?: import("csstype").Property.TextTransform | undefined; textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset; textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; textWrapMode?: import("csstype").Property.TextWrapMode | undefined; textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined; timelineScope?: import("csstype").Property.TimelineScope | undefined; top?: import("csstype").Property.Top; touchAction?: import("csstype").Property.TouchAction | undefined; transform?: import("csstype").Property.Transform | undefined; transformBox?: import("csstype").Property.TransformBox | undefined; transformOrigin?: import("csstype").Property.TransformOrigin; transformStyle?: import("csstype").Property.TransformStyle | undefined; transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined; transitionDelay?: import("csstype").Property.TransitionDelay; transitionDuration?: import("csstype").Property.TransitionDuration; transitionProperty?: import("csstype").Property.TransitionProperty | undefined; transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; translate?: import("csstype").Property.Translate; unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined; userSelect?: import("csstype").Property.UserSelect | undefined; vectorEffect?: import("csstype").Property.VectorEffect | undefined; verticalAlign?: import("csstype").Property.VerticalAlign; viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined; viewTimelineInset?: import("csstype").Property.ViewTimelineInset; viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined; viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined; viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined; visibility?: import("csstype").Property.Visibility | undefined; whiteSpace?: import("csstype").Property.WhiteSpace | undefined; whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined; widows?: import("csstype").Property.Widows | undefined; width?: import("csstype").Property.Width; willChange?: import("csstype").Property.WillChange | undefined; wordBreak?: import("csstype").Property.WordBreak | undefined; wordSpacing?: import("csstype").Property.WordSpacing; wordWrap?: import("csstype").Property.WordWrap | undefined; writingMode?: import("csstype").Property.WritingMode | undefined; x?: import("csstype").Property.X; y?: import("csstype").Property.Y; zIndex?: import("csstype").Property.ZIndex | undefined; zoom?: import("csstype").Property.Zoom | undefined; all?: import("csstype").Property.All | undefined; animation?: import("csstype").Property.Animation; animationRange?: import("csstype").Property.AnimationRange; background?: import("csstype").Property.Background; backgroundPosition?: import("csstype").Property.BackgroundPosition; border?: import("csstype").Property.Border; borderBlock?: import("csstype").Property.BorderBlock; borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined; borderBlockEnd?: import("csstype").Property.BorderBlockEnd; borderBlockStart?: import("csstype").Property.BorderBlockStart; borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined; borderBlockWidth?: import("csstype").Property.BorderBlockWidth; borderBottom?: import("csstype").Property.BorderBottom; borderColor?: import("csstype").Property.BorderColor | undefined; borderImage?: import("csstype").Property.BorderImage | undefined; borderInline?: import("csstype").Property.BorderInline; borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined; borderInlineEnd?: import("csstype").Property.BorderInlineEnd; borderInlineStart?: import("csstype").Property.BorderInlineStart; borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined; borderInlineWidth?: import("csstype").Property.BorderInlineWidth; borderLeft?: import("csstype").Property.BorderLeft; borderRadius?: import("csstype").Property.BorderRadius; borderRight?: import("csstype").Property.BorderRight; borderStyle?: import("csstype").Property.BorderStyle | undefined; borderTop?: import("csstype").Property.BorderTop; borderWidth?: import("csstype").Property.BorderWidth; caret?: import("csstype").Property.Caret | undefined; columnRule?: import("csstype").Property.ColumnRule; columns?: import("csstype").Property.Columns; containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize; container?: import("csstype").Property.Container | undefined; flex?: import("csstype").Property.Flex; flexFlow?: import("csstype").Property.FlexFlow | undefined; font?: import("csstype").Property.Font | undefined; gap?: import("csstype").Property.Gap; grid?: import("csstype").Property.Grid | undefined; gridArea?: import("csstype").Property.GridArea | undefined; gridColumn?: import("csstype").Property.GridColumn | undefined; gridRow?: import("csstype").Property.GridRow | undefined; gridTemplate?: import("csstype").Property.GridTemplate | undefined; inset?: import("csstype").Property.Inset; insetBlock?: import("csstype").Property.InsetBlock; insetInline?: import("csstype").Property.InsetInline; lineClamp?: import("csstype").Property.LineClamp | undefined; listStyle?: import("csstype").Property.ListStyle | undefined; margin?: import("csstype").Property.Margin; marginBlock?: import("csstype").Property.MarginBlock; marginInline?: import("csstype").Property.MarginInline; mask?: import("csstype").Property.Mask; maskBorder?: import("csstype").Property.MaskBorder | undefined; motion?: import("csstype").Property.Offset; offset?: import("csstype").Property.Offset; outline?: import("csstype").Property.Outline; overflow?: import("csstype").Property.Overflow | undefined; overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined; padding?: import("csstype").Property.Padding; paddingBlock?: import("csstype").Property.PaddingBlock; paddingInline?: import("csstype").Property.PaddingInline; placeContent?: import("csstype").Property.PlaceContent | undefined; placeItems?: import("csstype").Property.PlaceItems | undefined; placeSelf?: import("csstype").Property.PlaceSelf | undefined; positionTry?: import("csstype").Property.PositionTry | undefined; scrollMargin?: import("csstype").Property.ScrollMargin; scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock; scrollMarginInline?: import("csstype").Property.ScrollMarginInline; scrollPadding?: import("csstype").Property.ScrollPadding; scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock; scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline; scrollSnapMargin?: import("csstype").Property.ScrollMargin; scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined; textDecoration?: import("csstype").Property.TextDecoration; textEmphasis?: import("csstype").Property.TextEmphasis | undefined; textWrap?: import("csstype").Property.TextWrap | undefined; transition?: import("csstype").Property.Transition; viewTimeline?: import("csstype").Property.ViewTimeline | undefined; MozAnimationDelay?: import("csstype").Property.AnimationDelay; MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; MozAnimationDuration?: import("csstype").Property.AnimationDuration; MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; MozAnimationName?: import("csstype").Property.AnimationName | undefined; MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; MozAppearance?: import("csstype").Property.MozAppearance | undefined; MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; MozBinding?: import("csstype").Property.MozBinding | undefined; MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined; MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined; MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined; MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth; MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined; MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined; MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined; MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined; MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined; MozBoxSizing?: import("csstype").Property.BoxSizing | undefined; MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; MozColumnWidth?: import("csstype").Property.ColumnWidth; MozContextProperties?: import("csstype").Property.MozContextProperties | undefined; MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined; MozHyphens?: import("csstype").Property.Hyphens | undefined; MozMarginEnd?: import("csstype").Property.MarginInlineEnd; MozMarginStart?: import("csstype").Property.MarginInlineStart; MozOrient?: import("csstype").Property.MozOrient | undefined; MozOsxFontSmoothing?: import("csstype").Property.FontSmooth; MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft; MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright; MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft; MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright; MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd; MozPaddingStart?: import("csstype").Property.PaddingInlineStart; MozPerspective?: import("csstype").Property.Perspective; MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; MozStackSizing?: import("csstype").Property.MozStackSizing | undefined; MozTabSize?: import("csstype").Property.TabSize; MozTextBlink?: import("csstype").Property.MozTextBlink | undefined; MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; MozTransform?: import("csstype").Property.Transform | undefined; MozTransformOrigin?: import("csstype").Property.TransformOrigin; MozTransformStyle?: import("csstype").Property.TransformStyle | undefined; MozUserModify?: import("csstype").Property.MozUserModify | undefined; MozUserSelect?: import("csstype").Property.UserSelect | undefined; MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined; MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined; msAccelerator?: import("csstype").Property.MsAccelerator | undefined; msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined; msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined; msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined; msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined; msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined; msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined; msContentZooming?: import("csstype").Property.MsContentZooming | undefined; msFilter?: import("csstype").Property.MsFilter | undefined; msFlexDirection?: import("csstype").Property.FlexDirection | undefined; msFlexPositive?: import("csstype").Property.FlexGrow | undefined; msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined; msFlowInto?: import("csstype").Property.MsFlowInto | undefined; msGridColumns?: import("csstype").Property.MsGridColumns; msGridRows?: import("csstype").Property.MsGridRows; msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined; msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined; msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined; msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone; msHyphens?: import("csstype").Property.Hyphens | undefined; msImeAlign?: import("csstype").Property.MsImeAlign | undefined; msLineBreak?: import("csstype").Property.LineBreak | undefined; msOrder?: import("csstype").Property.Order | undefined; msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined; msOverflowX?: import("csstype").Property.OverflowX | undefined; msOverflowY?: import("csstype").Property.OverflowY | undefined; msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined; msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax; msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin; msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax; msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin; msScrollRails?: import("csstype").Property.MsScrollRails | undefined; msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined; msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined; msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined; msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined; msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined; msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined; msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined; msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined; msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined; msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined; msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined; msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined; msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined; msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined; msTextOverflow?: import("csstype").Property.TextOverflow | undefined; msTouchAction?: import("csstype").Property.TouchAction | undefined; msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined; msTransform?: import("csstype").Property.Transform | undefined; msTransformOrigin?: import("csstype").Property.TransformOrigin; msTransitionDelay?: import("csstype").Property.TransitionDelay; msTransitionDuration?: import("csstype").Property.TransitionDuration; msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; msUserSelect?: import("csstype").Property.MsUserSelect | undefined; msWordBreak?: import("csstype").Property.WordBreak | undefined; msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined; msWrapMargin?: import("csstype").Property.MsWrapMargin; msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined; msWritingMode?: import("csstype").Property.WritingMode | undefined; WebkitAlignContent?: import("csstype").Property.AlignContent | undefined; WebkitAlignItems?: import("csstype").Property.AlignItems | undefined; WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined; WebkitAnimationDelay?: import("csstype").Property.AnimationDelay; WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; WebkitAnimationDuration?: import("csstype").Property.AnimationDuration; WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; WebkitAnimationName?: import("csstype").Property.AnimationName | undefined; WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined; WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined; WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined; WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; WebkitBackgroundSize?: import("csstype").Property.BackgroundSize; WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined; WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined; WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth; WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius; WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius; WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined; WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius; WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius; WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined; WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect; WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined; WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined; WebkitClipPath?: import("csstype").Property.ClipPath | undefined; WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined; WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined; WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined; WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined; WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth; WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined; WebkitColumnWidth?: import("csstype").Property.ColumnWidth; WebkitFilter?: import("csstype").Property.Filter | undefined; WebkitFlexBasis?: import("csstype").Property.FlexBasis; WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined; WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined; WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined; WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined; WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined; WebkitFontKerning?: import("csstype").Property.FontKerning | undefined; WebkitFontSmoothing?: import("csstype").Property.FontSmooth; WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined; WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined; WebkitHyphens?: import("csstype").Property.Hyphens | undefined; WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined; WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined; WebkitLineBreak?: import("csstype").Property.LineBreak | undefined; WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined; WebkitLogicalHeight?: import("csstype").Property.BlockSize; WebkitLogicalWidth?: import("csstype").Property.InlineSize; WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd; WebkitMarginStart?: import("csstype").Property.MarginInlineStart; WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined; WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset; WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined; WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined; WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined; WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth; WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined; WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined; WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined; WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined; WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition; WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX; WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY; WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined; WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined; WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined; WebkitMaskSize?: import("csstype").Property.WebkitMaskSize; WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize; WebkitOrder?: import("csstype").Property.Order | undefined; WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined; WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd; WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart; WebkitPerspective?: import("csstype").Property.Perspective; WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin; WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined; WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined; WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined; WebkitShapeMargin?: import("csstype").Property.ShapeMargin; WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined; WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined; WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined; WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined; WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined; WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined; WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined; WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined; WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined; WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined; WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth; WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined; WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined; WebkitTransform?: import("csstype").Property.Transform | undefined; WebkitTransformOrigin?: import("csstype").Property.TransformOrigin; WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined; WebkitTransitionDelay?: import("csstype").Property.TransitionDelay; WebkitTransitionDuration?: import("csstype").Property.TransitionDuration; WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined; WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined; WebkitWritingMode?: import("csstype").Property.WritingMode | undefined; MozAnimation?: import("csstype").Property.Animation; MozBorderImage?: import("csstype").Property.BorderImage | undefined; MozColumnRule?: import("csstype").Property.ColumnRule; MozColumns?: import("csstype").Property.Columns; MozOutlineRadius?: import("csstype").Property.MozOutlineRadius; MozTransition?: import("csstype").Property.Transition; msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined; msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined; msFlex?: import("csstype").Property.Flex; msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined; msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined; msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined; msTransition?: import("csstype").Property.Transition; WebkitAnimation?: import("csstype").Property.Animation; WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore; WebkitBorderImage?: import("csstype").Property.BorderImage | undefined; WebkitBorderRadius?: import("csstype").Property.BorderRadius; WebkitColumnRule?: import("csstype").Property.ColumnRule; WebkitColumns?: import("csstype").Property.Columns; WebkitFlex?: import("csstype").Property.Flex; WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined; WebkitMask?: import("csstype").Property.WebkitMask; WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined; WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined; WebkitTextStroke?: import("csstype").Property.WebkitTextStroke; WebkitTransition?: import("csstype").Property.Transition; boxAlign?: import("csstype").Property.BoxAlign | undefined; boxDirection?: import("csstype").Property.BoxDirection | undefined; boxFlex?: import("csstype").Property.BoxFlex | undefined; boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; boxLines?: import("csstype").Property.BoxLines | undefined; boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; boxOrient?: import("csstype").Property.BoxOrient | undefined; boxPack?: import("csstype").Property.BoxPack | undefined; clip?: import("csstype").Property.Clip | undefined; fontStretch?: import("csstype").Property.FontStretch | undefined; gridColumnGap?: import("csstype").Property.GridColumnGap; gridGap?: import("csstype").Property.GridGap; gridRowGap?: import("csstype").Property.GridRowGap; imeMode?: import("csstype").Property.ImeMode | undefined; insetArea?: import("csstype").Property.PositionArea | undefined; offsetBlock?: import("csstype").Property.InsetBlock; offsetBlockEnd?: import("csstype").Property.InsetBlockEnd; offsetBlockStart?: import("csstype").Property.InsetBlockStart; offsetInline?: import("csstype").Property.InsetInline; offsetInlineEnd?: import("csstype").Property.InsetInlineEnd; offsetInlineStart?: import("csstype").Property.InsetInlineStart; pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined; pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined; pageBreakInside?: import("csstype").Property.PageBreakInside | undefined; positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined; scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate; scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination; scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined; scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined; scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined; scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined; KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined; KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined; KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined; KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined; KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined; KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined; KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined; KhtmlOpacity?: import("csstype").Property.Opacity | undefined; KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined; MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined; MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined; MozBackgroundSize?: import("csstype").Property.BackgroundSize; MozBorderRadius?: import("csstype").Property.BorderRadius; MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius; MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius; MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius; MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius; MozBoxAlign?: import("csstype").Property.BoxAlign | undefined; MozBoxDirection?: import("csstype").Property.BoxDirection | undefined; MozBoxFlex?: import("csstype").Property.BoxFlex | undefined; MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; MozBoxOrient?: import("csstype").Property.BoxOrient | undefined; MozBoxPack?: import("csstype").Property.BoxPack | undefined; MozBoxShadow?: import("csstype").Property.BoxShadow | undefined; MozColumnCount?: import("csstype").Property.ColumnCount | undefined; MozColumnFill?: import("csstype").Property.ColumnFill | undefined; MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined; MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined; MozOpacity?: import("csstype").Property.Opacity | undefined; MozOutline?: import("csstype").Property.Outline; MozOutlineColor?: import("csstype").Property.OutlineColor | undefined; MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined; MozOutlineWidth?: import("csstype").Property.OutlineWidth; MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined; MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined; MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined; MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined; MozTransitionDelay?: import("csstype").Property.TransitionDelay; MozTransitionDuration?: import("csstype").Property.TransitionDuration; MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; MozUserFocus?: import("csstype").Property.MozUserFocus | undefined; MozUserInput?: import("csstype").Property.MozUserInput | undefined; msImeMode?: import("csstype").Property.ImeMode | undefined; OAnimation?: import("csstype").Property.Animation; OAnimationDelay?: import("csstype").Property.AnimationDelay; OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined; OAnimationDuration?: import("csstype").Property.AnimationDuration; OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined; OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined; OAnimationName?: import("csstype").Property.AnimationName | undefined; OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined; OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined; OBackgroundSize?: import("csstype").Property.BackgroundSize; OBorderImage?: import("csstype").Property.BorderImage | undefined; OObjectFit?: import("csstype").Property.ObjectFit | undefined; OObjectPosition?: import("csstype").Property.ObjectPosition; OTabSize?: import("csstype").Property.TabSize; OTextOverflow?: import("csstype").Property.TextOverflow | undefined; OTransform?: import("csstype").Property.Transform | undefined; OTransformOrigin?: import("csstype").Property.TransformOrigin; OTransition?: import("csstype").Property.Transition; OTransitionDelay?: import("csstype").Property.TransitionDelay; OTransitionDuration?: import("csstype").Property.TransitionDuration; OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined; OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined; WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined; WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined; WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined; WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined; WebkitBoxLines?: import("csstype").Property.BoxLines | undefined; WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined; WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined; WebkitBoxPack?: import("csstype").Property.BoxPack | undefined; colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined; colorRendering?: import("csstype").Property.ColorRendering | undefined; glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined; }; };