import type { UseInputStylesProps } from '@spark-web/text-input';
export declare function useTextAreaStyles(props: UseInputStylesProps): readonly [{
    readonly flex: 1;
    readonly position: "relative";
    readonly height: "medium";
    readonly paddingLeft: "none" | "medium";
    readonly paddingRight: "none" | "medium";
    readonly width: "full";
}, {
    readonly height: "auto";
    readonly minHeight: number;
    readonly paddingTop: number;
    readonly paddingBottom: number;
    readonly resize: "vertical";
    readonly ':enabled': {
        readonly ':focus + [data-focus-indicator]': {
            readonly boxShadow: string;
            readonly outline: string;
            readonly outlineOffset: string;
            readonly borderColor: string;
        } | {
            readonly outline: string;
            readonly outlineOffset: string;
            readonly borderColor: string;
        };
    };
    readonly ':focus': {
        readonly outline: "none";
    };
    readonly '&[aria-invalid=true]': {
        readonly color: string;
    };
    readonly accentColor?: import("csstype").Property.AccentColor | import("csstype").Property.AccentColor[] | undefined;
    readonly alignContent?: import("csstype").Property.AlignContent | import("csstype").Property.AlignContent[] | undefined;
    readonly alignItems?: import("csstype").Property.AlignItems | import("csstype").Property.AlignItems[] | undefined;
    readonly alignSelf?: import("csstype").Property.AlignSelf | import("csstype").Property.AlignSelf[] | undefined;
    readonly alignTracks?: import("csstype").Property.AlignTracks | import("csstype").Property.AlignTracks[] | undefined;
    readonly animationComposition?: import("csstype").Property.AnimationComposition | import("csstype").Property.AnimationComposition[] | undefined;
    readonly animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
    readonly animationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
    readonly animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
    readonly animationFillMode?: import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[] | undefined;
    readonly animationIterationCount?: import("csstype").Property.AnimationIterationCount | import("csstype").Property.AnimationIterationCount[] | undefined;
    readonly animationName?: import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[] | undefined;
    readonly animationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
    readonly animationTimeline?: import("csstype").Property.AnimationTimeline | import("csstype").Property.AnimationTimeline[] | undefined;
    readonly animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
    readonly appearance?: import("csstype").Property.Appearance | import("csstype").Property.Appearance[] | undefined;
    readonly aspectRatio?: import("csstype").Property.AspectRatio | import("csstype").Property.AspectRatio[] | undefined;
    readonly backdropFilter?: import("csstype").Property.BackdropFilter | import("csstype").Property.BackdropFilter[] | undefined;
    readonly backfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("csstype").Property.BackfaceVisibility[] | undefined;
    readonly backgroundAttachment?: import("csstype").Property.BackgroundAttachment | import("csstype").Property.BackgroundAttachment[] | undefined;
    readonly backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | import("csstype").Property.BackgroundBlendMode[] | undefined;
    readonly backgroundClip?: import("csstype").Property.BackgroundClip | import("csstype").Property.BackgroundClip[] | undefined;
    readonly backgroundColor?: import("csstype").Property.BackgroundColor | import("csstype").Property.BackgroundColor[] | undefined;
    readonly backgroundImage?: import("csstype").Property.BackgroundImage | import("csstype").Property.BackgroundImage[] | undefined;
    readonly backgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("csstype").Property.BackgroundOrigin[] | undefined;
    readonly backgroundPositionX?: string | number | import("csstype").Property.BackgroundPositionX<string | number>[] | undefined;
    readonly backgroundPositionY?: string | number | import("csstype").Property.BackgroundPositionY<string | number>[] | undefined;
    readonly backgroundRepeat?: import("csstype").Property.BackgroundRepeat | import("csstype").Property.BackgroundRepeat[] | undefined;
    readonly backgroundSize?: string | number | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
    readonly blockOverflow?: import("csstype").Property.BlockOverflow | import("csstype").Property.BlockOverflow[] | undefined;
    readonly blockSize?: string | number | import("csstype").Property.BlockSize<string | number>[] | undefined;
    readonly borderBlockColor?: import("csstype").Property.BorderBlockColor | import("csstype").Property.BorderBlockColor[] | undefined;
    readonly borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | import("csstype").Property.BorderBlockEndColor[] | undefined;
    readonly borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | import("csstype").Property.BorderBlockEndStyle[] | undefined;
    readonly borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | import("csstype").Property.BorderBlockEndWidth<string | number>[] | undefined;
    readonly borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | import("csstype").Property.BorderBlockStartColor[] | undefined;
    readonly borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | import("csstype").Property.BorderBlockStartStyle[] | undefined;
    readonly borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | import("csstype").Property.BorderBlockStartWidth<string | number>[] | undefined;
    readonly borderBlockStyle?: import("csstype").Property.BorderBlockStyle | import("csstype").Property.BorderBlockStyle[] | undefined;
    readonly borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | import("csstype").Property.BorderBlockWidth<string | number>[] | undefined;
    readonly borderBottomColor?: import("csstype").Property.BorderBottomColor | import("csstype").Property.BorderBottomColor[] | undefined;
    readonly borderBottomLeftRadius?: string | number | import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
    readonly borderBottomRightRadius?: string | number | import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
    readonly borderBottomStyle?: import("csstype").Property.BorderBottomStyle | import("csstype").Property.BorderBottomStyle[] | undefined;
    readonly borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | import("csstype").Property.BorderBottomWidth<string | number>[] | undefined;
    readonly borderCollapse?: import("csstype").Property.BorderCollapse | import("csstype").Property.BorderCollapse[] | undefined;
    readonly borderEndEndRadius?: string | number | import("csstype").Property.BorderEndEndRadius<string | number>[] | undefined;
    readonly borderEndStartRadius?: string | number | import("csstype").Property.BorderEndStartRadius<string | number>[] | undefined;
    readonly borderImageOutset?: string | number | import("csstype").Property.BorderImageOutset<string | number>[] | undefined;
    readonly borderImageRepeat?: import("csstype").Property.BorderImageRepeat | import("csstype").Property.BorderImageRepeat[] | undefined;
    readonly borderImageSlice?: import("csstype").Property.BorderImageSlice | import("csstype").Property.BorderImageSlice[] | undefined;
    readonly borderImageSource?: import("csstype").Property.BorderImageSource | import("csstype").Property.BorderImageSource[] | undefined;
    readonly borderImageWidth?: string | number | import("csstype").Property.BorderImageWidth<string | number>[] | undefined;
    readonly borderInlineColor?: import("csstype").Property.BorderInlineColor | import("csstype").Property.BorderInlineColor[] | undefined;
    readonly borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | import("csstype").Property.BorderInlineEndColor[] | undefined;
    readonly borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("csstype").Property.BorderInlineEndStyle[] | undefined;
    readonly borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("csstype").Property.BorderInlineEndWidth<string | number>[] | undefined;
    readonly borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | import("csstype").Property.BorderInlineStartColor[] | undefined;
    readonly borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("csstype").Property.BorderInlineStartStyle[] | undefined;
    readonly borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | import("csstype").Property.BorderInlineStartWidth<string | number>[] | undefined;
    readonly borderInlineStyle?: import("csstype").Property.BorderInlineStyle | import("csstype").Property.BorderInlineStyle[] | undefined;
    readonly borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | import("csstype").Property.BorderInlineWidth<string | number>[] | undefined;
    readonly borderLeftColor?: import("csstype").Property.BorderLeftColor | import("csstype").Property.BorderLeftColor[] | undefined;
    readonly borderLeftStyle?: import("csstype").Property.BorderLeftStyle | import("csstype").Property.BorderLeftStyle[] | undefined;
    readonly borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | import("csstype").Property.BorderLeftWidth<string | number>[] | undefined;
    readonly borderRightColor?: import("csstype").Property.BorderRightColor | import("csstype").Property.BorderRightColor[] | undefined;
    readonly borderRightStyle?: import("csstype").Property.BorderRightStyle | import("csstype").Property.BorderRightStyle[] | undefined;
    readonly borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | import("csstype").Property.BorderRightWidth<string | number>[] | undefined;
    readonly borderSpacing?: string | number | import("csstype").Property.BorderSpacing<string | number>[] | undefined;
    readonly borderStartEndRadius?: string | number | import("csstype").Property.BorderStartEndRadius<string | number>[] | undefined;
    readonly borderStartStartRadius?: string | number | import("csstype").Property.BorderStartStartRadius<string | number>[] | undefined;
    readonly borderTopColor?: import("csstype").Property.BorderTopColor | import("csstype").Property.BorderTopColor[] | undefined;
    readonly borderTopLeftRadius?: string | number | import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
    readonly borderTopRightRadius?: string | number | import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
    readonly borderTopStyle?: import("csstype").Property.BorderTopStyle | import("csstype").Property.BorderTopStyle[] | undefined;
    readonly borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | import("csstype").Property.BorderTopWidth<string | number>[] | undefined;
    readonly bottom?: string | number | import("csstype").Property.Bottom<string | number>[] | undefined;
    readonly boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("csstype").Property.BoxDecorationBreak[] | undefined;
    readonly boxShadow?: import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[] | undefined;
    readonly boxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined;
    readonly breakAfter?: import("csstype").Property.BreakAfter | import("csstype").Property.BreakAfter[] | undefined;
    readonly breakBefore?: import("csstype").Property.BreakBefore | import("csstype").Property.BreakBefore[] | undefined;
    readonly breakInside?: import("csstype").Property.BreakInside | import("csstype").Property.BreakInside[] | undefined;
    readonly captionSide?: import("csstype").Property.CaptionSide | import("csstype").Property.CaptionSide[] | undefined;
    readonly caretColor?: import("csstype").Property.CaretColor | import("csstype").Property.CaretColor[] | undefined;
    readonly clear?: import("csstype").Property.Clear | import("csstype").Property.Clear[] | undefined;
    readonly clipPath?: import("csstype").Property.ClipPath | import("csstype").Property.ClipPath[] | undefined;
    readonly color?: import("csstype").Property.Color | import("csstype").Property.Color[] | undefined;
    readonly colorAdjust?: import("csstype").Property.PrintColorAdjust | import("csstype").Property.PrintColorAdjust[] | undefined;
    readonly colorScheme?: import("csstype").Property.ColorScheme | import("csstype").Property.ColorScheme[] | undefined;
    readonly columnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | undefined;
    readonly columnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
    readonly columnGap?: string | number | import("csstype").Property.ColumnGap<string | number>[] | undefined;
    readonly columnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
    readonly columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("csstype").Property.ColumnRuleStyle[] | undefined;
    readonly columnRuleWidth?: string | number | import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
    readonly columnSpan?: import("csstype").Property.ColumnSpan | import("csstype").Property.ColumnSpan[] | undefined;
    readonly columnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("csstype").Property.ColumnWidth<string | number>[] | undefined;
    readonly contain?: import("csstype").Property.Contain | import("csstype").Property.Contain[] | undefined;
    readonly content?: import("csstype").Property.Content | import("csstype").Property.Content[] | undefined;
    readonly contentVisibility?: import("csstype").Property.ContentVisibility | import("csstype").Property.ContentVisibility[] | undefined;
    readonly counterIncrement?: import("csstype").Property.CounterIncrement | import("csstype").Property.CounterIncrement[] | undefined;
    readonly counterReset?: import("csstype").Property.CounterReset | import("csstype").Property.CounterReset[] | undefined;
    readonly counterSet?: import("csstype").Property.CounterSet | import("csstype").Property.CounterSet[] | undefined;
    readonly cursor?: import("csstype").Property.Cursor | import("csstype").Property.Cursor[] | undefined;
    readonly direction?: import("csstype").Property.Direction | import("csstype").Property.Direction[] | undefined;
    readonly display?: import("csstype").Property.Display | import("csstype").Property.Display[] | undefined;
    readonly emptyCells?: import("csstype").Property.EmptyCells | import("csstype").Property.EmptyCells[] | undefined;
    readonly filter?: import("csstype").Property.Filter | import("csstype").Property.Filter[] | undefined;
    readonly flexBasis?: string | number | import("csstype").Property.FlexBasis<string | number>[] | undefined;
    readonly flexDirection?: import("csstype").Property.FlexDirection | import("csstype").Property.FlexDirection[] | undefined;
    readonly flexGrow?: import("csstype").Property.FlexGrow | import("csstype").Property.FlexGrow[] | undefined;
    readonly flexShrink?: import("csstype").Property.FlexShrink | import("csstype").Property.FlexShrink[] | undefined;
    readonly flexWrap?: import("csstype").Property.FlexWrap | import("csstype").Property.FlexWrap[] | undefined;
    readonly float?: import("csstype").Property.Float | import("csstype").Property.Float[] | undefined;
    readonly fontFamily?: import("csstype").Property.FontFamily | import("csstype").Property.FontFamily[] | undefined;
    readonly fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("csstype").Property.FontFeatureSettings[] | undefined;
    readonly fontKerning?: import("csstype").Property.FontKerning | import("csstype").Property.FontKerning[] | undefined;
    readonly fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("csstype").Property.FontLanguageOverride[] | undefined;
    readonly fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | import("csstype").Property.FontOpticalSizing[] | undefined;
    readonly fontSize?: string | number | import("csstype").Property.FontSize<string | number>[] | undefined;
    readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | import("csstype").Property.FontSizeAdjust[] | undefined;
    readonly fontSmooth?: import("csstype").Property.FontSmooth<string | number> | import("csstype").Property.FontSmooth<string | number>[] | undefined;
    readonly fontStretch?: import("csstype").Property.FontStretch | import("csstype").Property.FontStretch[] | undefined;
    readonly fontStyle?: import("csstype").Property.FontStyle | import("csstype").Property.FontStyle[] | undefined;
    readonly fontSynthesis?: import("csstype").Property.FontSynthesis | import("csstype").Property.FontSynthesis[] | undefined;
    readonly fontVariant?: import("csstype").Property.FontVariant | import("csstype").Property.FontVariant[] | undefined;
    readonly fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | import("csstype").Property.FontVariantAlternates[] | undefined;
    readonly fontVariantCaps?: import("csstype").Property.FontVariantCaps | import("csstype").Property.FontVariantCaps[] | undefined;
    readonly fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | import("csstype").Property.FontVariantEastAsian[] | undefined;
    readonly fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("csstype").Property.FontVariantLigatures[] | undefined;
    readonly fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | import("csstype").Property.FontVariantNumeric[] | undefined;
    readonly fontVariantPosition?: import("csstype").Property.FontVariantPosition | import("csstype").Property.FontVariantPosition[] | undefined;
    readonly fontVariationSettings?: import("csstype").Property.FontVariationSettings | import("csstype").Property.FontVariationSettings[] | undefined;
    readonly fontWeight?: import("csstype").Property.FontWeight | import("csstype").Property.FontWeight[] | undefined;
    readonly forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | import("csstype").Property.ForcedColorAdjust[] | undefined;
    readonly gridAutoColumns?: string | number | import("csstype").Property.GridAutoColumns<string | number>[] | undefined;
    readonly gridAutoFlow?: import("csstype").Property.GridAutoFlow | import("csstype").Property.GridAutoFlow[] | undefined;
    readonly gridAutoRows?: string | number | import("csstype").Property.GridAutoRows<string | number>[] | undefined;
    readonly gridColumnEnd?: import("csstype").Property.GridColumnEnd | import("csstype").Property.GridColumnEnd[] | undefined;
    readonly gridColumnStart?: import("csstype").Property.GridColumnStart | import("csstype").Property.GridColumnStart[] | undefined;
    readonly gridRowEnd?: import("csstype").Property.GridRowEnd | import("csstype").Property.GridRowEnd[] | undefined;
    readonly gridRowStart?: import("csstype").Property.GridRowStart | import("csstype").Property.GridRowStart[] | undefined;
    readonly gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | import("csstype").Property.GridTemplateAreas[] | undefined;
    readonly gridTemplateColumns?: string | number | import("csstype").Property.GridTemplateColumns<string | number>[] | undefined;
    readonly gridTemplateRows?: string | number | import("csstype").Property.GridTemplateRows<string | number>[] | undefined;
    readonly hangingPunctuation?: import("csstype").Property.HangingPunctuation | import("csstype").Property.HangingPunctuation[] | undefined;
    readonly hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("csstype").Property.HyphenateCharacter[] | undefined;
    readonly hyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
    readonly imageOrientation?: import("csstype").Property.ImageOrientation | import("csstype").Property.ImageOrientation[] | undefined;
    readonly imageRendering?: import("csstype").Property.ImageRendering | import("csstype").Property.ImageRendering[] | undefined;
    readonly imageResolution?: import("csstype").Property.ImageResolution | import("csstype").Property.ImageResolution[] | undefined;
    readonly initialLetter?: import("csstype").Property.InitialLetter | import("csstype").Property.InitialLetter[] | undefined;
    readonly inlineSize?: string | number | import("csstype").Property.InlineSize<string | number>[] | undefined;
    readonly inputSecurity?: import("csstype").Property.InputSecurity | import("csstype").Property.InputSecurity[] | undefined;
    readonly inset?: string | number | import("csstype").Property.Inset<string | number>[] | undefined;
    readonly insetBlock?: string | number | import("csstype").Property.InsetBlock<string | number>[] | undefined;
    readonly insetBlockEnd?: string | number | import("csstype").Property.InsetBlockEnd<string | number>[] | undefined;
    readonly insetBlockStart?: string | number | import("csstype").Property.InsetBlockStart<string | number>[] | undefined;
    readonly insetInline?: string | number | import("csstype").Property.InsetInline<string | number>[] | undefined;
    readonly insetInlineEnd?: string | number | import("csstype").Property.InsetInlineEnd<string | number>[] | undefined;
    readonly insetInlineStart?: string | number | import("csstype").Property.InsetInlineStart<string | number>[] | undefined;
    readonly isolation?: import("csstype").Property.Isolation | import("csstype").Property.Isolation[] | undefined;
    readonly justifyContent?: import("csstype").Property.JustifyContent | import("csstype").Property.JustifyContent[] | undefined;
    readonly justifyItems?: import("csstype").Property.JustifyItems | import("csstype").Property.JustifyItems[] | undefined;
    readonly justifySelf?: import("csstype").Property.JustifySelf | import("csstype").Property.JustifySelf[] | undefined;
    readonly justifyTracks?: import("csstype").Property.JustifyTracks | import("csstype").Property.JustifyTracks[] | undefined;
    readonly left?: string | number | import("csstype").Property.Left<string | number>[] | undefined;
    readonly letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | import("csstype").Property.LetterSpacing<string | number>[] | undefined;
    readonly lineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
    readonly lineHeight?: string | number | import("csstype").Property.LineHeight<string | number>[] | undefined;
    readonly lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | import("csstype").Property.LineHeightStep<string | number>[] | undefined;
    readonly listStyleImage?: import("csstype").Property.ListStyleImage | import("csstype").Property.ListStyleImage[] | undefined;
    readonly listStylePosition?: import("csstype").Property.ListStylePosition | import("csstype").Property.ListStylePosition[] | undefined;
    readonly listStyleType?: import("csstype").Property.ListStyleType | import("csstype").Property.ListStyleType[] | undefined;
    readonly marginBlock?: string | number | import("csstype").Property.MarginBlock<string | number>[] | undefined;
    readonly marginBlockEnd?: string | number | import("csstype").Property.MarginBlockEnd<string | number>[] | undefined;
    readonly marginBlockStart?: string | number | import("csstype").Property.MarginBlockStart<string | number>[] | undefined;
    readonly marginBottom?: string | number | import("csstype").Property.MarginBottom<string | number>[] | undefined;
    readonly marginInline?: string | number | import("csstype").Property.MarginInline<string | number>[] | undefined;
    readonly marginInlineEnd?: string | number | import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
    readonly marginInlineStart?: string | number | import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
    readonly marginLeft?: string | number | import("csstype").Property.MarginLeft<string | number>[] | undefined;
    readonly marginRight?: string | number | import("csstype").Property.MarginRight<string | number>[] | undefined;
    readonly marginTop?: string | number | import("csstype").Property.MarginTop<string | number>[] | undefined;
    readonly maskBorderMode?: import("csstype").Property.MaskBorderMode | import("csstype").Property.MaskBorderMode[] | undefined;
    readonly maskBorderOutset?: string | number | import("csstype").Property.MaskBorderOutset<string | number>[] | undefined;
    readonly maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | import("csstype").Property.MaskBorderRepeat[] | undefined;
    readonly maskBorderSlice?: import("csstype").Property.MaskBorderSlice | import("csstype").Property.MaskBorderSlice[] | undefined;
    readonly maskBorderSource?: import("csstype").Property.MaskBorderSource | import("csstype").Property.MaskBorderSource[] | undefined;
    readonly maskBorderWidth?: string | number | import("csstype").Property.MaskBorderWidth<string | number>[] | undefined;
    readonly maskClip?: import("csstype").Property.MaskClip | import("csstype").Property.MaskClip[] | undefined;
    readonly maskComposite?: import("csstype").Property.MaskComposite | import("csstype").Property.MaskComposite[] | undefined;
    readonly maskImage?: import("csstype").Property.MaskImage | import("csstype").Property.MaskImage[] | undefined;
    readonly maskMode?: import("csstype").Property.MaskMode | import("csstype").Property.MaskMode[] | undefined;
    readonly maskOrigin?: import("csstype").Property.MaskOrigin | import("csstype").Property.MaskOrigin[] | undefined;
    readonly maskPosition?: string | number | import("csstype").Property.MaskPosition<string | number>[] | undefined;
    readonly maskRepeat?: import("csstype").Property.MaskRepeat | import("csstype").Property.MaskRepeat[] | undefined;
    readonly maskSize?: string | number | import("csstype").Property.MaskSize<string | number>[] | undefined;
    readonly maskType?: import("csstype").Property.MaskType | import("csstype").Property.MaskType[] | undefined;
    readonly mathDepth?: import("csstype").Property.MathDepth | import("csstype").Property.MathDepth[] | undefined;
    readonly mathShift?: import("csstype").Property.MathShift | import("csstype").Property.MathShift[] | undefined;
    readonly mathStyle?: import("csstype").Property.MathStyle | import("csstype").Property.MathStyle[] | undefined;
    readonly maxBlockSize?: string | number | import("csstype").Property.MaxBlockSize<string | number>[] | undefined;
    readonly maxHeight?: string | number | import("csstype").Property.MaxHeight<string | number>[] | undefined;
    readonly maxInlineSize?: string | number | import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
    readonly maxLines?: import("csstype").Property.MaxLines | import("csstype").Property.MaxLines[] | undefined;
    readonly maxWidth?: string | number | import("csstype").Property.MaxWidth<string | number>[] | undefined;
    readonly minBlockSize?: string | number | import("csstype").Property.MinBlockSize<string | number>[] | undefined;
    readonly minInlineSize?: string | number | import("csstype").Property.MinInlineSize<string | number>[] | undefined;
    readonly minWidth?: string | number | import("csstype").Property.MinWidth<string | number>[] | undefined;
    readonly mixBlendMode?: import("csstype").Property.MixBlendMode | import("csstype").Property.MixBlendMode[] | undefined;
    readonly motionDistance?: string | number | import("csstype").Property.OffsetDistance<string | number>[] | undefined;
    readonly motionPath?: import("csstype").Property.OffsetPath | import("csstype").Property.OffsetPath[] | undefined;
    readonly motionRotation?: import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[] | undefined;
    readonly objectFit?: import("csstype").Property.ObjectFit | import("csstype").Property.ObjectFit[] | undefined;
    readonly objectPosition?: string | number | import("csstype").Property.ObjectPosition<string | number>[] | undefined;
    readonly offsetAnchor?: string | number | import("csstype").Property.OffsetAnchor<string | number>[] | undefined;
    readonly offsetDistance?: string | number | import("csstype").Property.OffsetDistance<string | number>[] | undefined;
    readonly offsetPath?: import("csstype").Property.OffsetPath | import("csstype").Property.OffsetPath[] | undefined;
    readonly offsetRotate?: import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[] | undefined;
    readonly offsetRotation?: import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[] | undefined;
    readonly opacity?: import("csstype").Property.Opacity | import("csstype").Property.Opacity[] | undefined;
    readonly order?: import("csstype").Property.Order | import("csstype").Property.Order[] | undefined;
    readonly orphans?: import("csstype").Property.Orphans | import("csstype").Property.Orphans[] | undefined;
    readonly outlineColor?: import("csstype").Property.OutlineColor | import("csstype").Property.OutlineColor[] | undefined;
    readonly outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | import("csstype").Property.OutlineOffset<string | number>[] | undefined;
    readonly outlineStyle?: import("csstype").Property.OutlineStyle | import("csstype").Property.OutlineStyle[] | undefined;
    readonly outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("csstype").Property.OutlineWidth<string | number>[] | undefined;
    readonly overflowAnchor?: import("csstype").Property.OverflowAnchor | import("csstype").Property.OverflowAnchor[] | undefined;
    readonly overflowBlock?: import("csstype").Property.OverflowBlock | import("csstype").Property.OverflowBlock[] | undefined;
    readonly overflowClipBox?: import("csstype").Property.OverflowClipBox | import("csstype").Property.OverflowClipBox[] | undefined;
    readonly overflowClipMargin?: string | number | import("csstype").Property.OverflowClipMargin<string | number>[] | undefined;
    readonly overflowInline?: import("csstype").Property.OverflowInline | import("csstype").Property.OverflowInline[] | undefined;
    readonly overflowWrap?: import("csstype").Property.OverflowWrap | import("csstype").Property.OverflowWrap[] | undefined;
    readonly overflowX?: import("csstype").Property.OverflowX | import("csstype").Property.OverflowX[] | undefined;
    readonly overflowY?: import("csstype").Property.OverflowY | import("csstype").Property.OverflowY[] | undefined;
    readonly overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | import("csstype").Property.OverscrollBehaviorBlock[] | undefined;
    readonly overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | import("csstype").Property.OverscrollBehaviorInline[] | undefined;
    readonly overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | import("csstype").Property.OverscrollBehaviorX[] | undefined;
    readonly overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | import("csstype").Property.OverscrollBehaviorY[] | undefined;
    readonly paddingBlock?: string | number | import("csstype").Property.PaddingBlock<string | number>[] | undefined;
    readonly paddingBlockEnd?: string | number | import("csstype").Property.PaddingBlockEnd<string | number>[] | undefined;
    readonly paddingBlockStart?: string | number | import("csstype").Property.PaddingBlockStart<string | number>[] | undefined;
    readonly paddingInline?: string | number | import("csstype").Property.PaddingInline<string | number>[] | undefined;
    readonly paddingInlineEnd?: string | number | import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
    readonly paddingInlineStart?: string | number | import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
    readonly paddingLeft?: string | number | import("csstype").Property.PaddingLeft<string | number>[] | undefined;
    readonly paddingRight?: string | number | import("csstype").Property.PaddingRight<string | number>[] | undefined;
    readonly pageBreakAfter?: import("csstype").Property.PageBreakAfter | import("csstype").Property.PageBreakAfter[] | undefined;
    readonly pageBreakBefore?: import("csstype").Property.PageBreakBefore | import("csstype").Property.PageBreakBefore[] | undefined;
    readonly pageBreakInside?: import("csstype").Property.PageBreakInside | import("csstype").Property.PageBreakInside[] | undefined;
    readonly paintOrder?: import("csstype").Property.PaintOrder | import("csstype").Property.PaintOrder[] | undefined;
    readonly perspective?: import("csstype").Property.Perspective<string | number> | import("csstype").Property.Perspective<string | number>[] | undefined;
    readonly perspectiveOrigin?: string | number | import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
    readonly placeContent?: import("csstype").Property.PlaceContent | import("csstype").Property.PlaceContent[] | undefined;
    readonly pointerEvents?: import("csstype").Property.PointerEvents | import("csstype").Property.PointerEvents[] | undefined;
    readonly position?: import("csstype").Property.Position | import("csstype").Property.Position[] | undefined;
    readonly printColorAdjust?: import("csstype").Property.PrintColorAdjust | import("csstype").Property.PrintColorAdjust[] | undefined;
    readonly quotes?: import("csstype").Property.Quotes | import("csstype").Property.Quotes[] | undefined;
    readonly right?: string | number | import("csstype").Property.Right<string | number>[] | undefined;
    readonly rotate?: import("csstype").Property.Rotate | import("csstype").Property.Rotate[] | undefined;
    readonly rowGap?: string | number | import("csstype").Property.RowGap<string | number>[] | undefined;
    readonly rubyAlign?: import("csstype").Property.RubyAlign | import("csstype").Property.RubyAlign[] | undefined;
    readonly rubyMerge?: import("csstype").Property.RubyMerge | import("csstype").Property.RubyMerge[] | undefined;
    readonly rubyPosition?: import("csstype").Property.RubyPosition | import("csstype").Property.RubyPosition[] | undefined;
    readonly scale?: import("csstype").Property.Scale | import("csstype").Property.Scale[] | undefined;
    readonly scrollBehavior?: import("csstype").Property.ScrollBehavior | import("csstype").Property.ScrollBehavior[] | undefined;
    readonly scrollMargin?: string | number | import("csstype").Property.ScrollMargin<string | number>[] | undefined;
    readonly scrollMarginBlock?: string | number | import("csstype").Property.ScrollMarginBlock<string | number>[] | undefined;
    readonly scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | import("csstype").Property.ScrollMarginBlockEnd<string | number>[] | undefined;
    readonly scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | import("csstype").Property.ScrollMarginBlockStart<string | number>[] | undefined;
    readonly scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined;
    readonly scrollMarginInline?: string | number | import("csstype").Property.ScrollMarginInline<string | number>[] | undefined;
    readonly scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | import("csstype").Property.ScrollMarginInlineEnd<string | number>[] | undefined;
    readonly scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | import("csstype").Property.ScrollMarginInlineStart<string | number>[] | undefined;
    readonly scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined;
    readonly scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("csstype").Property.ScrollMarginRight<string | number>[] | undefined;
    readonly scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("csstype").Property.ScrollMarginTop<string | number>[] | undefined;
    readonly scrollPadding?: string | number | import("csstype").Property.ScrollPadding<string | number>[] | undefined;
    readonly scrollPaddingBlock?: string | number | import("csstype").Property.ScrollPaddingBlock<string | number>[] | undefined;
    readonly scrollPaddingBlockEnd?: string | number | import("csstype").Property.ScrollPaddingBlockEnd<string | number>[] | undefined;
    readonly scrollPaddingBlockStart?: string | number | import("csstype").Property.ScrollPaddingBlockStart<string | number>[] | undefined;
    readonly scrollPaddingBottom?: string | number | import("csstype").Property.ScrollPaddingBottom<string | number>[] | undefined;
    readonly scrollPaddingInline?: string | number | import("csstype").Property.ScrollPaddingInline<string | number>[] | undefined;
    readonly scrollPaddingInlineEnd?: string | number | import("csstype").Property.ScrollPaddingInlineEnd<string | number>[] | undefined;
    readonly scrollPaddingInlineStart?: string | number | import("csstype").Property.ScrollPaddingInlineStart<string | number>[] | undefined;
    readonly scrollPaddingLeft?: string | number | import("csstype").Property.ScrollPaddingLeft<string | number>[] | undefined;
    readonly scrollPaddingRight?: string | number | import("csstype").Property.ScrollPaddingRight<string | number>[] | undefined;
    readonly scrollPaddingTop?: string | number | import("csstype").Property.ScrollPaddingTop<string | number>[] | undefined;
    readonly scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | import("csstype").Property.ScrollSnapAlign[] | undefined;
    readonly scrollSnapMargin?: string | number | import("csstype").Property.ScrollMargin<string | number>[] | undefined;
    readonly scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined;
    readonly scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined;
    readonly scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("csstype").Property.ScrollMarginRight<string | number>[] | undefined;
    readonly scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("csstype").Property.ScrollMarginTop<string | number>[] | undefined;
    readonly scrollSnapStop?: import("csstype").Property.ScrollSnapStop | import("csstype").Property.ScrollSnapStop[] | undefined;
    readonly scrollSnapType?: import("csstype").Property.ScrollSnapType | import("csstype").Property.ScrollSnapType[] | undefined;
    readonly scrollbarColor?: import("csstype").Property.ScrollbarColor | import("csstype").Property.ScrollbarColor[] | undefined;
    readonly scrollbarGutter?: import("csstype").Property.ScrollbarGutter | import("csstype").Property.ScrollbarGutter[] | undefined;
    readonly scrollbarWidth?: import("csstype").Property.ScrollbarWidth | import("csstype").Property.ScrollbarWidth[] | undefined;
    readonly shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | import("csstype").Property.ShapeImageThreshold[] | undefined;
    readonly shapeMargin?: string | number | import("csstype").Property.ShapeMargin<string | number>[] | undefined;
    readonly shapeOutside?: import("csstype").Property.ShapeOutside | import("csstype").Property.ShapeOutside[] | undefined;
    readonly tabSize?: string | number | import("csstype").Property.TabSize<string | number>[] | undefined;
    readonly tableLayout?: import("csstype").Property.TableLayout | import("csstype").Property.TableLayout[] | undefined;
    readonly textAlign?: import("csstype").Property.TextAlign | import("csstype").Property.TextAlign[] | undefined;
    readonly textAlignLast?: import("csstype").Property.TextAlignLast | import("csstype").Property.TextAlignLast[] | undefined;
    readonly textCombineUpright?: import("csstype").Property.TextCombineUpright | import("csstype").Property.TextCombineUpright[] | undefined;
    readonly textDecorationColor?: import("csstype").Property.TextDecorationColor | import("csstype").Property.TextDecorationColor[] | undefined;
    readonly textDecorationLine?: import("csstype").Property.TextDecorationLine | import("csstype").Property.TextDecorationLine[] | undefined;
    readonly textDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("csstype").Property.TextDecorationSkip[] | undefined;
    readonly textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | import("csstype").Property.TextDecorationSkipInk[] | undefined;
    readonly textDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("csstype").Property.TextDecorationStyle[] | undefined;
    readonly textDecorationThickness?: string | number | import("csstype").Property.TextDecorationThickness<string | number>[] | undefined;
    readonly textEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("csstype").Property.TextEmphasisColor[] | undefined;
    readonly textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("csstype").Property.TextEmphasisPosition[] | undefined;
    readonly textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("csstype").Property.TextEmphasisStyle[] | undefined;
    readonly textIndent?: string | number | import("csstype").Property.TextIndent<string | number>[] | undefined;
    readonly textJustify?: import("csstype").Property.TextJustify | import("csstype").Property.TextJustify[] | undefined;
    readonly textOrientation?: import("csstype").Property.TextOrientation | import("csstype").Property.TextOrientation[] | undefined;
    readonly textOverflow?: import("csstype").Property.TextOverflow | import("csstype").Property.TextOverflow[] | undefined;
    readonly textRendering?: import("csstype").Property.TextRendering | import("csstype").Property.TextRendering[] | undefined;
    readonly textShadow?: import("csstype").Property.TextShadow | import("csstype").Property.TextShadow[] | undefined;
    readonly textSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("csstype").Property.TextSizeAdjust[] | undefined;
    readonly textTransform?: import("csstype").Property.TextTransform | import("csstype").Property.TextTransform[] | undefined;
    readonly textUnderlineOffset?: string | number | import("csstype").Property.TextUnderlineOffset<string | number>[] | undefined;
    readonly textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("csstype").Property.TextUnderlinePosition[] | undefined;
    readonly top?: string | number | import("csstype").Property.Top<string | number>[] | undefined;
    readonly touchAction?: import("csstype").Property.TouchAction | import("csstype").Property.TouchAction[] | undefined;
    readonly transform?: import("csstype").Property.Transform | import("csstype").Property.Transform[] | undefined;
    readonly transformBox?: import("csstype").Property.TransformBox | import("csstype").Property.TransformBox[] | undefined;
    readonly transformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly transformStyle?: import("csstype").Property.TransformStyle | import("csstype").Property.TransformStyle[] | undefined;
    readonly transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly transitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly translate?: string | number | import("csstype").Property.Translate<string | number>[] | undefined;
    readonly unicodeBidi?: import("csstype").Property.UnicodeBidi | import("csstype").Property.UnicodeBidi[] | undefined;
    readonly userSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
    readonly verticalAlign?: string | number | import("csstype").Property.VerticalAlign<string | number>[] | undefined;
    readonly visibility?: import("csstype").Property.Visibility | import("csstype").Property.Visibility[] | undefined;
    readonly whiteSpace?: import("csstype").Property.WhiteSpace | import("csstype").Property.WhiteSpace[] | undefined;
    readonly widows?: import("csstype").Property.Widows | import("csstype").Property.Widows[] | undefined;
    readonly width?: string | number | import("csstype").Property.Width<string | number>[] | undefined;
    readonly willChange?: import("csstype").Property.WillChange | import("csstype").Property.WillChange[] | undefined;
    readonly wordBreak?: import("csstype").Property.WordBreak | import("csstype").Property.WordBreak[] | undefined;
    readonly wordSpacing?: import("csstype").Property.WordSpacing<string | number> | import("csstype").Property.WordSpacing<string | number>[] | undefined;
    readonly wordWrap?: import("csstype").Property.WordWrap | import("csstype").Property.WordWrap[] | undefined;
    readonly writingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined;
    readonly zIndex?: import("csstype").Property.ZIndex | import("csstype").Property.ZIndex[] | undefined;
    readonly zoom?: import("csstype").Property.Zoom | import("csstype").Property.Zoom[] | undefined;
    readonly all?: import("csstype").Globals | import("csstype").Globals[] | undefined;
    readonly animation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | undefined;
    readonly background?: string | number | import("csstype").Property.Background<string | number>[] | undefined;
    readonly backgroundPosition?: string | number | import("csstype").Property.BackgroundPosition<string | number>[] | undefined;
    readonly border?: string | number | import("csstype").Property.Border<string | number>[] | undefined;
    readonly borderBlock?: string | number | import("csstype").Property.BorderBlock<string | number>[] | undefined;
    readonly borderBlockEnd?: string | number | import("csstype").Property.BorderBlockEnd<string | number>[] | undefined;
    readonly borderBlockStart?: string | number | import("csstype").Property.BorderBlockStart<string | number>[] | undefined;
    readonly borderBottom?: string | number | import("csstype").Property.BorderBottom<string | number>[] | undefined;
    readonly borderColor?: import("csstype").Property.BorderColor | import("csstype").Property.BorderColor[] | undefined;
    readonly borderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | undefined;
    readonly borderInline?: string | number | import("csstype").Property.BorderInline<string | number>[] | undefined;
    readonly borderInlineEnd?: string | number | import("csstype").Property.BorderInlineEnd<string | number>[] | undefined;
    readonly borderInlineStart?: string | number | import("csstype").Property.BorderInlineStart<string | number>[] | undefined;
    readonly borderLeft?: string | number | import("csstype").Property.BorderLeft<string | number>[] | undefined;
    readonly borderRadius?: string | number | import("csstype").Property.BorderRadius<string | number>[] | undefined;
    readonly borderRight?: string | number | import("csstype").Property.BorderRight<string | number>[] | undefined;
    readonly borderStyle?: import("csstype").Property.BorderStyle | import("csstype").Property.BorderStyle[] | undefined;
    readonly borderTop?: string | number | import("csstype").Property.BorderTop<string | number>[] | undefined;
    readonly borderWidth?: string | number | import("csstype").Property.BorderWidth<string | number>[] | undefined;
    readonly columnRule?: string | number | import("csstype").Property.ColumnRule<string | number>[] | undefined;
    readonly columns?: string | number | import("csstype").Property.Columns<string | number>[] | undefined;
    readonly flex?: string | number | import("csstype").Property.Flex<string | number>[] | undefined;
    readonly flexFlow?: import("csstype").Property.FlexFlow | import("csstype").Property.FlexFlow[] | undefined;
    readonly font?: import("csstype").Property.Font | import("csstype").Property.Font[] | undefined;
    readonly gap?: string | number | import("csstype").Property.Gap<string | number>[] | undefined;
    readonly grid?: import("csstype").Property.Grid | import("csstype").Property.Grid[] | undefined;
    readonly gridArea?: import("csstype").Property.GridArea | import("csstype").Property.GridArea[] | undefined;
    readonly gridColumn?: import("csstype").Property.GridColumn | import("csstype").Property.GridColumn[] | undefined;
    readonly gridRow?: import("csstype").Property.GridRow | import("csstype").Property.GridRow[] | undefined;
    readonly gridTemplate?: import("csstype").Property.GridTemplate | import("csstype").Property.GridTemplate[] | undefined;
    readonly lineClamp?: import("csstype").Property.LineClamp | import("csstype").Property.LineClamp[] | undefined;
    readonly listStyle?: import("csstype").Property.ListStyle | import("csstype").Property.ListStyle[] | undefined;
    readonly margin?: string | number | import("csstype").Property.Margin<string | number>[] | undefined;
    readonly mask?: string | number | import("csstype").Property.Mask<string | number>[] | undefined;
    readonly maskBorder?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | undefined;
    readonly motion?: string | number | import("csstype").Property.Offset<string | number>[] | undefined;
    readonly offset?: string | number | import("csstype").Property.Offset<string | number>[] | undefined;
    readonly outline?: string | number | import("csstype").Property.Outline<string | number>[] | undefined;
    readonly overflow?: import("csstype").Property.Overflow | import("csstype").Property.Overflow[] | undefined;
    readonly overscrollBehavior?: import("csstype").Property.OverscrollBehavior | import("csstype").Property.OverscrollBehavior[] | undefined;
    readonly padding?: string | number | import("csstype").Property.Padding<string | number>[] | undefined;
    readonly placeItems?: import("csstype").Property.PlaceItems | import("csstype").Property.PlaceItems[] | undefined;
    readonly placeSelf?: import("csstype").Property.PlaceSelf | import("csstype").Property.PlaceSelf[] | undefined;
    readonly textDecoration?: string | number | import("csstype").Property.TextDecoration<string | number>[] | undefined;
    readonly textEmphasis?: import("csstype").Property.TextEmphasis | import("csstype").Property.TextEmphasis[] | undefined;
    readonly transition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
    readonly MozAnimationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
    readonly MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
    readonly MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[] | undefined;
    readonly MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("csstype").Property.AnimationIterationCount[] | undefined;
    readonly MozAnimationName?: import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[] | undefined;
    readonly MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
    readonly MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
    readonly MozAppearance?: import("csstype").Property.MozAppearance | import("csstype").Property.MozAppearance[] | undefined;
    readonly MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("csstype").Property.BackfaceVisibility[] | undefined;
    readonly MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | import("csstype").Property.MozBorderBottomColors[] | undefined;
    readonly MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | import("csstype").Property.BorderInlineEndColor[] | undefined;
    readonly MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("csstype").Property.BorderInlineEndStyle[] | undefined;
    readonly MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("csstype").Property.BorderInlineEndWidth<string | number>[] | undefined;
    readonly MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | import("csstype").Property.MozBorderLeftColors[] | undefined;
    readonly MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | import("csstype").Property.MozBorderRightColors[] | undefined;
    readonly MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | import("csstype").Property.BorderInlineStartColor[] | undefined;
    readonly MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("csstype").Property.BorderInlineStartStyle[] | undefined;
    readonly MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | import("csstype").Property.MozBorderTopColors[] | undefined;
    readonly MozBoxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined;
    readonly MozColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | undefined;
    readonly MozColumnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
    readonly MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
    readonly MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("csstype").Property.ColumnRuleStyle[] | undefined;
    readonly MozColumnRuleWidth?: string | number | import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
    readonly MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("csstype").Property.ColumnWidth<string | number>[] | undefined;
    readonly MozContextProperties?: import("csstype").Property.MozContextProperties | import("csstype").Property.MozContextProperties[] | undefined;
    readonly MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("csstype").Property.FontFeatureSettings[] | undefined;
    readonly MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("csstype").Property.FontLanguageOverride[] | undefined;
    readonly MozHyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
    readonly MozImageRegion?: import("csstype").Property.MozImageRegion | import("csstype").Property.MozImageRegion[] | undefined;
    readonly MozMarginEnd?: string | number | import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
    readonly MozMarginStart?: string | number | import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
    readonly MozOrient?: import("csstype").Property.MozOrient | import("csstype").Property.MozOrient[] | undefined;
    readonly MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("csstype").Property.FontSmooth<string | number>[] | undefined;
    readonly MozPaddingEnd?: string | number | import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
    readonly MozPaddingStart?: string | number | import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
    readonly MozPerspective?: import("csstype").Property.Perspective<string | number> | import("csstype").Property.Perspective<string | number>[] | undefined;
    readonly MozPerspectiveOrigin?: string | number | import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
    readonly MozStackSizing?: import("csstype").Property.MozStackSizing | import("csstype").Property.MozStackSizing[] | undefined;
    readonly MozTabSize?: string | number | import("csstype").Property.TabSize<string | number>[] | undefined;
    readonly MozTextBlink?: import("csstype").Property.MozTextBlink | import("csstype").Property.MozTextBlink[] | undefined;
    readonly MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("csstype").Property.TextSizeAdjust[] | undefined;
    readonly MozTransformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly MozTransformStyle?: import("csstype").Property.TransformStyle | import("csstype").Property.TransformStyle[] | undefined;
    readonly MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly MozTransitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly MozUserFocus?: import("csstype").Property.MozUserFocus | import("csstype").Property.MozUserFocus[] | undefined;
    readonly MozUserModify?: import("csstype").Property.MozUserModify | import("csstype").Property.MozUserModify[] | undefined;
    readonly MozUserSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
    readonly MozWindowDragging?: import("csstype").Property.MozWindowDragging | import("csstype").Property.MozWindowDragging[] | undefined;
    readonly MozWindowShadow?: import("csstype").Property.MozWindowShadow | import("csstype").Property.MozWindowShadow[] | undefined;
    readonly msAccelerator?: import("csstype").Property.MsAccelerator | import("csstype").Property.MsAccelerator[] | undefined;
    readonly msBlockProgression?: import("csstype").Property.MsBlockProgression | import("csstype").Property.MsBlockProgression[] | undefined;
    readonly msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | import("csstype").Property.MsContentZoomChaining[] | undefined;
    readonly msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | import("csstype").Property.MsContentZoomLimitMax[] | undefined;
    readonly msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | import("csstype").Property.MsContentZoomLimitMin[] | undefined;
    readonly msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | import("csstype").Property.MsContentZoomSnapPoints[] | undefined;
    readonly msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | import("csstype").Property.MsContentZoomSnapType[] | undefined;
    readonly msContentZooming?: import("csstype").Property.MsContentZooming | import("csstype").Property.MsContentZooming[] | undefined;
    readonly msFilter?: import("csstype").Property.MsFilter | import("csstype").Property.MsFilter[] | undefined;
    readonly msFlexDirection?: import("csstype").Property.FlexDirection | import("csstype").Property.FlexDirection[] | undefined;
    readonly msFlexPositive?: import("csstype").Property.FlexGrow | import("csstype").Property.FlexGrow[] | undefined;
    readonly msFlowFrom?: import("csstype").Property.MsFlowFrom | import("csstype").Property.MsFlowFrom[] | undefined;
    readonly msFlowInto?: import("csstype").Property.MsFlowInto | import("csstype").Property.MsFlowInto[] | undefined;
    readonly msGridColumns?: string | number | import("csstype").Property.MsGridColumns<string | number>[] | undefined;
    readonly msGridRows?: string | number | import("csstype").Property.MsGridRows<string | number>[] | undefined;
    readonly msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | import("csstype").Property.MsHighContrastAdjust[] | undefined;
    readonly msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | import("csstype").Property.MsHyphenateLimitChars[] | undefined;
    readonly msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | import("csstype").Property.MsHyphenateLimitLines[] | undefined;
    readonly msHyphenateLimitZone?: string | number | import("csstype").Property.MsHyphenateLimitZone<string | number>[] | undefined;
    readonly msHyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
    readonly msImeAlign?: import("csstype").Property.MsImeAlign | import("csstype").Property.MsImeAlign[] | undefined;
    readonly msLineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
    readonly msOrder?: import("csstype").Property.Order | import("csstype").Property.Order[] | undefined;
    readonly msOverflowStyle?: import("csstype").Property.MsOverflowStyle | import("csstype").Property.MsOverflowStyle[] | undefined;
    readonly msOverflowX?: import("csstype").Property.OverflowX | import("csstype").Property.OverflowX[] | undefined;
    readonly msOverflowY?: import("csstype").Property.OverflowY | import("csstype").Property.OverflowY[] | undefined;
    readonly msScrollChaining?: import("csstype").Property.MsScrollChaining | import("csstype").Property.MsScrollChaining[] | undefined;
    readonly msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | import("csstype").Property.MsScrollLimitXMax<string | number>[] | undefined;
    readonly msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | import("csstype").Property.MsScrollLimitXMin<string | number>[] | undefined;
    readonly msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | import("csstype").Property.MsScrollLimitYMax<string | number>[] | undefined;
    readonly msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | import("csstype").Property.MsScrollLimitYMin<string | number>[] | undefined;
    readonly msScrollRails?: import("csstype").Property.MsScrollRails | import("csstype").Property.MsScrollRails[] | undefined;
    readonly msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | import("csstype").Property.MsScrollSnapPointsX[] | undefined;
    readonly msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | import("csstype").Property.MsScrollSnapPointsY[] | undefined;
    readonly msScrollSnapType?: import("csstype").Property.MsScrollSnapType | import("csstype").Property.MsScrollSnapType[] | undefined;
    readonly msScrollTranslation?: import("csstype").Property.MsScrollTranslation | import("csstype").Property.MsScrollTranslation[] | undefined;
    readonly msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | import("csstype").Property.MsScrollbar3dlightColor[] | undefined;
    readonly msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | import("csstype").Property.MsScrollbarArrowColor[] | undefined;
    readonly msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | import("csstype").Property.MsScrollbarBaseColor[] | undefined;
    readonly msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | import("csstype").Property.MsScrollbarDarkshadowColor[] | undefined;
    readonly msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | import("csstype").Property.MsScrollbarFaceColor[] | undefined;
    readonly msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | import("csstype").Property.MsScrollbarHighlightColor[] | undefined;
    readonly msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | import("csstype").Property.MsScrollbarShadowColor[] | undefined;
    readonly msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | import("csstype").Property.MsScrollbarTrackColor[] | undefined;
    readonly msTextAutospace?: import("csstype").Property.MsTextAutospace | import("csstype").Property.MsTextAutospace[] | undefined;
    readonly msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | import("csstype").Property.TextCombineUpright[] | undefined;
    readonly msTextOverflow?: import("csstype").Property.TextOverflow | import("csstype").Property.TextOverflow[] | undefined;
    readonly msTouchAction?: import("csstype").Property.TouchAction | import("csstype").Property.TouchAction[] | undefined;
    readonly msTouchSelect?: import("csstype").Property.MsTouchSelect | import("csstype").Property.MsTouchSelect[] | undefined;
    readonly msTransform?: import("csstype").Property.Transform | import("csstype").Property.Transform[] | undefined;
    readonly msTransformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly msTransitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly msUserSelect?: import("csstype").Property.MsUserSelect | import("csstype").Property.MsUserSelect[] | undefined;
    readonly msWordBreak?: import("csstype").Property.WordBreak | import("csstype").Property.WordBreak[] | undefined;
    readonly msWrapFlow?: import("csstype").Property.MsWrapFlow | import("csstype").Property.MsWrapFlow[] | undefined;
    readonly msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | import("csstype").Property.MsWrapMargin<string | number>[] | undefined;
    readonly msWrapThrough?: import("csstype").Property.MsWrapThrough | import("csstype").Property.MsWrapThrough[] | undefined;
    readonly msWritingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined;
    readonly WebkitAlignContent?: import("csstype").Property.AlignContent | import("csstype").Property.AlignContent[] | undefined;
    readonly WebkitAlignItems?: import("csstype").Property.AlignItems | import("csstype").Property.AlignItems[] | undefined;
    readonly WebkitAlignSelf?: import("csstype").Property.AlignSelf | import("csstype").Property.AlignSelf[] | undefined;
    readonly WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
    readonly WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
    readonly WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
    readonly WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[] | undefined;
    readonly WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("csstype").Property.AnimationIterationCount[] | undefined;
    readonly WebkitAnimationName?: import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[] | undefined;
    readonly WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
    readonly WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
    readonly WebkitAppearance?: import("csstype").Property.WebkitAppearance | import("csstype").Property.WebkitAppearance[] | undefined;
    readonly WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | import("csstype").Property.BackdropFilter[] | undefined;
    readonly WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("csstype").Property.BackfaceVisibility[] | undefined;
    readonly WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | import("csstype").Property.BackgroundClip[] | undefined;
    readonly WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("csstype").Property.BackgroundOrigin[] | undefined;
    readonly WebkitBackgroundSize?: string | number | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
    readonly WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | import("csstype").Property.WebkitBorderBeforeColor[] | undefined;
    readonly WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | import("csstype").Property.WebkitBorderBeforeStyle[] | undefined;
    readonly WebkitBorderBeforeWidth?: string | number | import("csstype").Property.WebkitBorderBeforeWidth<string | number>[] | undefined;
    readonly WebkitBorderBottomLeftRadius?: string | number | import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
    readonly WebkitBorderBottomRightRadius?: string | number | import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
    readonly WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | import("csstype").Property.BorderImageSlice[] | undefined;
    readonly WebkitBorderTopLeftRadius?: string | number | import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
    readonly WebkitBorderTopRightRadius?: string | number | import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
    readonly WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("csstype").Property.BoxDecorationBreak[] | undefined;
    readonly WebkitBoxReflect?: string | number | import("csstype").Property.WebkitBoxReflect<string | number>[] | undefined;
    readonly WebkitBoxShadow?: import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[] | undefined;
    readonly WebkitBoxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined;
    readonly WebkitClipPath?: import("csstype").Property.ClipPath | import("csstype").Property.ClipPath[] | undefined;
    readonly WebkitColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | undefined;
    readonly WebkitColumnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
    readonly WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
    readonly WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("csstype").Property.ColumnRuleStyle[] | undefined;
    readonly WebkitColumnRuleWidth?: string | number | import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
    readonly WebkitColumnSpan?: import("csstype").Property.ColumnSpan | import("csstype").Property.ColumnSpan[] | undefined;
    readonly WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("csstype").Property.ColumnWidth<string | number>[] | undefined;
    readonly WebkitFilter?: import("csstype").Property.Filter | import("csstype").Property.Filter[] | undefined;
    readonly WebkitFlexBasis?: string | number | import("csstype").Property.FlexBasis<string | number>[] | undefined;
    readonly WebkitFlexDirection?: import("csstype").Property.FlexDirection | import("csstype").Property.FlexDirection[] | undefined;
    readonly WebkitFlexGrow?: import("csstype").Property.FlexGrow | import("csstype").Property.FlexGrow[] | undefined;
    readonly WebkitFlexShrink?: import("csstype").Property.FlexShrink | import("csstype").Property.FlexShrink[] | undefined;
    readonly WebkitFlexWrap?: import("csstype").Property.FlexWrap | import("csstype").Property.FlexWrap[] | undefined;
    readonly WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("csstype").Property.FontFeatureSettings[] | undefined;
    readonly WebkitFontKerning?: import("csstype").Property.FontKerning | import("csstype").Property.FontKerning[] | undefined;
    readonly WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("csstype").Property.FontSmooth<string | number>[] | undefined;
    readonly WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("csstype").Property.FontVariantLigatures[] | undefined;
    readonly WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("csstype").Property.HyphenateCharacter[] | undefined;
    readonly WebkitHyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
    readonly WebkitInitialLetter?: import("csstype").Property.InitialLetter | import("csstype").Property.InitialLetter[] | undefined;
    readonly WebkitJustifyContent?: import("csstype").Property.JustifyContent | import("csstype").Property.JustifyContent[] | undefined;
    readonly WebkitLineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
    readonly WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | import("csstype").Property.WebkitLineClamp[] | undefined;
    readonly WebkitMarginEnd?: string | number | import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
    readonly WebkitMarginStart?: string | number | import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
    readonly WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | import("csstype").Property.WebkitMaskAttachment[] | undefined;
    readonly WebkitMaskBoxImageOutset?: string | number | import("csstype").Property.MaskBorderOutset<string | number>[] | undefined;
    readonly WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | import("csstype").Property.MaskBorderRepeat[] | undefined;
    readonly WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | import("csstype").Property.MaskBorderSlice[] | undefined;
    readonly WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | import("csstype").Property.MaskBorderSource[] | undefined;
    readonly WebkitMaskBoxImageWidth?: string | number | import("csstype").Property.MaskBorderWidth<string | number>[] | undefined;
    readonly WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | import("csstype").Property.WebkitMaskClip[] | undefined;
    readonly WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | import("csstype").Property.WebkitMaskComposite[] | undefined;
    readonly WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | import("csstype").Property.WebkitMaskImage[] | undefined;
    readonly WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | import("csstype").Property.WebkitMaskOrigin[] | undefined;
    readonly WebkitMaskPosition?: string | number | import("csstype").Property.WebkitMaskPosition<string | number>[] | undefined;
    readonly WebkitMaskPositionX?: string | number | import("csstype").Property.WebkitMaskPositionX<string | number>[] | undefined;
    readonly WebkitMaskPositionY?: string | number | import("csstype").Property.WebkitMaskPositionY<string | number>[] | undefined;
    readonly WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | import("csstype").Property.WebkitMaskRepeat[] | undefined;
    readonly WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | import("csstype").Property.WebkitMaskRepeatX[] | undefined;
    readonly WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | import("csstype").Property.WebkitMaskRepeatY[] | undefined;
    readonly WebkitMaskSize?: string | number | import("csstype").Property.WebkitMaskSize<string | number>[] | undefined;
    readonly WebkitMaxInlineSize?: string | number | import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
    readonly WebkitOrder?: import("csstype").Property.Order | import("csstype").Property.Order[] | undefined;
    readonly WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | import("csstype").Property.WebkitOverflowScrolling[] | undefined;
    readonly WebkitPaddingEnd?: string | number | import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
    readonly WebkitPaddingStart?: string | number | import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
    readonly WebkitPerspective?: import("csstype").Property.Perspective<string | number> | import("csstype").Property.Perspective<string | number>[] | undefined;
    readonly WebkitPerspectiveOrigin?: string | number | import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
    readonly WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | import("csstype").Property.PrintColorAdjust[] | undefined;
    readonly WebkitRubyPosition?: import("csstype").Property.RubyPosition | import("csstype").Property.RubyPosition[] | undefined;
    readonly WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | import("csstype").Property.ScrollSnapType[] | undefined;
    readonly WebkitShapeMargin?: string | number | import("csstype").Property.ShapeMargin<string | number>[] | undefined;
    readonly WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | import("csstype").Property.WebkitTapHighlightColor[] | undefined;
    readonly WebkitTextCombine?: import("csstype").Property.TextCombineUpright | import("csstype").Property.TextCombineUpright[] | undefined;
    readonly WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("csstype").Property.TextDecorationColor[] | undefined;
    readonly WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("csstype").Property.TextDecorationLine[] | undefined;
    readonly WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("csstype").Property.TextDecorationSkip[] | undefined;
    readonly WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("csstype").Property.TextDecorationStyle[] | undefined;
    readonly WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("csstype").Property.TextEmphasisColor[] | undefined;
    readonly WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("csstype").Property.TextEmphasisPosition[] | undefined;
    readonly WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("csstype").Property.TextEmphasisStyle[] | undefined;
    readonly WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | import("csstype").Property.WebkitTextFillColor[] | undefined;
    readonly WebkitTextOrientation?: import("csstype").Property.TextOrientation | import("csstype").Property.TextOrientation[] | undefined;
    readonly WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("csstype").Property.TextSizeAdjust[] | undefined;
    readonly WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | import("csstype").Property.WebkitTextStrokeColor[] | undefined;
    readonly WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | import("csstype").Property.WebkitTextStrokeWidth<string | number>[] | undefined;
    readonly WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("csstype").Property.TextUnderlinePosition[] | undefined;
    readonly WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | import("csstype").Property.WebkitTouchCallout[] | undefined;
    readonly WebkitTransform?: import("csstype").Property.Transform | import("csstype").Property.Transform[] | undefined;
    readonly WebkitTransformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly WebkitTransformStyle?: import("csstype").Property.TransformStyle | import("csstype").Property.TransformStyle[] | undefined;
    readonly WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly WebkitUserModify?: import("csstype").Property.WebkitUserModify | import("csstype").Property.WebkitUserModify[] | undefined;
    readonly WebkitUserSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
    readonly WebkitWritingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined;
    readonly MozAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | undefined;
    readonly MozBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | undefined;
    readonly MozColumnRule?: string | number | import("csstype").Property.ColumnRule<string | number>[] | undefined;
    readonly MozColumns?: string | number | import("csstype").Property.Columns<string | number>[] | undefined;
    readonly MozTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | import("csstype").Property.MsContentZoomLimit[] | undefined;
    readonly msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | import("csstype").Property.MsContentZoomSnap[] | undefined;
    readonly msFlex?: string | number | import("csstype").Property.Flex<string | number>[] | undefined;
    readonly msScrollLimit?: import("csstype").Property.MsScrollLimit | import("csstype").Property.MsScrollLimit[] | undefined;
    readonly msScrollSnapX?: import("csstype").Property.MsScrollSnapX | import("csstype").Property.MsScrollSnapX[] | undefined;
    readonly msScrollSnapY?: import("csstype").Property.MsScrollSnapY | import("csstype").Property.MsScrollSnapY[] | undefined;
    readonly msTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly WebkitAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | undefined;
    readonly WebkitBorderBefore?: string | number | import("csstype").Property.WebkitBorderBefore<string | number>[] | undefined;
    readonly WebkitBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | undefined;
    readonly WebkitBorderRadius?: string | number | import("csstype").Property.BorderRadius<string | number>[] | undefined;
    readonly WebkitColumnRule?: string | number | import("csstype").Property.ColumnRule<string | number>[] | undefined;
    readonly WebkitColumns?: string | number | import("csstype").Property.Columns<string | number>[] | undefined;
    readonly WebkitFlex?: string | number | import("csstype").Property.Flex<string | number>[] | undefined;
    readonly WebkitFlexFlow?: import("csstype").Property.FlexFlow | import("csstype").Property.FlexFlow[] | undefined;
    readonly WebkitMask?: string | number | import("csstype").Property.WebkitMask<string | number>[] | undefined;
    readonly WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | undefined;
    readonly WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | import("csstype").Property.TextEmphasis[] | undefined;
    readonly WebkitTextStroke?: string | number | import("csstype").Property.WebkitTextStroke<string | number>[] | undefined;
    readonly WebkitTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly azimuth?: import("csstype").Property.Azimuth | import("csstype").Property.Azimuth[] | undefined;
    readonly boxAlign?: import("csstype").Property.BoxAlign | import("csstype").Property.BoxAlign[] | undefined;
    readonly boxDirection?: import("csstype").Property.BoxDirection | import("csstype").Property.BoxDirection[] | undefined;
    readonly boxFlex?: import("csstype").Property.BoxFlex | import("csstype").Property.BoxFlex[] | undefined;
    readonly boxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("csstype").Property.BoxFlexGroup[] | undefined;
    readonly boxLines?: import("csstype").Property.BoxLines | import("csstype").Property.BoxLines[] | undefined;
    readonly boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("csstype").Property.BoxOrdinalGroup[] | undefined;
    readonly boxOrient?: import("csstype").Property.BoxOrient | import("csstype").Property.BoxOrient[] | undefined;
    readonly boxPack?: import("csstype").Property.BoxPack | import("csstype").Property.BoxPack[] | undefined;
    readonly clip?: import("csstype").Property.Clip | import("csstype").Property.Clip[] | undefined;
    readonly gridColumnGap?: string | number | import("csstype").Property.GridColumnGap<string | number>[] | undefined;
    readonly gridGap?: string | number | import("csstype").Property.GridGap<string | number>[] | undefined;
    readonly gridRowGap?: string | number | import("csstype").Property.GridRowGap<string | number>[] | undefined;
    readonly imeMode?: import("csstype").Property.ImeMode | import("csstype").Property.ImeMode[] | undefined;
    readonly offsetBlock?: string | number | import("csstype").Property.InsetBlock<string | number>[] | undefined;
    readonly offsetBlockEnd?: string | number | import("csstype").Property.InsetBlockEnd<string | number>[] | undefined;
    readonly offsetBlockStart?: string | number | import("csstype").Property.InsetBlockStart<string | number>[] | undefined;
    readonly offsetInline?: string | number | import("csstype").Property.InsetInline<string | number>[] | undefined;
    readonly offsetInlineEnd?: string | number | import("csstype").Property.InsetInlineEnd<string | number>[] | undefined;
    readonly offsetInlineStart?: string | number | import("csstype").Property.InsetInlineStart<string | number>[] | undefined;
    readonly scrollSnapCoordinate?: string | number | import("csstype").Property.ScrollSnapCoordinate<string | number>[] | undefined;
    readonly scrollSnapDestination?: string | number | import("csstype").Property.ScrollSnapDestination<string | number>[] | undefined;
    readonly scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | import("csstype").Property.ScrollSnapPointsX[] | undefined;
    readonly scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | import("csstype").Property.ScrollSnapPointsY[] | undefined;
    readonly scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | import("csstype").Property.ScrollSnapTypeX[] | undefined;
    readonly scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | import("csstype").Property.ScrollSnapTypeY[] | undefined;
    readonly KhtmlBoxAlign?: import("csstype").Property.BoxAlign | import("csstype").Property.BoxAlign[] | undefined;
    readonly KhtmlBoxDirection?: import("csstype").Property.BoxDirection | import("csstype").Property.BoxDirection[] | undefined;
    readonly KhtmlBoxFlex?: import("csstype").Property.BoxFlex | import("csstype").Property.BoxFlex[] | undefined;
    readonly KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("csstype").Property.BoxFlexGroup[] | undefined;
    readonly KhtmlBoxLines?: import("csstype").Property.BoxLines | import("csstype").Property.BoxLines[] | undefined;
    readonly KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("csstype").Property.BoxOrdinalGroup[] | undefined;
    readonly KhtmlBoxOrient?: import("csstype").Property.BoxOrient | import("csstype").Property.BoxOrient[] | undefined;
    readonly KhtmlBoxPack?: import("csstype").Property.BoxPack | import("csstype").Property.BoxPack[] | undefined;
    readonly KhtmlLineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
    readonly KhtmlOpacity?: import("csstype").Property.Opacity | import("csstype").Property.Opacity[] | undefined;
    readonly KhtmlUserSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
    readonly MozBackgroundClip?: import("csstype").Property.BackgroundClip | import("csstype").Property.BackgroundClip[] | undefined;
    readonly MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | import("csstype").Property.BoxDecorationBreak[] | undefined;
    readonly MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("csstype").Property.BackgroundOrigin[] | undefined;
    readonly MozBackgroundSize?: string | number | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
    readonly MozBinding?: import("csstype").Property.MozBinding | import("csstype").Property.MozBinding[] | undefined;
    readonly MozBorderRadius?: string | number | import("csstype").Property.BorderRadius<string | number>[] | undefined;
    readonly MozBorderRadiusBottomleft?: string | number | import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
    readonly MozBorderRadiusBottomright?: string | number | import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
    readonly MozBorderRadiusTopleft?: string | number | import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
    readonly MozBorderRadiusTopright?: string | number | import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
    readonly MozBoxAlign?: import("csstype").Property.BoxAlign | import("csstype").Property.BoxAlign[] | undefined;
    readonly MozBoxDirection?: import("csstype").Property.BoxDirection | import("csstype").Property.BoxDirection[] | undefined;
    readonly MozBoxFlex?: import("csstype").Property.BoxFlex | import("csstype").Property.BoxFlex[] | undefined;
    readonly MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("csstype").Property.BoxOrdinalGroup[] | undefined;
    readonly MozBoxOrient?: import("csstype").Property.BoxOrient | import("csstype").Property.BoxOrient[] | undefined;
    readonly MozBoxPack?: import("csstype").Property.BoxPack | import("csstype").Property.BoxPack[] | undefined;
    readonly MozBoxShadow?: import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[] | undefined;
    readonly MozFloatEdge?: import("csstype").Property.MozFloatEdge | import("csstype").Property.MozFloatEdge[] | undefined;
    readonly MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | import("csstype").Property.MozForceBrokenImageIcon[] | undefined;
    readonly MozOpacity?: import("csstype").Property.Opacity | import("csstype").Property.Opacity[] | undefined;
    readonly MozOutline?: string | number | import("csstype").Property.Outline<string | number>[] | undefined;
    readonly MozOutlineColor?: import("csstype").Property.OutlineColor | import("csstype").Property.OutlineColor[] | undefined;
    readonly MozOutlineRadius?: string | number | import("csstype").Property.MozOutlineRadius<string | number>[] | undefined;
    readonly MozOutlineRadiusBottomleft?: string | number | import("csstype").Property.MozOutlineRadiusBottomleft<string | number>[] | undefined;
    readonly MozOutlineRadiusBottomright?: string | number | import("csstype").Property.MozOutlineRadiusBottomright<string | number>[] | undefined;
    readonly MozOutlineRadiusTopleft?: string | number | import("csstype").Property.MozOutlineRadiusTopleft<string | number>[] | undefined;
    readonly MozOutlineRadiusTopright?: string | number | import("csstype").Property.MozOutlineRadiusTopright<string | number>[] | undefined;
    readonly MozOutlineStyle?: import("csstype").Property.OutlineStyle | import("csstype").Property.OutlineStyle[] | undefined;
    readonly MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("csstype").Property.OutlineWidth<string | number>[] | undefined;
    readonly MozTextAlignLast?: import("csstype").Property.TextAlignLast | import("csstype").Property.TextAlignLast[] | undefined;
    readonly MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("csstype").Property.TextDecorationColor[] | undefined;
    readonly MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("csstype").Property.TextDecorationLine[] | undefined;
    readonly MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("csstype").Property.TextDecorationStyle[] | undefined;
    readonly MozUserInput?: import("csstype").Property.MozUserInput | import("csstype").Property.MozUserInput[] | undefined;
    readonly msImeMode?: import("csstype").Property.ImeMode | import("csstype").Property.ImeMode[] | undefined;
    readonly OAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | undefined;
    readonly OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
    readonly OAnimationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
    readonly OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
    readonly OAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[] | undefined;
    readonly OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("csstype").Property.AnimationIterationCount[] | undefined;
    readonly OAnimationName?: import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[] | undefined;
    readonly OAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
    readonly OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
    readonly OBackgroundSize?: string | number | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
    readonly OBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | undefined;
    readonly OObjectFit?: import("csstype").Property.ObjectFit | import("csstype").Property.ObjectFit[] | undefined;
    readonly OObjectPosition?: string | number | import("csstype").Property.ObjectPosition<string | number>[] | undefined;
    readonly OTabSize?: string | number | import("csstype").Property.TabSize<string | number>[] | undefined;
    readonly OTextOverflow?: import("csstype").Property.TextOverflow | import("csstype").Property.TextOverflow[] | undefined;
    readonly OTransform?: import("csstype").Property.Transform | import("csstype").Property.Transform[] | undefined;
    readonly OTransformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly OTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly OTransitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly WebkitBoxAlign?: import("csstype").Property.BoxAlign | import("csstype").Property.BoxAlign[] | undefined;
    readonly WebkitBoxDirection?: import("csstype").Property.BoxDirection | import("csstype").Property.BoxDirection[] | undefined;
    readonly WebkitBoxFlex?: import("csstype").Property.BoxFlex | import("csstype").Property.BoxFlex[] | undefined;
    readonly WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("csstype").Property.BoxFlexGroup[] | undefined;
    readonly WebkitBoxLines?: import("csstype").Property.BoxLines | import("csstype").Property.BoxLines[] | undefined;
    readonly WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("csstype").Property.BoxOrdinalGroup[] | undefined;
    readonly WebkitBoxOrient?: import("csstype").Property.BoxOrient | import("csstype").Property.BoxOrient[] | undefined;
    readonly WebkitBoxPack?: import("csstype").Property.BoxPack | import("csstype").Property.BoxPack[] | undefined;
    readonly WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | import("csstype").Property.ScrollSnapPointsX[] | undefined;
    readonly WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | import("csstype").Property.ScrollSnapPointsY[] | undefined;
    readonly alignmentBaseline?: import("csstype").Property.AlignmentBaseline | import("csstype").Property.AlignmentBaseline[] | undefined;
    readonly baselineShift?: string | number | import("csstype").Property.BaselineShift<string | number>[] | undefined;
    readonly clipRule?: import("csstype").Property.ClipRule | import("csstype").Property.ClipRule[] | undefined;
    readonly colorInterpolation?: import("csstype").Property.ColorInterpolation | import("csstype").Property.ColorInterpolation[] | undefined;
    readonly colorRendering?: import("csstype").Property.ColorRendering | import("csstype").Property.ColorRendering[] | undefined;
    readonly dominantBaseline?: import("csstype").Property.DominantBaseline | import("csstype").Property.DominantBaseline[] | undefined;
    readonly fill?: import("csstype").Property.Fill | import("csstype").Property.Fill[] | undefined;
    readonly fillOpacity?: import("csstype").Property.FillOpacity | import("csstype").Property.FillOpacity[] | undefined;
    readonly fillRule?: import("csstype").Property.FillRule | import("csstype").Property.FillRule[] | undefined;
    readonly floodColor?: import("csstype").Property.FloodColor | import("csstype").Property.FloodColor[] | undefined;
    readonly floodOpacity?: import("csstype").Property.FloodOpacity | import("csstype").Property.FloodOpacity[] | undefined;
    readonly glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | import("csstype").Property.GlyphOrientationVertical[] | undefined;
    readonly lightingColor?: import("csstype").Property.LightingColor | import("csstype").Property.LightingColor[] | undefined;
    readonly marker?: import("csstype").Property.Marker | import("csstype").Property.Marker[] | undefined;
    readonly markerEnd?: import("csstype").Property.MarkerEnd | import("csstype").Property.MarkerEnd[] | undefined;
    readonly markerMid?: import("csstype").Property.MarkerMid | import("csstype").Property.MarkerMid[] | undefined;
    readonly markerStart?: import("csstype").Property.MarkerStart | import("csstype").Property.MarkerStart[] | undefined;
    readonly shapeRendering?: import("csstype").Property.ShapeRendering | import("csstype").Property.ShapeRendering[] | undefined;
    readonly stopColor?: import("csstype").Property.StopColor | import("csstype").Property.StopColor[] | undefined;
    readonly stopOpacity?: import("csstype").Property.StopOpacity | import("csstype").Property.StopOpacity[] | undefined;
    readonly stroke?: import("csstype").Property.Stroke | import("csstype").Property.Stroke[] | undefined;
    readonly strokeDasharray?: string | number | import("csstype").Property.StrokeDasharray<string | number>[] | undefined;
    readonly strokeDashoffset?: string | number | import("csstype").Property.StrokeDashoffset<string | number>[] | undefined;
    readonly strokeLinecap?: import("csstype").Property.StrokeLinecap | import("csstype").Property.StrokeLinecap[] | undefined;
    readonly strokeLinejoin?: import("csstype").Property.StrokeLinejoin | import("csstype").Property.StrokeLinejoin[] | undefined;
    readonly strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | import("csstype").Property.StrokeMiterlimit[] | undefined;
    readonly strokeOpacity?: import("csstype").Property.StrokeOpacity | import("csstype").Property.StrokeOpacity[] | undefined;
    readonly strokeWidth?: string | number | import("csstype").Property.StrokeWidth<string | number>[] | undefined;
    readonly textAnchor?: import("csstype").Property.TextAnchor | import("csstype").Property.TextAnchor[] | undefined;
    readonly vectorEffect?: import("csstype").Property.VectorEffect | import("csstype").Property.VectorEffect[] | undefined;
    readonly ":-moz-any()"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-dir"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-webkit-any()"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::cue"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::cue-region"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::part"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::slotted"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":dir"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":has"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":host"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":host-context"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":is"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":lang"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":matches()"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":not"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-last-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-last-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":where"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-khtml-any-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-any-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-focusring"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-full-screen"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-read-only"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-read-write"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-ui-invalid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-ui-valid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-ms-fullscreen"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-ms-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-webkit-any-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-webkit-full-screen"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-progress-bar"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-range-progress"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-range-thumb"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-range-track"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-selection"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-backdrop"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-browse"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-check"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-clear"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-expand"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-fill"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-fill-lower"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-fill-upper"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-reveal"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-thumb"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-ticks-after"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-ticks-before"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-tooltip"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-track"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-value"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-backdrop"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-progress-bar"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-progress-inner-value"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-progress-value"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-slider-runnable-track"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-slider-thumb"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::after"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::backdrop"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::before"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::first-letter"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::first-line"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::grammar-error"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::marker"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::selection"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::spelling-error"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::target-text"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":active"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":after"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":any-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":before"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":blank"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":checked"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":current"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":default"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":defined"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":disabled"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":empty"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first-letter"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first-line"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":focus-visible"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":focus-within"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":fullscreen"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":future"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":hover"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":in-range"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":indeterminate"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":invalid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":last-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":last-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":left"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":local-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-col"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-last-col"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":only-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":only-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":optional"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":out-of-range"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":past"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":paused"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":picture-in-picture"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":placeholder-shown"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":playing"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":read-only"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":read-write"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":required"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":right"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":root"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":scope"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":target"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":target-within"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":user-invalid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":user-valid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":valid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":visited"?: import("@emotion/serialize").CSSObject | undefined;
} | {
    readonly height: "auto";
    readonly minHeight: number;
    readonly paddingTop: number;
    readonly paddingBottom: number;
    readonly resize: "vertical";
    readonly ':enabled': {
        readonly ':focus + [data-focus-indicator]': {
            readonly boxShadow: string;
            readonly outline: string;
            readonly outlineOffset: string;
            readonly borderColor: string;
        } | {
            readonly outline: string;
            readonly outlineOffset: string;
            readonly borderColor: string;
        };
    };
    readonly ':focus': {
        readonly outline: "none";
    };
    readonly '&[aria-invalid=true]': {
        readonly color: string;
    };
    readonly whiteSpace: "nowrap";
    readonly accentColor?: import("csstype").Property.AccentColor | import("csstype").Property.AccentColor[] | undefined;
    readonly alignContent?: import("csstype").Property.AlignContent | import("csstype").Property.AlignContent[] | undefined;
    readonly alignItems?: import("csstype").Property.AlignItems | import("csstype").Property.AlignItems[] | undefined;
    readonly alignSelf?: import("csstype").Property.AlignSelf | import("csstype").Property.AlignSelf[] | undefined;
    readonly alignTracks?: import("csstype").Property.AlignTracks | import("csstype").Property.AlignTracks[] | undefined;
    readonly animationComposition?: import("csstype").Property.AnimationComposition | import("csstype").Property.AnimationComposition[] | undefined;
    readonly animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
    readonly animationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
    readonly animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
    readonly animationFillMode?: import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[] | undefined;
    readonly animationIterationCount?: import("csstype").Property.AnimationIterationCount | import("csstype").Property.AnimationIterationCount[] | undefined;
    readonly animationName?: import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[] | undefined;
    readonly animationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
    readonly animationTimeline?: import("csstype").Property.AnimationTimeline | import("csstype").Property.AnimationTimeline[] | undefined;
    readonly animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
    readonly appearance?: import("csstype").Property.Appearance | import("csstype").Property.Appearance[] | undefined;
    readonly aspectRatio?: import("csstype").Property.AspectRatio | import("csstype").Property.AspectRatio[] | undefined;
    readonly backdropFilter?: import("csstype").Property.BackdropFilter | import("csstype").Property.BackdropFilter[] | undefined;
    readonly backfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("csstype").Property.BackfaceVisibility[] | undefined;
    readonly backgroundAttachment?: import("csstype").Property.BackgroundAttachment | import("csstype").Property.BackgroundAttachment[] | undefined;
    readonly backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | import("csstype").Property.BackgroundBlendMode[] | undefined;
    readonly backgroundClip?: import("csstype").Property.BackgroundClip | import("csstype").Property.BackgroundClip[] | undefined;
    readonly backgroundColor?: import("csstype").Property.BackgroundColor | import("csstype").Property.BackgroundColor[] | undefined;
    readonly backgroundImage?: import("csstype").Property.BackgroundImage | import("csstype").Property.BackgroundImage[] | undefined;
    readonly backgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("csstype").Property.BackgroundOrigin[] | undefined;
    readonly backgroundPositionX?: string | number | import("csstype").Property.BackgroundPositionX<string | number>[] | undefined;
    readonly backgroundPositionY?: string | number | import("csstype").Property.BackgroundPositionY<string | number>[] | undefined;
    readonly backgroundRepeat?: import("csstype").Property.BackgroundRepeat | import("csstype").Property.BackgroundRepeat[] | undefined;
    readonly backgroundSize?: string | number | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
    readonly blockOverflow?: import("csstype").Property.BlockOverflow | import("csstype").Property.BlockOverflow[] | undefined;
    readonly blockSize?: string | number | import("csstype").Property.BlockSize<string | number>[] | undefined;
    readonly borderBlockColor?: import("csstype").Property.BorderBlockColor | import("csstype").Property.BorderBlockColor[] | undefined;
    readonly borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | import("csstype").Property.BorderBlockEndColor[] | undefined;
    readonly borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | import("csstype").Property.BorderBlockEndStyle[] | undefined;
    readonly borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | import("csstype").Property.BorderBlockEndWidth<string | number>[] | undefined;
    readonly borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | import("csstype").Property.BorderBlockStartColor[] | undefined;
    readonly borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | import("csstype").Property.BorderBlockStartStyle[] | undefined;
    readonly borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | import("csstype").Property.BorderBlockStartWidth<string | number>[] | undefined;
    readonly borderBlockStyle?: import("csstype").Property.BorderBlockStyle | import("csstype").Property.BorderBlockStyle[] | undefined;
    readonly borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | import("csstype").Property.BorderBlockWidth<string | number>[] | undefined;
    readonly borderBottomColor?: import("csstype").Property.BorderBottomColor | import("csstype").Property.BorderBottomColor[] | undefined;
    readonly borderBottomLeftRadius?: string | number | import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
    readonly borderBottomRightRadius?: string | number | import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
    readonly borderBottomStyle?: import("csstype").Property.BorderBottomStyle | import("csstype").Property.BorderBottomStyle[] | undefined;
    readonly borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | import("csstype").Property.BorderBottomWidth<string | number>[] | undefined;
    readonly borderCollapse?: import("csstype").Property.BorderCollapse | import("csstype").Property.BorderCollapse[] | undefined;
    readonly borderEndEndRadius?: string | number | import("csstype").Property.BorderEndEndRadius<string | number>[] | undefined;
    readonly borderEndStartRadius?: string | number | import("csstype").Property.BorderEndStartRadius<string | number>[] | undefined;
    readonly borderImageOutset?: string | number | import("csstype").Property.BorderImageOutset<string | number>[] | undefined;
    readonly borderImageRepeat?: import("csstype").Property.BorderImageRepeat | import("csstype").Property.BorderImageRepeat[] | undefined;
    readonly borderImageSlice?: import("csstype").Property.BorderImageSlice | import("csstype").Property.BorderImageSlice[] | undefined;
    readonly borderImageSource?: import("csstype").Property.BorderImageSource | import("csstype").Property.BorderImageSource[] | undefined;
    readonly borderImageWidth?: string | number | import("csstype").Property.BorderImageWidth<string | number>[] | undefined;
    readonly borderInlineColor?: import("csstype").Property.BorderInlineColor | import("csstype").Property.BorderInlineColor[] | undefined;
    readonly borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | import("csstype").Property.BorderInlineEndColor[] | undefined;
    readonly borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("csstype").Property.BorderInlineEndStyle[] | undefined;
    readonly borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("csstype").Property.BorderInlineEndWidth<string | number>[] | undefined;
    readonly borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | import("csstype").Property.BorderInlineStartColor[] | undefined;
    readonly borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("csstype").Property.BorderInlineStartStyle[] | undefined;
    readonly borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | import("csstype").Property.BorderInlineStartWidth<string | number>[] | undefined;
    readonly borderInlineStyle?: import("csstype").Property.BorderInlineStyle | import("csstype").Property.BorderInlineStyle[] | undefined;
    readonly borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | import("csstype").Property.BorderInlineWidth<string | number>[] | undefined;
    readonly borderLeftColor?: import("csstype").Property.BorderLeftColor | import("csstype").Property.BorderLeftColor[] | undefined;
    readonly borderLeftStyle?: import("csstype").Property.BorderLeftStyle | import("csstype").Property.BorderLeftStyle[] | undefined;
    readonly borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | import("csstype").Property.BorderLeftWidth<string | number>[] | undefined;
    readonly borderRightColor?: import("csstype").Property.BorderRightColor | import("csstype").Property.BorderRightColor[] | undefined;
    readonly borderRightStyle?: import("csstype").Property.BorderRightStyle | import("csstype").Property.BorderRightStyle[] | undefined;
    readonly borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | import("csstype").Property.BorderRightWidth<string | number>[] | undefined;
    readonly borderSpacing?: string | number | import("csstype").Property.BorderSpacing<string | number>[] | undefined;
    readonly borderStartEndRadius?: string | number | import("csstype").Property.BorderStartEndRadius<string | number>[] | undefined;
    readonly borderStartStartRadius?: string | number | import("csstype").Property.BorderStartStartRadius<string | number>[] | undefined;
    readonly borderTopColor?: import("csstype").Property.BorderTopColor | import("csstype").Property.BorderTopColor[] | undefined;
    readonly borderTopLeftRadius?: string | number | import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
    readonly borderTopRightRadius?: string | number | import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
    readonly borderTopStyle?: import("csstype").Property.BorderTopStyle | import("csstype").Property.BorderTopStyle[] | undefined;
    readonly borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | import("csstype").Property.BorderTopWidth<string | number>[] | undefined;
    readonly bottom?: string | number | import("csstype").Property.Bottom<string | number>[] | undefined;
    readonly boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("csstype").Property.BoxDecorationBreak[] | undefined;
    readonly boxShadow?: import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[] | undefined;
    readonly boxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined;
    readonly breakAfter?: import("csstype").Property.BreakAfter | import("csstype").Property.BreakAfter[] | undefined;
    readonly breakBefore?: import("csstype").Property.BreakBefore | import("csstype").Property.BreakBefore[] | undefined;
    readonly breakInside?: import("csstype").Property.BreakInside | import("csstype").Property.BreakInside[] | undefined;
    readonly captionSide?: import("csstype").Property.CaptionSide | import("csstype").Property.CaptionSide[] | undefined;
    readonly caretColor?: import("csstype").Property.CaretColor | import("csstype").Property.CaretColor[] | undefined;
    readonly clear?: import("csstype").Property.Clear | import("csstype").Property.Clear[] | undefined;
    readonly clipPath?: import("csstype").Property.ClipPath | import("csstype").Property.ClipPath[] | undefined;
    readonly color?: import("csstype").Property.Color | import("csstype").Property.Color[] | undefined;
    readonly colorAdjust?: import("csstype").Property.PrintColorAdjust | import("csstype").Property.PrintColorAdjust[] | undefined;
    readonly colorScheme?: import("csstype").Property.ColorScheme | import("csstype").Property.ColorScheme[] | undefined;
    readonly columnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | undefined;
    readonly columnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
    readonly columnGap?: string | number | import("csstype").Property.ColumnGap<string | number>[] | undefined;
    readonly columnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
    readonly columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("csstype").Property.ColumnRuleStyle[] | undefined;
    readonly columnRuleWidth?: string | number | import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
    readonly columnSpan?: import("csstype").Property.ColumnSpan | import("csstype").Property.ColumnSpan[] | undefined;
    readonly columnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("csstype").Property.ColumnWidth<string | number>[] | undefined;
    readonly contain?: import("csstype").Property.Contain | import("csstype").Property.Contain[] | undefined;
    readonly content?: import("csstype").Property.Content | import("csstype").Property.Content[] | undefined;
    readonly contentVisibility?: import("csstype").Property.ContentVisibility | import("csstype").Property.ContentVisibility[] | undefined;
    readonly counterIncrement?: import("csstype").Property.CounterIncrement | import("csstype").Property.CounterIncrement[] | undefined;
    readonly counterReset?: import("csstype").Property.CounterReset | import("csstype").Property.CounterReset[] | undefined;
    readonly counterSet?: import("csstype").Property.CounterSet | import("csstype").Property.CounterSet[] | undefined;
    readonly cursor?: import("csstype").Property.Cursor | import("csstype").Property.Cursor[] | undefined;
    readonly direction?: import("csstype").Property.Direction | import("csstype").Property.Direction[] | undefined;
    readonly display?: import("csstype").Property.Display | import("csstype").Property.Display[] | undefined;
    readonly emptyCells?: import("csstype").Property.EmptyCells | import("csstype").Property.EmptyCells[] | undefined;
    readonly filter?: import("csstype").Property.Filter | import("csstype").Property.Filter[] | undefined;
    readonly flexBasis?: string | number | import("csstype").Property.FlexBasis<string | number>[] | undefined;
    readonly flexDirection?: import("csstype").Property.FlexDirection | import("csstype").Property.FlexDirection[] | undefined;
    readonly flexGrow?: import("csstype").Property.FlexGrow | import("csstype").Property.FlexGrow[] | undefined;
    readonly flexShrink?: import("csstype").Property.FlexShrink | import("csstype").Property.FlexShrink[] | undefined;
    readonly flexWrap?: import("csstype").Property.FlexWrap | import("csstype").Property.FlexWrap[] | undefined;
    readonly float?: import("csstype").Property.Float | import("csstype").Property.Float[] | undefined;
    readonly fontFamily?: import("csstype").Property.FontFamily | import("csstype").Property.FontFamily[] | undefined;
    readonly fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("csstype").Property.FontFeatureSettings[] | undefined;
    readonly fontKerning?: import("csstype").Property.FontKerning | import("csstype").Property.FontKerning[] | undefined;
    readonly fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("csstype").Property.FontLanguageOverride[] | undefined;
    readonly fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | import("csstype").Property.FontOpticalSizing[] | undefined;
    readonly fontSize?: string | number | import("csstype").Property.FontSize<string | number>[] | undefined;
    readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | import("csstype").Property.FontSizeAdjust[] | undefined;
    readonly fontSmooth?: import("csstype").Property.FontSmooth<string | number> | import("csstype").Property.FontSmooth<string | number>[] | undefined;
    readonly fontStretch?: import("csstype").Property.FontStretch | import("csstype").Property.FontStretch[] | undefined;
    readonly fontStyle?: import("csstype").Property.FontStyle | import("csstype").Property.FontStyle[] | undefined;
    readonly fontSynthesis?: import("csstype").Property.FontSynthesis | import("csstype").Property.FontSynthesis[] | undefined;
    readonly fontVariant?: import("csstype").Property.FontVariant | import("csstype").Property.FontVariant[] | undefined;
    readonly fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | import("csstype").Property.FontVariantAlternates[] | undefined;
    readonly fontVariantCaps?: import("csstype").Property.FontVariantCaps | import("csstype").Property.FontVariantCaps[] | undefined;
    readonly fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | import("csstype").Property.FontVariantEastAsian[] | undefined;
    readonly fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("csstype").Property.FontVariantLigatures[] | undefined;
    readonly fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | import("csstype").Property.FontVariantNumeric[] | undefined;
    readonly fontVariantPosition?: import("csstype").Property.FontVariantPosition | import("csstype").Property.FontVariantPosition[] | undefined;
    readonly fontVariationSettings?: import("csstype").Property.FontVariationSettings | import("csstype").Property.FontVariationSettings[] | undefined;
    readonly fontWeight?: import("csstype").Property.FontWeight | import("csstype").Property.FontWeight[] | undefined;
    readonly forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | import("csstype").Property.ForcedColorAdjust[] | undefined;
    readonly gridAutoColumns?: string | number | import("csstype").Property.GridAutoColumns<string | number>[] | undefined;
    readonly gridAutoFlow?: import("csstype").Property.GridAutoFlow | import("csstype").Property.GridAutoFlow[] | undefined;
    readonly gridAutoRows?: string | number | import("csstype").Property.GridAutoRows<string | number>[] | undefined;
    readonly gridColumnEnd?: import("csstype").Property.GridColumnEnd | import("csstype").Property.GridColumnEnd[] | undefined;
    readonly gridColumnStart?: import("csstype").Property.GridColumnStart | import("csstype").Property.GridColumnStart[] | undefined;
    readonly gridRowEnd?: import("csstype").Property.GridRowEnd | import("csstype").Property.GridRowEnd[] | undefined;
    readonly gridRowStart?: import("csstype").Property.GridRowStart | import("csstype").Property.GridRowStart[] | undefined;
    readonly gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | import("csstype").Property.GridTemplateAreas[] | undefined;
    readonly gridTemplateColumns?: string | number | import("csstype").Property.GridTemplateColumns<string | number>[] | undefined;
    readonly gridTemplateRows?: string | number | import("csstype").Property.GridTemplateRows<string | number>[] | undefined;
    readonly hangingPunctuation?: import("csstype").Property.HangingPunctuation | import("csstype").Property.HangingPunctuation[] | undefined;
    readonly hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("csstype").Property.HyphenateCharacter[] | undefined;
    readonly hyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
    readonly imageOrientation?: import("csstype").Property.ImageOrientation | import("csstype").Property.ImageOrientation[] | undefined;
    readonly imageRendering?: import("csstype").Property.ImageRendering | import("csstype").Property.ImageRendering[] | undefined;
    readonly imageResolution?: import("csstype").Property.ImageResolution | import("csstype").Property.ImageResolution[] | undefined;
    readonly initialLetter?: import("csstype").Property.InitialLetter | import("csstype").Property.InitialLetter[] | undefined;
    readonly inlineSize?: string | number | import("csstype").Property.InlineSize<string | number>[] | undefined;
    readonly inputSecurity?: import("csstype").Property.InputSecurity | import("csstype").Property.InputSecurity[] | undefined;
    readonly inset?: string | number | import("csstype").Property.Inset<string | number>[] | undefined;
    readonly insetBlock?: string | number | import("csstype").Property.InsetBlock<string | number>[] | undefined;
    readonly insetBlockEnd?: string | number | import("csstype").Property.InsetBlockEnd<string | number>[] | undefined;
    readonly insetBlockStart?: string | number | import("csstype").Property.InsetBlockStart<string | number>[] | undefined;
    readonly insetInline?: string | number | import("csstype").Property.InsetInline<string | number>[] | undefined;
    readonly insetInlineEnd?: string | number | import("csstype").Property.InsetInlineEnd<string | number>[] | undefined;
    readonly insetInlineStart?: string | number | import("csstype").Property.InsetInlineStart<string | number>[] | undefined;
    readonly isolation?: import("csstype").Property.Isolation | import("csstype").Property.Isolation[] | undefined;
    readonly justifyContent?: import("csstype").Property.JustifyContent | import("csstype").Property.JustifyContent[] | undefined;
    readonly justifyItems?: import("csstype").Property.JustifyItems | import("csstype").Property.JustifyItems[] | undefined;
    readonly justifySelf?: import("csstype").Property.JustifySelf | import("csstype").Property.JustifySelf[] | undefined;
    readonly justifyTracks?: import("csstype").Property.JustifyTracks | import("csstype").Property.JustifyTracks[] | undefined;
    readonly left?: string | number | import("csstype").Property.Left<string | number>[] | undefined;
    readonly letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | import("csstype").Property.LetterSpacing<string | number>[] | undefined;
    readonly lineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
    readonly lineHeight?: string | number | import("csstype").Property.LineHeight<string | number>[] | undefined;
    readonly lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | import("csstype").Property.LineHeightStep<string | number>[] | undefined;
    readonly listStyleImage?: import("csstype").Property.ListStyleImage | import("csstype").Property.ListStyleImage[] | undefined;
    readonly listStylePosition?: import("csstype").Property.ListStylePosition | import("csstype").Property.ListStylePosition[] | undefined;
    readonly listStyleType?: import("csstype").Property.ListStyleType | import("csstype").Property.ListStyleType[] | undefined;
    readonly marginBlock?: string | number | import("csstype").Property.MarginBlock<string | number>[] | undefined;
    readonly marginBlockEnd?: string | number | import("csstype").Property.MarginBlockEnd<string | number>[] | undefined;
    readonly marginBlockStart?: string | number | import("csstype").Property.MarginBlockStart<string | number>[] | undefined;
    readonly marginBottom?: string | number | import("csstype").Property.MarginBottom<string | number>[] | undefined;
    readonly marginInline?: string | number | import("csstype").Property.MarginInline<string | number>[] | undefined;
    readonly marginInlineEnd?: string | number | import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
    readonly marginInlineStart?: string | number | import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
    readonly marginLeft?: string | number | import("csstype").Property.MarginLeft<string | number>[] | undefined;
    readonly marginRight?: string | number | import("csstype").Property.MarginRight<string | number>[] | undefined;
    readonly marginTop?: string | number | import("csstype").Property.MarginTop<string | number>[] | undefined;
    readonly maskBorderMode?: import("csstype").Property.MaskBorderMode | import("csstype").Property.MaskBorderMode[] | undefined;
    readonly maskBorderOutset?: string | number | import("csstype").Property.MaskBorderOutset<string | number>[] | undefined;
    readonly maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | import("csstype").Property.MaskBorderRepeat[] | undefined;
    readonly maskBorderSlice?: import("csstype").Property.MaskBorderSlice | import("csstype").Property.MaskBorderSlice[] | undefined;
    readonly maskBorderSource?: import("csstype").Property.MaskBorderSource | import("csstype").Property.MaskBorderSource[] | undefined;
    readonly maskBorderWidth?: string | number | import("csstype").Property.MaskBorderWidth<string | number>[] | undefined;
    readonly maskClip?: import("csstype").Property.MaskClip | import("csstype").Property.MaskClip[] | undefined;
    readonly maskComposite?: import("csstype").Property.MaskComposite | import("csstype").Property.MaskComposite[] | undefined;
    readonly maskImage?: import("csstype").Property.MaskImage | import("csstype").Property.MaskImage[] | undefined;
    readonly maskMode?: import("csstype").Property.MaskMode | import("csstype").Property.MaskMode[] | undefined;
    readonly maskOrigin?: import("csstype").Property.MaskOrigin | import("csstype").Property.MaskOrigin[] | undefined;
    readonly maskPosition?: string | number | import("csstype").Property.MaskPosition<string | number>[] | undefined;
    readonly maskRepeat?: import("csstype").Property.MaskRepeat | import("csstype").Property.MaskRepeat[] | undefined;
    readonly maskSize?: string | number | import("csstype").Property.MaskSize<string | number>[] | undefined;
    readonly maskType?: import("csstype").Property.MaskType | import("csstype").Property.MaskType[] | undefined;
    readonly mathDepth?: import("csstype").Property.MathDepth | import("csstype").Property.MathDepth[] | undefined;
    readonly mathShift?: import("csstype").Property.MathShift | import("csstype").Property.MathShift[] | undefined;
    readonly mathStyle?: import("csstype").Property.MathStyle | import("csstype").Property.MathStyle[] | undefined;
    readonly maxBlockSize?: string | number | import("csstype").Property.MaxBlockSize<string | number>[] | undefined;
    readonly maxHeight?: string | number | import("csstype").Property.MaxHeight<string | number>[] | undefined;
    readonly maxInlineSize?: string | number | import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
    readonly maxLines?: import("csstype").Property.MaxLines | import("csstype").Property.MaxLines[] | undefined;
    readonly maxWidth?: string | number | import("csstype").Property.MaxWidth<string | number>[] | undefined;
    readonly minBlockSize?: string | number | import("csstype").Property.MinBlockSize<string | number>[] | undefined;
    readonly minInlineSize?: string | number | import("csstype").Property.MinInlineSize<string | number>[] | undefined;
    readonly minWidth?: string | number | import("csstype").Property.MinWidth<string | number>[] | undefined;
    readonly mixBlendMode?: import("csstype").Property.MixBlendMode | import("csstype").Property.MixBlendMode[] | undefined;
    readonly motionDistance?: string | number | import("csstype").Property.OffsetDistance<string | number>[] | undefined;
    readonly motionPath?: import("csstype").Property.OffsetPath | import("csstype").Property.OffsetPath[] | undefined;
    readonly motionRotation?: import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[] | undefined;
    readonly objectFit?: import("csstype").Property.ObjectFit | import("csstype").Property.ObjectFit[] | undefined;
    readonly objectPosition?: string | number | import("csstype").Property.ObjectPosition<string | number>[] | undefined;
    readonly offsetAnchor?: string | number | import("csstype").Property.OffsetAnchor<string | number>[] | undefined;
    readonly offsetDistance?: string | number | import("csstype").Property.OffsetDistance<string | number>[] | undefined;
    readonly offsetPath?: import("csstype").Property.OffsetPath | import("csstype").Property.OffsetPath[] | undefined;
    readonly offsetRotate?: import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[] | undefined;
    readonly offsetRotation?: import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[] | undefined;
    readonly opacity?: import("csstype").Property.Opacity | import("csstype").Property.Opacity[] | undefined;
    readonly order?: import("csstype").Property.Order | import("csstype").Property.Order[] | undefined;
    readonly orphans?: import("csstype").Property.Orphans | import("csstype").Property.Orphans[] | undefined;
    readonly outlineColor?: import("csstype").Property.OutlineColor | import("csstype").Property.OutlineColor[] | undefined;
    readonly outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | import("csstype").Property.OutlineOffset<string | number>[] | undefined;
    readonly outlineStyle?: import("csstype").Property.OutlineStyle | import("csstype").Property.OutlineStyle[] | undefined;
    readonly outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("csstype").Property.OutlineWidth<string | number>[] | undefined;
    readonly overflowAnchor?: import("csstype").Property.OverflowAnchor | import("csstype").Property.OverflowAnchor[] | undefined;
    readonly overflowBlock?: import("csstype").Property.OverflowBlock | import("csstype").Property.OverflowBlock[] | undefined;
    readonly overflowClipBox?: import("csstype").Property.OverflowClipBox | import("csstype").Property.OverflowClipBox[] | undefined;
    readonly overflowClipMargin?: string | number | import("csstype").Property.OverflowClipMargin<string | number>[] | undefined;
    readonly overflowInline?: import("csstype").Property.OverflowInline | import("csstype").Property.OverflowInline[] | undefined;
    readonly overflowWrap?: import("csstype").Property.OverflowWrap | import("csstype").Property.OverflowWrap[] | undefined;
    readonly overflowX?: import("csstype").Property.OverflowX | import("csstype").Property.OverflowX[] | undefined;
    readonly overflowY?: import("csstype").Property.OverflowY | import("csstype").Property.OverflowY[] | undefined;
    readonly overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | import("csstype").Property.OverscrollBehaviorBlock[] | undefined;
    readonly overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | import("csstype").Property.OverscrollBehaviorInline[] | undefined;
    readonly overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | import("csstype").Property.OverscrollBehaviorX[] | undefined;
    readonly overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | import("csstype").Property.OverscrollBehaviorY[] | undefined;
    readonly paddingBlock?: string | number | import("csstype").Property.PaddingBlock<string | number>[] | undefined;
    readonly paddingBlockEnd?: string | number | import("csstype").Property.PaddingBlockEnd<string | number>[] | undefined;
    readonly paddingBlockStart?: string | number | import("csstype").Property.PaddingBlockStart<string | number>[] | undefined;
    readonly paddingInline?: string | number | import("csstype").Property.PaddingInline<string | number>[] | undefined;
    readonly paddingInlineEnd?: string | number | import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
    readonly paddingInlineStart?: string | number | import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
    readonly paddingLeft?: string | number | import("csstype").Property.PaddingLeft<string | number>[] | undefined;
    readonly paddingRight?: string | number | import("csstype").Property.PaddingRight<string | number>[] | undefined;
    readonly pageBreakAfter?: import("csstype").Property.PageBreakAfter | import("csstype").Property.PageBreakAfter[] | undefined;
    readonly pageBreakBefore?: import("csstype").Property.PageBreakBefore | import("csstype").Property.PageBreakBefore[] | undefined;
    readonly pageBreakInside?: import("csstype").Property.PageBreakInside | import("csstype").Property.PageBreakInside[] | undefined;
    readonly paintOrder?: import("csstype").Property.PaintOrder | import("csstype").Property.PaintOrder[] | undefined;
    readonly perspective?: import("csstype").Property.Perspective<string | number> | import("csstype").Property.Perspective<string | number>[] | undefined;
    readonly perspectiveOrigin?: string | number | import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
    readonly placeContent?: import("csstype").Property.PlaceContent | import("csstype").Property.PlaceContent[] | undefined;
    readonly pointerEvents?: import("csstype").Property.PointerEvents | import("csstype").Property.PointerEvents[] | undefined;
    readonly position?: import("csstype").Property.Position | import("csstype").Property.Position[] | undefined;
    readonly printColorAdjust?: import("csstype").Property.PrintColorAdjust | import("csstype").Property.PrintColorAdjust[] | undefined;
    readonly quotes?: import("csstype").Property.Quotes | import("csstype").Property.Quotes[] | undefined;
    readonly right?: string | number | import("csstype").Property.Right<string | number>[] | undefined;
    readonly rotate?: import("csstype").Property.Rotate | import("csstype").Property.Rotate[] | undefined;
    readonly rowGap?: string | number | import("csstype").Property.RowGap<string | number>[] | undefined;
    readonly rubyAlign?: import("csstype").Property.RubyAlign | import("csstype").Property.RubyAlign[] | undefined;
    readonly rubyMerge?: import("csstype").Property.RubyMerge | import("csstype").Property.RubyMerge[] | undefined;
    readonly rubyPosition?: import("csstype").Property.RubyPosition | import("csstype").Property.RubyPosition[] | undefined;
    readonly scale?: import("csstype").Property.Scale | import("csstype").Property.Scale[] | undefined;
    readonly scrollBehavior?: import("csstype").Property.ScrollBehavior | import("csstype").Property.ScrollBehavior[] | undefined;
    readonly scrollMargin?: string | number | import("csstype").Property.ScrollMargin<string | number>[] | undefined;
    readonly scrollMarginBlock?: string | number | import("csstype").Property.ScrollMarginBlock<string | number>[] | undefined;
    readonly scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | import("csstype").Property.ScrollMarginBlockEnd<string | number>[] | undefined;
    readonly scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | import("csstype").Property.ScrollMarginBlockStart<string | number>[] | undefined;
    readonly scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined;
    readonly scrollMarginInline?: string | number | import("csstype").Property.ScrollMarginInline<string | number>[] | undefined;
    readonly scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | import("csstype").Property.ScrollMarginInlineEnd<string | number>[] | undefined;
    readonly scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | import("csstype").Property.ScrollMarginInlineStart<string | number>[] | undefined;
    readonly scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined;
    readonly scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("csstype").Property.ScrollMarginRight<string | number>[] | undefined;
    readonly scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("csstype").Property.ScrollMarginTop<string | number>[] | undefined;
    readonly scrollPadding?: string | number | import("csstype").Property.ScrollPadding<string | number>[] | undefined;
    readonly scrollPaddingBlock?: string | number | import("csstype").Property.ScrollPaddingBlock<string | number>[] | undefined;
    readonly scrollPaddingBlockEnd?: string | number | import("csstype").Property.ScrollPaddingBlockEnd<string | number>[] | undefined;
    readonly scrollPaddingBlockStart?: string | number | import("csstype").Property.ScrollPaddingBlockStart<string | number>[] | undefined;
    readonly scrollPaddingBottom?: string | number | import("csstype").Property.ScrollPaddingBottom<string | number>[] | undefined;
    readonly scrollPaddingInline?: string | number | import("csstype").Property.ScrollPaddingInline<string | number>[] | undefined;
    readonly scrollPaddingInlineEnd?: string | number | import("csstype").Property.ScrollPaddingInlineEnd<string | number>[] | undefined;
    readonly scrollPaddingInlineStart?: string | number | import("csstype").Property.ScrollPaddingInlineStart<string | number>[] | undefined;
    readonly scrollPaddingLeft?: string | number | import("csstype").Property.ScrollPaddingLeft<string | number>[] | undefined;
    readonly scrollPaddingRight?: string | number | import("csstype").Property.ScrollPaddingRight<string | number>[] | undefined;
    readonly scrollPaddingTop?: string | number | import("csstype").Property.ScrollPaddingTop<string | number>[] | undefined;
    readonly scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | import("csstype").Property.ScrollSnapAlign[] | undefined;
    readonly scrollSnapMargin?: string | number | import("csstype").Property.ScrollMargin<string | number>[] | undefined;
    readonly scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined;
    readonly scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined;
    readonly scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("csstype").Property.ScrollMarginRight<string | number>[] | undefined;
    readonly scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("csstype").Property.ScrollMarginTop<string | number>[] | undefined;
    readonly scrollSnapStop?: import("csstype").Property.ScrollSnapStop | import("csstype").Property.ScrollSnapStop[] | undefined;
    readonly scrollSnapType?: import("csstype").Property.ScrollSnapType | import("csstype").Property.ScrollSnapType[] | undefined;
    readonly scrollbarColor?: import("csstype").Property.ScrollbarColor | import("csstype").Property.ScrollbarColor[] | undefined;
    readonly scrollbarGutter?: import("csstype").Property.ScrollbarGutter | import("csstype").Property.ScrollbarGutter[] | undefined;
    readonly scrollbarWidth?: import("csstype").Property.ScrollbarWidth | import("csstype").Property.ScrollbarWidth[] | undefined;
    readonly shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | import("csstype").Property.ShapeImageThreshold[] | undefined;
    readonly shapeMargin?: string | number | import("csstype").Property.ShapeMargin<string | number>[] | undefined;
    readonly shapeOutside?: import("csstype").Property.ShapeOutside | import("csstype").Property.ShapeOutside[] | undefined;
    readonly tabSize?: string | number | import("csstype").Property.TabSize<string | number>[] | undefined;
    readonly tableLayout?: import("csstype").Property.TableLayout | import("csstype").Property.TableLayout[] | undefined;
    readonly textAlign?: import("csstype").Property.TextAlign | import("csstype").Property.TextAlign[] | undefined;
    readonly textAlignLast?: import("csstype").Property.TextAlignLast | import("csstype").Property.TextAlignLast[] | undefined;
    readonly textCombineUpright?: import("csstype").Property.TextCombineUpright | import("csstype").Property.TextCombineUpright[] | undefined;
    readonly textDecorationColor?: import("csstype").Property.TextDecorationColor | import("csstype").Property.TextDecorationColor[] | undefined;
    readonly textDecorationLine?: import("csstype").Property.TextDecorationLine | import("csstype").Property.TextDecorationLine[] | undefined;
    readonly textDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("csstype").Property.TextDecorationSkip[] | undefined;
    readonly textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | import("csstype").Property.TextDecorationSkipInk[] | undefined;
    readonly textDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("csstype").Property.TextDecorationStyle[] | undefined;
    readonly textDecorationThickness?: string | number | import("csstype").Property.TextDecorationThickness<string | number>[] | undefined;
    readonly textEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("csstype").Property.TextEmphasisColor[] | undefined;
    readonly textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("csstype").Property.TextEmphasisPosition[] | undefined;
    readonly textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("csstype").Property.TextEmphasisStyle[] | undefined;
    readonly textIndent?: string | number | import("csstype").Property.TextIndent<string | number>[] | undefined;
    readonly textJustify?: import("csstype").Property.TextJustify | import("csstype").Property.TextJustify[] | undefined;
    readonly textOrientation?: import("csstype").Property.TextOrientation | import("csstype").Property.TextOrientation[] | undefined;
    readonly textOverflow?: import("csstype").Property.TextOverflow | import("csstype").Property.TextOverflow[] | undefined;
    readonly textRendering?: import("csstype").Property.TextRendering | import("csstype").Property.TextRendering[] | undefined;
    readonly textShadow?: import("csstype").Property.TextShadow | import("csstype").Property.TextShadow[] | undefined;
    readonly textSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("csstype").Property.TextSizeAdjust[] | undefined;
    readonly textTransform?: import("csstype").Property.TextTransform | import("csstype").Property.TextTransform[] | undefined;
    readonly textUnderlineOffset?: string | number | import("csstype").Property.TextUnderlineOffset<string | number>[] | undefined;
    readonly textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("csstype").Property.TextUnderlinePosition[] | undefined;
    readonly top?: string | number | import("csstype").Property.Top<string | number>[] | undefined;
    readonly touchAction?: import("csstype").Property.TouchAction | import("csstype").Property.TouchAction[] | undefined;
    readonly transform?: import("csstype").Property.Transform | import("csstype").Property.Transform[] | undefined;
    readonly transformBox?: import("csstype").Property.TransformBox | import("csstype").Property.TransformBox[] | undefined;
    readonly transformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly transformStyle?: import("csstype").Property.TransformStyle | import("csstype").Property.TransformStyle[] | undefined;
    readonly transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly transitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly translate?: string | number | import("csstype").Property.Translate<string | number>[] | undefined;
    readonly unicodeBidi?: import("csstype").Property.UnicodeBidi | import("csstype").Property.UnicodeBidi[] | undefined;
    readonly userSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
    readonly verticalAlign?: string | number | import("csstype").Property.VerticalAlign<string | number>[] | undefined;
    readonly visibility?: import("csstype").Property.Visibility | import("csstype").Property.Visibility[] | undefined;
    readonly widows?: import("csstype").Property.Widows | import("csstype").Property.Widows[] | undefined;
    readonly width?: string | number | import("csstype").Property.Width<string | number>[] | undefined;
    readonly willChange?: import("csstype").Property.WillChange | import("csstype").Property.WillChange[] | undefined;
    readonly wordBreak?: import("csstype").Property.WordBreak | import("csstype").Property.WordBreak[] | undefined;
    readonly wordSpacing?: import("csstype").Property.WordSpacing<string | number> | import("csstype").Property.WordSpacing<string | number>[] | undefined;
    readonly wordWrap?: import("csstype").Property.WordWrap | import("csstype").Property.WordWrap[] | undefined;
    readonly writingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined;
    readonly zIndex?: import("csstype").Property.ZIndex | import("csstype").Property.ZIndex[] | undefined;
    readonly zoom?: import("csstype").Property.Zoom | import("csstype").Property.Zoom[] | undefined;
    readonly all?: import("csstype").Globals | import("csstype").Globals[] | undefined;
    readonly animation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | undefined;
    readonly background?: string | number | import("csstype").Property.Background<string | number>[] | undefined;
    readonly backgroundPosition?: string | number | import("csstype").Property.BackgroundPosition<string | number>[] | undefined;
    readonly border?: string | number | import("csstype").Property.Border<string | number>[] | undefined;
    readonly borderBlock?: string | number | import("csstype").Property.BorderBlock<string | number>[] | undefined;
    readonly borderBlockEnd?: string | number | import("csstype").Property.BorderBlockEnd<string | number>[] | undefined;
    readonly borderBlockStart?: string | number | import("csstype").Property.BorderBlockStart<string | number>[] | undefined;
    readonly borderBottom?: string | number | import("csstype").Property.BorderBottom<string | number>[] | undefined;
    readonly borderColor?: import("csstype").Property.BorderColor | import("csstype").Property.BorderColor[] | undefined;
    readonly borderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | undefined;
    readonly borderInline?: string | number | import("csstype").Property.BorderInline<string | number>[] | undefined;
    readonly borderInlineEnd?: string | number | import("csstype").Property.BorderInlineEnd<string | number>[] | undefined;
    readonly borderInlineStart?: string | number | import("csstype").Property.BorderInlineStart<string | number>[] | undefined;
    readonly borderLeft?: string | number | import("csstype").Property.BorderLeft<string | number>[] | undefined;
    readonly borderRadius?: string | number | import("csstype").Property.BorderRadius<string | number>[] | undefined;
    readonly borderRight?: string | number | import("csstype").Property.BorderRight<string | number>[] | undefined;
    readonly borderStyle?: import("csstype").Property.BorderStyle | import("csstype").Property.BorderStyle[] | undefined;
    readonly borderTop?: string | number | import("csstype").Property.BorderTop<string | number>[] | undefined;
    readonly borderWidth?: string | number | import("csstype").Property.BorderWidth<string | number>[] | undefined;
    readonly columnRule?: string | number | import("csstype").Property.ColumnRule<string | number>[] | undefined;
    readonly columns?: string | number | import("csstype").Property.Columns<string | number>[] | undefined;
    readonly flex?: string | number | import("csstype").Property.Flex<string | number>[] | undefined;
    readonly flexFlow?: import("csstype").Property.FlexFlow | import("csstype").Property.FlexFlow[] | undefined;
    readonly font?: import("csstype").Property.Font | import("csstype").Property.Font[] | undefined;
    readonly gap?: string | number | import("csstype").Property.Gap<string | number>[] | undefined;
    readonly grid?: import("csstype").Property.Grid | import("csstype").Property.Grid[] | undefined;
    readonly gridArea?: import("csstype").Property.GridArea | import("csstype").Property.GridArea[] | undefined;
    readonly gridColumn?: import("csstype").Property.GridColumn | import("csstype").Property.GridColumn[] | undefined;
    readonly gridRow?: import("csstype").Property.GridRow | import("csstype").Property.GridRow[] | undefined;
    readonly gridTemplate?: import("csstype").Property.GridTemplate | import("csstype").Property.GridTemplate[] | undefined;
    readonly lineClamp?: import("csstype").Property.LineClamp | import("csstype").Property.LineClamp[] | undefined;
    readonly listStyle?: import("csstype").Property.ListStyle | import("csstype").Property.ListStyle[] | undefined;
    readonly margin?: string | number | import("csstype").Property.Margin<string | number>[] | undefined;
    readonly mask?: string | number | import("csstype").Property.Mask<string | number>[] | undefined;
    readonly maskBorder?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | undefined;
    readonly motion?: string | number | import("csstype").Property.Offset<string | number>[] | undefined;
    readonly offset?: string | number | import("csstype").Property.Offset<string | number>[] | undefined;
    readonly outline?: string | number | import("csstype").Property.Outline<string | number>[] | undefined;
    readonly overflow?: import("csstype").Property.Overflow | import("csstype").Property.Overflow[] | undefined;
    readonly overscrollBehavior?: import("csstype").Property.OverscrollBehavior | import("csstype").Property.OverscrollBehavior[] | undefined;
    readonly padding?: string | number | import("csstype").Property.Padding<string | number>[] | undefined;
    readonly placeItems?: import("csstype").Property.PlaceItems | import("csstype").Property.PlaceItems[] | undefined;
    readonly placeSelf?: import("csstype").Property.PlaceSelf | import("csstype").Property.PlaceSelf[] | undefined;
    readonly textDecoration?: string | number | import("csstype").Property.TextDecoration<string | number>[] | undefined;
    readonly textEmphasis?: import("csstype").Property.TextEmphasis | import("csstype").Property.TextEmphasis[] | undefined;
    readonly transition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
    readonly MozAnimationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
    readonly MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
    readonly MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[] | undefined;
    readonly MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("csstype").Property.AnimationIterationCount[] | undefined;
    readonly MozAnimationName?: import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[] | undefined;
    readonly MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
    readonly MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
    readonly MozAppearance?: import("csstype").Property.MozAppearance | import("csstype").Property.MozAppearance[] | undefined;
    readonly MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("csstype").Property.BackfaceVisibility[] | undefined;
    readonly MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | import("csstype").Property.MozBorderBottomColors[] | undefined;
    readonly MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | import("csstype").Property.BorderInlineEndColor[] | undefined;
    readonly MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("csstype").Property.BorderInlineEndStyle[] | undefined;
    readonly MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("csstype").Property.BorderInlineEndWidth<string | number>[] | undefined;
    readonly MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | import("csstype").Property.MozBorderLeftColors[] | undefined;
    readonly MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | import("csstype").Property.MozBorderRightColors[] | undefined;
    readonly MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | import("csstype").Property.BorderInlineStartColor[] | undefined;
    readonly MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("csstype").Property.BorderInlineStartStyle[] | undefined;
    readonly MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | import("csstype").Property.MozBorderTopColors[] | undefined;
    readonly MozBoxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined;
    readonly MozColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | undefined;
    readonly MozColumnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
    readonly MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
    readonly MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("csstype").Property.ColumnRuleStyle[] | undefined;
    readonly MozColumnRuleWidth?: string | number | import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
    readonly MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("csstype").Property.ColumnWidth<string | number>[] | undefined;
    readonly MozContextProperties?: import("csstype").Property.MozContextProperties | import("csstype").Property.MozContextProperties[] | undefined;
    readonly MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("csstype").Property.FontFeatureSettings[] | undefined;
    readonly MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("csstype").Property.FontLanguageOverride[] | undefined;
    readonly MozHyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
    readonly MozImageRegion?: import("csstype").Property.MozImageRegion | import("csstype").Property.MozImageRegion[] | undefined;
    readonly MozMarginEnd?: string | number | import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
    readonly MozMarginStart?: string | number | import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
    readonly MozOrient?: import("csstype").Property.MozOrient | import("csstype").Property.MozOrient[] | undefined;
    readonly MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("csstype").Property.FontSmooth<string | number>[] | undefined;
    readonly MozPaddingEnd?: string | number | import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
    readonly MozPaddingStart?: string | number | import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
    readonly MozPerspective?: import("csstype").Property.Perspective<string | number> | import("csstype").Property.Perspective<string | number>[] | undefined;
    readonly MozPerspectiveOrigin?: string | number | import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
    readonly MozStackSizing?: import("csstype").Property.MozStackSizing | import("csstype").Property.MozStackSizing[] | undefined;
    readonly MozTabSize?: string | number | import("csstype").Property.TabSize<string | number>[] | undefined;
    readonly MozTextBlink?: import("csstype").Property.MozTextBlink | import("csstype").Property.MozTextBlink[] | undefined;
    readonly MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("csstype").Property.TextSizeAdjust[] | undefined;
    readonly MozTransformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly MozTransformStyle?: import("csstype").Property.TransformStyle | import("csstype").Property.TransformStyle[] | undefined;
    readonly MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly MozTransitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly MozUserFocus?: import("csstype").Property.MozUserFocus | import("csstype").Property.MozUserFocus[] | undefined;
    readonly MozUserModify?: import("csstype").Property.MozUserModify | import("csstype").Property.MozUserModify[] | undefined;
    readonly MozUserSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
    readonly MozWindowDragging?: import("csstype").Property.MozWindowDragging | import("csstype").Property.MozWindowDragging[] | undefined;
    readonly MozWindowShadow?: import("csstype").Property.MozWindowShadow | import("csstype").Property.MozWindowShadow[] | undefined;
    readonly msAccelerator?: import("csstype").Property.MsAccelerator | import("csstype").Property.MsAccelerator[] | undefined;
    readonly msBlockProgression?: import("csstype").Property.MsBlockProgression | import("csstype").Property.MsBlockProgression[] | undefined;
    readonly msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | import("csstype").Property.MsContentZoomChaining[] | undefined;
    readonly msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | import("csstype").Property.MsContentZoomLimitMax[] | undefined;
    readonly msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | import("csstype").Property.MsContentZoomLimitMin[] | undefined;
    readonly msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | import("csstype").Property.MsContentZoomSnapPoints[] | undefined;
    readonly msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | import("csstype").Property.MsContentZoomSnapType[] | undefined;
    readonly msContentZooming?: import("csstype").Property.MsContentZooming | import("csstype").Property.MsContentZooming[] | undefined;
    readonly msFilter?: import("csstype").Property.MsFilter | import("csstype").Property.MsFilter[] | undefined;
    readonly msFlexDirection?: import("csstype").Property.FlexDirection | import("csstype").Property.FlexDirection[] | undefined;
    readonly msFlexPositive?: import("csstype").Property.FlexGrow | import("csstype").Property.FlexGrow[] | undefined;
    readonly msFlowFrom?: import("csstype").Property.MsFlowFrom | import("csstype").Property.MsFlowFrom[] | undefined;
    readonly msFlowInto?: import("csstype").Property.MsFlowInto | import("csstype").Property.MsFlowInto[] | undefined;
    readonly msGridColumns?: string | number | import("csstype").Property.MsGridColumns<string | number>[] | undefined;
    readonly msGridRows?: string | number | import("csstype").Property.MsGridRows<string | number>[] | undefined;
    readonly msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | import("csstype").Property.MsHighContrastAdjust[] | undefined;
    readonly msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | import("csstype").Property.MsHyphenateLimitChars[] | undefined;
    readonly msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | import("csstype").Property.MsHyphenateLimitLines[] | undefined;
    readonly msHyphenateLimitZone?: string | number | import("csstype").Property.MsHyphenateLimitZone<string | number>[] | undefined;
    readonly msHyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
    readonly msImeAlign?: import("csstype").Property.MsImeAlign | import("csstype").Property.MsImeAlign[] | undefined;
    readonly msLineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
    readonly msOrder?: import("csstype").Property.Order | import("csstype").Property.Order[] | undefined;
    readonly msOverflowStyle?: import("csstype").Property.MsOverflowStyle | import("csstype").Property.MsOverflowStyle[] | undefined;
    readonly msOverflowX?: import("csstype").Property.OverflowX | import("csstype").Property.OverflowX[] | undefined;
    readonly msOverflowY?: import("csstype").Property.OverflowY | import("csstype").Property.OverflowY[] | undefined;
    readonly msScrollChaining?: import("csstype").Property.MsScrollChaining | import("csstype").Property.MsScrollChaining[] | undefined;
    readonly msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | import("csstype").Property.MsScrollLimitXMax<string | number>[] | undefined;
    readonly msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | import("csstype").Property.MsScrollLimitXMin<string | number>[] | undefined;
    readonly msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | import("csstype").Property.MsScrollLimitYMax<string | number>[] | undefined;
    readonly msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | import("csstype").Property.MsScrollLimitYMin<string | number>[] | undefined;
    readonly msScrollRails?: import("csstype").Property.MsScrollRails | import("csstype").Property.MsScrollRails[] | undefined;
    readonly msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | import("csstype").Property.MsScrollSnapPointsX[] | undefined;
    readonly msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | import("csstype").Property.MsScrollSnapPointsY[] | undefined;
    readonly msScrollSnapType?: import("csstype").Property.MsScrollSnapType | import("csstype").Property.MsScrollSnapType[] | undefined;
    readonly msScrollTranslation?: import("csstype").Property.MsScrollTranslation | import("csstype").Property.MsScrollTranslation[] | undefined;
    readonly msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | import("csstype").Property.MsScrollbar3dlightColor[] | undefined;
    readonly msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | import("csstype").Property.MsScrollbarArrowColor[] | undefined;
    readonly msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | import("csstype").Property.MsScrollbarBaseColor[] | undefined;
    readonly msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | import("csstype").Property.MsScrollbarDarkshadowColor[] | undefined;
    readonly msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | import("csstype").Property.MsScrollbarFaceColor[] | undefined;
    readonly msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | import("csstype").Property.MsScrollbarHighlightColor[] | undefined;
    readonly msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | import("csstype").Property.MsScrollbarShadowColor[] | undefined;
    readonly msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | import("csstype").Property.MsScrollbarTrackColor[] | undefined;
    readonly msTextAutospace?: import("csstype").Property.MsTextAutospace | import("csstype").Property.MsTextAutospace[] | undefined;
    readonly msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | import("csstype").Property.TextCombineUpright[] | undefined;
    readonly msTextOverflow?: import("csstype").Property.TextOverflow | import("csstype").Property.TextOverflow[] | undefined;
    readonly msTouchAction?: import("csstype").Property.TouchAction | import("csstype").Property.TouchAction[] | undefined;
    readonly msTouchSelect?: import("csstype").Property.MsTouchSelect | import("csstype").Property.MsTouchSelect[] | undefined;
    readonly msTransform?: import("csstype").Property.Transform | import("csstype").Property.Transform[] | undefined;
    readonly msTransformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly msTransitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly msUserSelect?: import("csstype").Property.MsUserSelect | import("csstype").Property.MsUserSelect[] | undefined;
    readonly msWordBreak?: import("csstype").Property.WordBreak | import("csstype").Property.WordBreak[] | undefined;
    readonly msWrapFlow?: import("csstype").Property.MsWrapFlow | import("csstype").Property.MsWrapFlow[] | undefined;
    readonly msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | import("csstype").Property.MsWrapMargin<string | number>[] | undefined;
    readonly msWrapThrough?: import("csstype").Property.MsWrapThrough | import("csstype").Property.MsWrapThrough[] | undefined;
    readonly msWritingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined;
    readonly WebkitAlignContent?: import("csstype").Property.AlignContent | import("csstype").Property.AlignContent[] | undefined;
    readonly WebkitAlignItems?: import("csstype").Property.AlignItems | import("csstype").Property.AlignItems[] | undefined;
    readonly WebkitAlignSelf?: import("csstype").Property.AlignSelf | import("csstype").Property.AlignSelf[] | undefined;
    readonly WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
    readonly WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
    readonly WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
    readonly WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[] | undefined;
    readonly WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("csstype").Property.AnimationIterationCount[] | undefined;
    readonly WebkitAnimationName?: import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[] | undefined;
    readonly WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
    readonly WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
    readonly WebkitAppearance?: import("csstype").Property.WebkitAppearance | import("csstype").Property.WebkitAppearance[] | undefined;
    readonly WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | import("csstype").Property.BackdropFilter[] | undefined;
    readonly WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("csstype").Property.BackfaceVisibility[] | undefined;
    readonly WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | import("csstype").Property.BackgroundClip[] | undefined;
    readonly WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("csstype").Property.BackgroundOrigin[] | undefined;
    readonly WebkitBackgroundSize?: string | number | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
    readonly WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | import("csstype").Property.WebkitBorderBeforeColor[] | undefined;
    readonly WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | import("csstype").Property.WebkitBorderBeforeStyle[] | undefined;
    readonly WebkitBorderBeforeWidth?: string | number | import("csstype").Property.WebkitBorderBeforeWidth<string | number>[] | undefined;
    readonly WebkitBorderBottomLeftRadius?: string | number | import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
    readonly WebkitBorderBottomRightRadius?: string | number | import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
    readonly WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | import("csstype").Property.BorderImageSlice[] | undefined;
    readonly WebkitBorderTopLeftRadius?: string | number | import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
    readonly WebkitBorderTopRightRadius?: string | number | import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
    readonly WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("csstype").Property.BoxDecorationBreak[] | undefined;
    readonly WebkitBoxReflect?: string | number | import("csstype").Property.WebkitBoxReflect<string | number>[] | undefined;
    readonly WebkitBoxShadow?: import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[] | undefined;
    readonly WebkitBoxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined;
    readonly WebkitClipPath?: import("csstype").Property.ClipPath | import("csstype").Property.ClipPath[] | undefined;
    readonly WebkitColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | undefined;
    readonly WebkitColumnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
    readonly WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
    readonly WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("csstype").Property.ColumnRuleStyle[] | undefined;
    readonly WebkitColumnRuleWidth?: string | number | import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
    readonly WebkitColumnSpan?: import("csstype").Property.ColumnSpan | import("csstype").Property.ColumnSpan[] | undefined;
    readonly WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("csstype").Property.ColumnWidth<string | number>[] | undefined;
    readonly WebkitFilter?: import("csstype").Property.Filter | import("csstype").Property.Filter[] | undefined;
    readonly WebkitFlexBasis?: string | number | import("csstype").Property.FlexBasis<string | number>[] | undefined;
    readonly WebkitFlexDirection?: import("csstype").Property.FlexDirection | import("csstype").Property.FlexDirection[] | undefined;
    readonly WebkitFlexGrow?: import("csstype").Property.FlexGrow | import("csstype").Property.FlexGrow[] | undefined;
    readonly WebkitFlexShrink?: import("csstype").Property.FlexShrink | import("csstype").Property.FlexShrink[] | undefined;
    readonly WebkitFlexWrap?: import("csstype").Property.FlexWrap | import("csstype").Property.FlexWrap[] | undefined;
    readonly WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("csstype").Property.FontFeatureSettings[] | undefined;
    readonly WebkitFontKerning?: import("csstype").Property.FontKerning | import("csstype").Property.FontKerning[] | undefined;
    readonly WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("csstype").Property.FontSmooth<string | number>[] | undefined;
    readonly WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("csstype").Property.FontVariantLigatures[] | undefined;
    readonly WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("csstype").Property.HyphenateCharacter[] | undefined;
    readonly WebkitHyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
    readonly WebkitInitialLetter?: import("csstype").Property.InitialLetter | import("csstype").Property.InitialLetter[] | undefined;
    readonly WebkitJustifyContent?: import("csstype").Property.JustifyContent | import("csstype").Property.JustifyContent[] | undefined;
    readonly WebkitLineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
    readonly WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | import("csstype").Property.WebkitLineClamp[] | undefined;
    readonly WebkitMarginEnd?: string | number | import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
    readonly WebkitMarginStart?: string | number | import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
    readonly WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | import("csstype").Property.WebkitMaskAttachment[] | undefined;
    readonly WebkitMaskBoxImageOutset?: string | number | import("csstype").Property.MaskBorderOutset<string | number>[] | undefined;
    readonly WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | import("csstype").Property.MaskBorderRepeat[] | undefined;
    readonly WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | import("csstype").Property.MaskBorderSlice[] | undefined;
    readonly WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | import("csstype").Property.MaskBorderSource[] | undefined;
    readonly WebkitMaskBoxImageWidth?: string | number | import("csstype").Property.MaskBorderWidth<string | number>[] | undefined;
    readonly WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | import("csstype").Property.WebkitMaskClip[] | undefined;
    readonly WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | import("csstype").Property.WebkitMaskComposite[] | undefined;
    readonly WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | import("csstype").Property.WebkitMaskImage[] | undefined;
    readonly WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | import("csstype").Property.WebkitMaskOrigin[] | undefined;
    readonly WebkitMaskPosition?: string | number | import("csstype").Property.WebkitMaskPosition<string | number>[] | undefined;
    readonly WebkitMaskPositionX?: string | number | import("csstype").Property.WebkitMaskPositionX<string | number>[] | undefined;
    readonly WebkitMaskPositionY?: string | number | import("csstype").Property.WebkitMaskPositionY<string | number>[] | undefined;
    readonly WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | import("csstype").Property.WebkitMaskRepeat[] | undefined;
    readonly WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | import("csstype").Property.WebkitMaskRepeatX[] | undefined;
    readonly WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | import("csstype").Property.WebkitMaskRepeatY[] | undefined;
    readonly WebkitMaskSize?: string | number | import("csstype").Property.WebkitMaskSize<string | number>[] | undefined;
    readonly WebkitMaxInlineSize?: string | number | import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
    readonly WebkitOrder?: import("csstype").Property.Order | import("csstype").Property.Order[] | undefined;
    readonly WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | import("csstype").Property.WebkitOverflowScrolling[] | undefined;
    readonly WebkitPaddingEnd?: string | number | import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
    readonly WebkitPaddingStart?: string | number | import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
    readonly WebkitPerspective?: import("csstype").Property.Perspective<string | number> | import("csstype").Property.Perspective<string | number>[] | undefined;
    readonly WebkitPerspectiveOrigin?: string | number | import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
    readonly WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | import("csstype").Property.PrintColorAdjust[] | undefined;
    readonly WebkitRubyPosition?: import("csstype").Property.RubyPosition | import("csstype").Property.RubyPosition[] | undefined;
    readonly WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | import("csstype").Property.ScrollSnapType[] | undefined;
    readonly WebkitShapeMargin?: string | number | import("csstype").Property.ShapeMargin<string | number>[] | undefined;
    readonly WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | import("csstype").Property.WebkitTapHighlightColor[] | undefined;
    readonly WebkitTextCombine?: import("csstype").Property.TextCombineUpright | import("csstype").Property.TextCombineUpright[] | undefined;
    readonly WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("csstype").Property.TextDecorationColor[] | undefined;
    readonly WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("csstype").Property.TextDecorationLine[] | undefined;
    readonly WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("csstype").Property.TextDecorationSkip[] | undefined;
    readonly WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("csstype").Property.TextDecorationStyle[] | undefined;
    readonly WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("csstype").Property.TextEmphasisColor[] | undefined;
    readonly WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("csstype").Property.TextEmphasisPosition[] | undefined;
    readonly WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("csstype").Property.TextEmphasisStyle[] | undefined;
    readonly WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | import("csstype").Property.WebkitTextFillColor[] | undefined;
    readonly WebkitTextOrientation?: import("csstype").Property.TextOrientation | import("csstype").Property.TextOrientation[] | undefined;
    readonly WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("csstype").Property.TextSizeAdjust[] | undefined;
    readonly WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | import("csstype").Property.WebkitTextStrokeColor[] | undefined;
    readonly WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | import("csstype").Property.WebkitTextStrokeWidth<string | number>[] | undefined;
    readonly WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("csstype").Property.TextUnderlinePosition[] | undefined;
    readonly WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | import("csstype").Property.WebkitTouchCallout[] | undefined;
    readonly WebkitTransform?: import("csstype").Property.Transform | import("csstype").Property.Transform[] | undefined;
    readonly WebkitTransformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly WebkitTransformStyle?: import("csstype").Property.TransformStyle | import("csstype").Property.TransformStyle[] | undefined;
    readonly WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly WebkitUserModify?: import("csstype").Property.WebkitUserModify | import("csstype").Property.WebkitUserModify[] | undefined;
    readonly WebkitUserSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
    readonly WebkitWritingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined;
    readonly MozAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | undefined;
    readonly MozBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | undefined;
    readonly MozColumnRule?: string | number | import("csstype").Property.ColumnRule<string | number>[] | undefined;
    readonly MozColumns?: string | number | import("csstype").Property.Columns<string | number>[] | undefined;
    readonly MozTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | import("csstype").Property.MsContentZoomLimit[] | undefined;
    readonly msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | import("csstype").Property.MsContentZoomSnap[] | undefined;
    readonly msFlex?: string | number | import("csstype").Property.Flex<string | number>[] | undefined;
    readonly msScrollLimit?: import("csstype").Property.MsScrollLimit | import("csstype").Property.MsScrollLimit[] | undefined;
    readonly msScrollSnapX?: import("csstype").Property.MsScrollSnapX | import("csstype").Property.MsScrollSnapX[] | undefined;
    readonly msScrollSnapY?: import("csstype").Property.MsScrollSnapY | import("csstype").Property.MsScrollSnapY[] | undefined;
    readonly msTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly WebkitAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | undefined;
    readonly WebkitBorderBefore?: string | number | import("csstype").Property.WebkitBorderBefore<string | number>[] | undefined;
    readonly WebkitBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | undefined;
    readonly WebkitBorderRadius?: string | number | import("csstype").Property.BorderRadius<string | number>[] | undefined;
    readonly WebkitColumnRule?: string | number | import("csstype").Property.ColumnRule<string | number>[] | undefined;
    readonly WebkitColumns?: string | number | import("csstype").Property.Columns<string | number>[] | undefined;
    readonly WebkitFlex?: string | number | import("csstype").Property.Flex<string | number>[] | undefined;
    readonly WebkitFlexFlow?: import("csstype").Property.FlexFlow | import("csstype").Property.FlexFlow[] | undefined;
    readonly WebkitMask?: string | number | import("csstype").Property.WebkitMask<string | number>[] | undefined;
    readonly WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | undefined;
    readonly WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | import("csstype").Property.TextEmphasis[] | undefined;
    readonly WebkitTextStroke?: string | number | import("csstype").Property.WebkitTextStroke<string | number>[] | undefined;
    readonly WebkitTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly azimuth?: import("csstype").Property.Azimuth | import("csstype").Property.Azimuth[] | undefined;
    readonly boxAlign?: import("csstype").Property.BoxAlign | import("csstype").Property.BoxAlign[] | undefined;
    readonly boxDirection?: import("csstype").Property.BoxDirection | import("csstype").Property.BoxDirection[] | undefined;
    readonly boxFlex?: import("csstype").Property.BoxFlex | import("csstype").Property.BoxFlex[] | undefined;
    readonly boxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("csstype").Property.BoxFlexGroup[] | undefined;
    readonly boxLines?: import("csstype").Property.BoxLines | import("csstype").Property.BoxLines[] | undefined;
    readonly boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("csstype").Property.BoxOrdinalGroup[] | undefined;
    readonly boxOrient?: import("csstype").Property.BoxOrient | import("csstype").Property.BoxOrient[] | undefined;
    readonly boxPack?: import("csstype").Property.BoxPack | import("csstype").Property.BoxPack[] | undefined;
    readonly clip?: import("csstype").Property.Clip | import("csstype").Property.Clip[] | undefined;
    readonly gridColumnGap?: string | number | import("csstype").Property.GridColumnGap<string | number>[] | undefined;
    readonly gridGap?: string | number | import("csstype").Property.GridGap<string | number>[] | undefined;
    readonly gridRowGap?: string | number | import("csstype").Property.GridRowGap<string | number>[] | undefined;
    readonly imeMode?: import("csstype").Property.ImeMode | import("csstype").Property.ImeMode[] | undefined;
    readonly offsetBlock?: string | number | import("csstype").Property.InsetBlock<string | number>[] | undefined;
    readonly offsetBlockEnd?: string | number | import("csstype").Property.InsetBlockEnd<string | number>[] | undefined;
    readonly offsetBlockStart?: string | number | import("csstype").Property.InsetBlockStart<string | number>[] | undefined;
    readonly offsetInline?: string | number | import("csstype").Property.InsetInline<string | number>[] | undefined;
    readonly offsetInlineEnd?: string | number | import("csstype").Property.InsetInlineEnd<string | number>[] | undefined;
    readonly offsetInlineStart?: string | number | import("csstype").Property.InsetInlineStart<string | number>[] | undefined;
    readonly scrollSnapCoordinate?: string | number | import("csstype").Property.ScrollSnapCoordinate<string | number>[] | undefined;
    readonly scrollSnapDestination?: string | number | import("csstype").Property.ScrollSnapDestination<string | number>[] | undefined;
    readonly scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | import("csstype").Property.ScrollSnapPointsX[] | undefined;
    readonly scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | import("csstype").Property.ScrollSnapPointsY[] | undefined;
    readonly scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | import("csstype").Property.ScrollSnapTypeX[] | undefined;
    readonly scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | import("csstype").Property.ScrollSnapTypeY[] | undefined;
    readonly KhtmlBoxAlign?: import("csstype").Property.BoxAlign | import("csstype").Property.BoxAlign[] | undefined;
    readonly KhtmlBoxDirection?: import("csstype").Property.BoxDirection | import("csstype").Property.BoxDirection[] | undefined;
    readonly KhtmlBoxFlex?: import("csstype").Property.BoxFlex | import("csstype").Property.BoxFlex[] | undefined;
    readonly KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("csstype").Property.BoxFlexGroup[] | undefined;
    readonly KhtmlBoxLines?: import("csstype").Property.BoxLines | import("csstype").Property.BoxLines[] | undefined;
    readonly KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("csstype").Property.BoxOrdinalGroup[] | undefined;
    readonly KhtmlBoxOrient?: import("csstype").Property.BoxOrient | import("csstype").Property.BoxOrient[] | undefined;
    readonly KhtmlBoxPack?: import("csstype").Property.BoxPack | import("csstype").Property.BoxPack[] | undefined;
    readonly KhtmlLineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
    readonly KhtmlOpacity?: import("csstype").Property.Opacity | import("csstype").Property.Opacity[] | undefined;
    readonly KhtmlUserSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
    readonly MozBackgroundClip?: import("csstype").Property.BackgroundClip | import("csstype").Property.BackgroundClip[] | undefined;
    readonly MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | import("csstype").Property.BoxDecorationBreak[] | undefined;
    readonly MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("csstype").Property.BackgroundOrigin[] | undefined;
    readonly MozBackgroundSize?: string | number | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
    readonly MozBinding?: import("csstype").Property.MozBinding | import("csstype").Property.MozBinding[] | undefined;
    readonly MozBorderRadius?: string | number | import("csstype").Property.BorderRadius<string | number>[] | undefined;
    readonly MozBorderRadiusBottomleft?: string | number | import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
    readonly MozBorderRadiusBottomright?: string | number | import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
    readonly MozBorderRadiusTopleft?: string | number | import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
    readonly MozBorderRadiusTopright?: string | number | import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
    readonly MozBoxAlign?: import("csstype").Property.BoxAlign | import("csstype").Property.BoxAlign[] | undefined;
    readonly MozBoxDirection?: import("csstype").Property.BoxDirection | import("csstype").Property.BoxDirection[] | undefined;
    readonly MozBoxFlex?: import("csstype").Property.BoxFlex | import("csstype").Property.BoxFlex[] | undefined;
    readonly MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("csstype").Property.BoxOrdinalGroup[] | undefined;
    readonly MozBoxOrient?: import("csstype").Property.BoxOrient | import("csstype").Property.BoxOrient[] | undefined;
    readonly MozBoxPack?: import("csstype").Property.BoxPack | import("csstype").Property.BoxPack[] | undefined;
    readonly MozBoxShadow?: import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[] | undefined;
    readonly MozFloatEdge?: import("csstype").Property.MozFloatEdge | import("csstype").Property.MozFloatEdge[] | undefined;
    readonly MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | import("csstype").Property.MozForceBrokenImageIcon[] | undefined;
    readonly MozOpacity?: import("csstype").Property.Opacity | import("csstype").Property.Opacity[] | undefined;
    readonly MozOutline?: string | number | import("csstype").Property.Outline<string | number>[] | undefined;
    readonly MozOutlineColor?: import("csstype").Property.OutlineColor | import("csstype").Property.OutlineColor[] | undefined;
    readonly MozOutlineRadius?: string | number | import("csstype").Property.MozOutlineRadius<string | number>[] | undefined;
    readonly MozOutlineRadiusBottomleft?: string | number | import("csstype").Property.MozOutlineRadiusBottomleft<string | number>[] | undefined;
    readonly MozOutlineRadiusBottomright?: string | number | import("csstype").Property.MozOutlineRadiusBottomright<string | number>[] | undefined;
    readonly MozOutlineRadiusTopleft?: string | number | import("csstype").Property.MozOutlineRadiusTopleft<string | number>[] | undefined;
    readonly MozOutlineRadiusTopright?: string | number | import("csstype").Property.MozOutlineRadiusTopright<string | number>[] | undefined;
    readonly MozOutlineStyle?: import("csstype").Property.OutlineStyle | import("csstype").Property.OutlineStyle[] | undefined;
    readonly MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("csstype").Property.OutlineWidth<string | number>[] | undefined;
    readonly MozTextAlignLast?: import("csstype").Property.TextAlignLast | import("csstype").Property.TextAlignLast[] | undefined;
    readonly MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("csstype").Property.TextDecorationColor[] | undefined;
    readonly MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("csstype").Property.TextDecorationLine[] | undefined;
    readonly MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("csstype").Property.TextDecorationStyle[] | undefined;
    readonly MozUserInput?: import("csstype").Property.MozUserInput | import("csstype").Property.MozUserInput[] | undefined;
    readonly msImeMode?: import("csstype").Property.ImeMode | import("csstype").Property.ImeMode[] | undefined;
    readonly OAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | undefined;
    readonly OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
    readonly OAnimationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
    readonly OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
    readonly OAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[] | undefined;
    readonly OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("csstype").Property.AnimationIterationCount[] | undefined;
    readonly OAnimationName?: import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[] | undefined;
    readonly OAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
    readonly OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
    readonly OBackgroundSize?: string | number | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
    readonly OBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | undefined;
    readonly OObjectFit?: import("csstype").Property.ObjectFit | import("csstype").Property.ObjectFit[] | undefined;
    readonly OObjectPosition?: string | number | import("csstype").Property.ObjectPosition<string | number>[] | undefined;
    readonly OTabSize?: string | number | import("csstype").Property.TabSize<string | number>[] | undefined;
    readonly OTextOverflow?: import("csstype").Property.TextOverflow | import("csstype").Property.TextOverflow[] | undefined;
    readonly OTransform?: import("csstype").Property.Transform | import("csstype").Property.Transform[] | undefined;
    readonly OTransformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly OTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly OTransitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly WebkitBoxAlign?: import("csstype").Property.BoxAlign | import("csstype").Property.BoxAlign[] | undefined;
    readonly WebkitBoxDirection?: import("csstype").Property.BoxDirection | import("csstype").Property.BoxDirection[] | undefined;
    readonly WebkitBoxFlex?: import("csstype").Property.BoxFlex | import("csstype").Property.BoxFlex[] | undefined;
    readonly WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("csstype").Property.BoxFlexGroup[] | undefined;
    readonly WebkitBoxLines?: import("csstype").Property.BoxLines | import("csstype").Property.BoxLines[] | undefined;
    readonly WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("csstype").Property.BoxOrdinalGroup[] | undefined;
    readonly WebkitBoxOrient?: import("csstype").Property.BoxOrient | import("csstype").Property.BoxOrient[] | undefined;
    readonly WebkitBoxPack?: import("csstype").Property.BoxPack | import("csstype").Property.BoxPack[] | undefined;
    readonly WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | import("csstype").Property.ScrollSnapPointsX[] | undefined;
    readonly WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | import("csstype").Property.ScrollSnapPointsY[] | undefined;
    readonly alignmentBaseline?: import("csstype").Property.AlignmentBaseline | import("csstype").Property.AlignmentBaseline[] | undefined;
    readonly baselineShift?: string | number | import("csstype").Property.BaselineShift<string | number>[] | undefined;
    readonly clipRule?: import("csstype").Property.ClipRule | import("csstype").Property.ClipRule[] | undefined;
    readonly colorInterpolation?: import("csstype").Property.ColorInterpolation | import("csstype").Property.ColorInterpolation[] | undefined;
    readonly colorRendering?: import("csstype").Property.ColorRendering | import("csstype").Property.ColorRendering[] | undefined;
    readonly dominantBaseline?: import("csstype").Property.DominantBaseline | import("csstype").Property.DominantBaseline[] | undefined;
    readonly fill?: import("csstype").Property.Fill | import("csstype").Property.Fill[] | undefined;
    readonly fillOpacity?: import("csstype").Property.FillOpacity | import("csstype").Property.FillOpacity[] | undefined;
    readonly fillRule?: import("csstype").Property.FillRule | import("csstype").Property.FillRule[] | undefined;
    readonly floodColor?: import("csstype").Property.FloodColor | import("csstype").Property.FloodColor[] | undefined;
    readonly floodOpacity?: import("csstype").Property.FloodOpacity | import("csstype").Property.FloodOpacity[] | undefined;
    readonly glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | import("csstype").Property.GlyphOrientationVertical[] | undefined;
    readonly lightingColor?: import("csstype").Property.LightingColor | import("csstype").Property.LightingColor[] | undefined;
    readonly marker?: import("csstype").Property.Marker | import("csstype").Property.Marker[] | undefined;
    readonly markerEnd?: import("csstype").Property.MarkerEnd | import("csstype").Property.MarkerEnd[] | undefined;
    readonly markerMid?: import("csstype").Property.MarkerMid | import("csstype").Property.MarkerMid[] | undefined;
    readonly markerStart?: import("csstype").Property.MarkerStart | import("csstype").Property.MarkerStart[] | undefined;
    readonly shapeRendering?: import("csstype").Property.ShapeRendering | import("csstype").Property.ShapeRendering[] | undefined;
    readonly stopColor?: import("csstype").Property.StopColor | import("csstype").Property.StopColor[] | undefined;
    readonly stopOpacity?: import("csstype").Property.StopOpacity | import("csstype").Property.StopOpacity[] | undefined;
    readonly stroke?: import("csstype").Property.Stroke | import("csstype").Property.Stroke[] | undefined;
    readonly strokeDasharray?: string | number | import("csstype").Property.StrokeDasharray<string | number>[] | undefined;
    readonly strokeDashoffset?: string | number | import("csstype").Property.StrokeDashoffset<string | number>[] | undefined;
    readonly strokeLinecap?: import("csstype").Property.StrokeLinecap | import("csstype").Property.StrokeLinecap[] | undefined;
    readonly strokeLinejoin?: import("csstype").Property.StrokeLinejoin | import("csstype").Property.StrokeLinejoin[] | undefined;
    readonly strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | import("csstype").Property.StrokeMiterlimit[] | undefined;
    readonly strokeOpacity?: import("csstype").Property.StrokeOpacity | import("csstype").Property.StrokeOpacity[] | undefined;
    readonly strokeWidth?: string | number | import("csstype").Property.StrokeWidth<string | number>[] | undefined;
    readonly textAnchor?: import("csstype").Property.TextAnchor | import("csstype").Property.TextAnchor[] | undefined;
    readonly vectorEffect?: import("csstype").Property.VectorEffect | import("csstype").Property.VectorEffect[] | undefined;
    readonly ":-moz-any()"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-dir"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-webkit-any()"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::cue"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::cue-region"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::part"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::slotted"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":dir"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":has"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":host"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":host-context"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":is"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":lang"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":matches()"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":not"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-last-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-last-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":where"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-khtml-any-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-any-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-focusring"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-full-screen"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-read-only"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-read-write"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-ui-invalid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-ui-valid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-ms-fullscreen"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-ms-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-webkit-any-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-webkit-full-screen"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-progress-bar"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-range-progress"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-range-thumb"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-range-track"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-selection"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-backdrop"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-browse"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-check"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-clear"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-expand"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-fill"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-fill-lower"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-fill-upper"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-reveal"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-thumb"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-ticks-after"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-ticks-before"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-tooltip"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-track"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-value"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-backdrop"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-progress-bar"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-progress-inner-value"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-progress-value"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-slider-runnable-track"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-slider-thumb"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::after"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::backdrop"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::before"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::first-letter"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::first-line"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::grammar-error"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::marker"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::selection"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::spelling-error"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::target-text"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":active"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":after"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":any-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":before"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":blank"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":checked"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":current"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":default"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":defined"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":disabled"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":empty"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first-letter"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first-line"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":focus-visible"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":focus-within"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":fullscreen"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":future"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":hover"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":in-range"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":indeterminate"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":invalid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":last-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":last-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":left"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":local-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-col"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-last-col"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":only-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":only-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":optional"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":out-of-range"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":past"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":paused"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":picture-in-picture"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":placeholder-shown"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":playing"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":read-only"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":read-write"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":required"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":right"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":root"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":scope"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":target"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":target-within"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":user-invalid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":user-valid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":valid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":visited"?: import("@emotion/serialize").CSSObject | undefined;
} | {
    readonly height: "auto";
    readonly minHeight: number;
    readonly paddingTop: number;
    readonly paddingBottom: number;
    readonly resize: "vertical";
    readonly ':enabled': {
        readonly ':focus + [data-focus-indicator]': {
            readonly boxShadow: string;
            readonly outline: string;
            readonly outlineOffset: string;
            readonly borderColor: string;
        } | {
            readonly outline: string;
            readonly outlineOffset: string;
            readonly borderColor: string;
        };
    };
    readonly ':focus': {
        readonly outline: "none";
    };
    readonly '&[aria-invalid=true]': {
        readonly color: string;
    };
    readonly display: "block";
    readonly overflowWrap: "break-word";
    readonly wordBreak: "break-word";
    readonly wordWrap: "break-word";
    readonly accentColor?: import("csstype").Property.AccentColor | import("csstype").Property.AccentColor[] | undefined;
    readonly alignContent?: import("csstype").Property.AlignContent | import("csstype").Property.AlignContent[] | undefined;
    readonly alignItems?: import("csstype").Property.AlignItems | import("csstype").Property.AlignItems[] | undefined;
    readonly alignSelf?: import("csstype").Property.AlignSelf | import("csstype").Property.AlignSelf[] | undefined;
    readonly alignTracks?: import("csstype").Property.AlignTracks | import("csstype").Property.AlignTracks[] | undefined;
    readonly animationComposition?: import("csstype").Property.AnimationComposition | import("csstype").Property.AnimationComposition[] | undefined;
    readonly animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
    readonly animationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
    readonly animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
    readonly animationFillMode?: import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[] | undefined;
    readonly animationIterationCount?: import("csstype").Property.AnimationIterationCount | import("csstype").Property.AnimationIterationCount[] | undefined;
    readonly animationName?: import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[] | undefined;
    readonly animationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
    readonly animationTimeline?: import("csstype").Property.AnimationTimeline | import("csstype").Property.AnimationTimeline[] | undefined;
    readonly animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
    readonly appearance?: import("csstype").Property.Appearance | import("csstype").Property.Appearance[] | undefined;
    readonly aspectRatio?: import("csstype").Property.AspectRatio | import("csstype").Property.AspectRatio[] | undefined;
    readonly backdropFilter?: import("csstype").Property.BackdropFilter | import("csstype").Property.BackdropFilter[] | undefined;
    readonly backfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("csstype").Property.BackfaceVisibility[] | undefined;
    readonly backgroundAttachment?: import("csstype").Property.BackgroundAttachment | import("csstype").Property.BackgroundAttachment[] | undefined;
    readonly backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | import("csstype").Property.BackgroundBlendMode[] | undefined;
    readonly backgroundClip?: import("csstype").Property.BackgroundClip | import("csstype").Property.BackgroundClip[] | undefined;
    readonly backgroundColor?: import("csstype").Property.BackgroundColor | import("csstype").Property.BackgroundColor[] | undefined;
    readonly backgroundImage?: import("csstype").Property.BackgroundImage | import("csstype").Property.BackgroundImage[] | undefined;
    readonly backgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("csstype").Property.BackgroundOrigin[] | undefined;
    readonly backgroundPositionX?: string | number | import("csstype").Property.BackgroundPositionX<string | number>[] | undefined;
    readonly backgroundPositionY?: string | number | import("csstype").Property.BackgroundPositionY<string | number>[] | undefined;
    readonly backgroundRepeat?: import("csstype").Property.BackgroundRepeat | import("csstype").Property.BackgroundRepeat[] | undefined;
    readonly backgroundSize?: string | number | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
    readonly blockOverflow?: import("csstype").Property.BlockOverflow | import("csstype").Property.BlockOverflow[] | undefined;
    readonly blockSize?: string | number | import("csstype").Property.BlockSize<string | number>[] | undefined;
    readonly borderBlockColor?: import("csstype").Property.BorderBlockColor | import("csstype").Property.BorderBlockColor[] | undefined;
    readonly borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | import("csstype").Property.BorderBlockEndColor[] | undefined;
    readonly borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | import("csstype").Property.BorderBlockEndStyle[] | undefined;
    readonly borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | import("csstype").Property.BorderBlockEndWidth<string | number>[] | undefined;
    readonly borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | import("csstype").Property.BorderBlockStartColor[] | undefined;
    readonly borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | import("csstype").Property.BorderBlockStartStyle[] | undefined;
    readonly borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | import("csstype").Property.BorderBlockStartWidth<string | number>[] | undefined;
    readonly borderBlockStyle?: import("csstype").Property.BorderBlockStyle | import("csstype").Property.BorderBlockStyle[] | undefined;
    readonly borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | import("csstype").Property.BorderBlockWidth<string | number>[] | undefined;
    readonly borderBottomColor?: import("csstype").Property.BorderBottomColor | import("csstype").Property.BorderBottomColor[] | undefined;
    readonly borderBottomLeftRadius?: string | number | import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
    readonly borderBottomRightRadius?: string | number | import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
    readonly borderBottomStyle?: import("csstype").Property.BorderBottomStyle | import("csstype").Property.BorderBottomStyle[] | undefined;
    readonly borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | import("csstype").Property.BorderBottomWidth<string | number>[] | undefined;
    readonly borderCollapse?: import("csstype").Property.BorderCollapse | import("csstype").Property.BorderCollapse[] | undefined;
    readonly borderEndEndRadius?: string | number | import("csstype").Property.BorderEndEndRadius<string | number>[] | undefined;
    readonly borderEndStartRadius?: string | number | import("csstype").Property.BorderEndStartRadius<string | number>[] | undefined;
    readonly borderImageOutset?: string | number | import("csstype").Property.BorderImageOutset<string | number>[] | undefined;
    readonly borderImageRepeat?: import("csstype").Property.BorderImageRepeat | import("csstype").Property.BorderImageRepeat[] | undefined;
    readonly borderImageSlice?: import("csstype").Property.BorderImageSlice | import("csstype").Property.BorderImageSlice[] | undefined;
    readonly borderImageSource?: import("csstype").Property.BorderImageSource | import("csstype").Property.BorderImageSource[] | undefined;
    readonly borderImageWidth?: string | number | import("csstype").Property.BorderImageWidth<string | number>[] | undefined;
    readonly borderInlineColor?: import("csstype").Property.BorderInlineColor | import("csstype").Property.BorderInlineColor[] | undefined;
    readonly borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | import("csstype").Property.BorderInlineEndColor[] | undefined;
    readonly borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("csstype").Property.BorderInlineEndStyle[] | undefined;
    readonly borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("csstype").Property.BorderInlineEndWidth<string | number>[] | undefined;
    readonly borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | import("csstype").Property.BorderInlineStartColor[] | undefined;
    readonly borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("csstype").Property.BorderInlineStartStyle[] | undefined;
    readonly borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | import("csstype").Property.BorderInlineStartWidth<string | number>[] | undefined;
    readonly borderInlineStyle?: import("csstype").Property.BorderInlineStyle | import("csstype").Property.BorderInlineStyle[] | undefined;
    readonly borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | import("csstype").Property.BorderInlineWidth<string | number>[] | undefined;
    readonly borderLeftColor?: import("csstype").Property.BorderLeftColor | import("csstype").Property.BorderLeftColor[] | undefined;
    readonly borderLeftStyle?: import("csstype").Property.BorderLeftStyle | import("csstype").Property.BorderLeftStyle[] | undefined;
    readonly borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | import("csstype").Property.BorderLeftWidth<string | number>[] | undefined;
    readonly borderRightColor?: import("csstype").Property.BorderRightColor | import("csstype").Property.BorderRightColor[] | undefined;
    readonly borderRightStyle?: import("csstype").Property.BorderRightStyle | import("csstype").Property.BorderRightStyle[] | undefined;
    readonly borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | import("csstype").Property.BorderRightWidth<string | number>[] | undefined;
    readonly borderSpacing?: string | number | import("csstype").Property.BorderSpacing<string | number>[] | undefined;
    readonly borderStartEndRadius?: string | number | import("csstype").Property.BorderStartEndRadius<string | number>[] | undefined;
    readonly borderStartStartRadius?: string | number | import("csstype").Property.BorderStartStartRadius<string | number>[] | undefined;
    readonly borderTopColor?: import("csstype").Property.BorderTopColor | import("csstype").Property.BorderTopColor[] | undefined;
    readonly borderTopLeftRadius?: string | number | import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
    readonly borderTopRightRadius?: string | number | import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
    readonly borderTopStyle?: import("csstype").Property.BorderTopStyle | import("csstype").Property.BorderTopStyle[] | undefined;
    readonly borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | import("csstype").Property.BorderTopWidth<string | number>[] | undefined;
    readonly bottom?: string | number | import("csstype").Property.Bottom<string | number>[] | undefined;
    readonly boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("csstype").Property.BoxDecorationBreak[] | undefined;
    readonly boxShadow?: import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[] | undefined;
    readonly boxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined;
    readonly breakAfter?: import("csstype").Property.BreakAfter | import("csstype").Property.BreakAfter[] | undefined;
    readonly breakBefore?: import("csstype").Property.BreakBefore | import("csstype").Property.BreakBefore[] | undefined;
    readonly breakInside?: import("csstype").Property.BreakInside | import("csstype").Property.BreakInside[] | undefined;
    readonly captionSide?: import("csstype").Property.CaptionSide | import("csstype").Property.CaptionSide[] | undefined;
    readonly caretColor?: import("csstype").Property.CaretColor | import("csstype").Property.CaretColor[] | undefined;
    readonly clear?: import("csstype").Property.Clear | import("csstype").Property.Clear[] | undefined;
    readonly clipPath?: import("csstype").Property.ClipPath | import("csstype").Property.ClipPath[] | undefined;
    readonly color?: import("csstype").Property.Color | import("csstype").Property.Color[] | undefined;
    readonly colorAdjust?: import("csstype").Property.PrintColorAdjust | import("csstype").Property.PrintColorAdjust[] | undefined;
    readonly colorScheme?: import("csstype").Property.ColorScheme | import("csstype").Property.ColorScheme[] | undefined;
    readonly columnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | undefined;
    readonly columnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
    readonly columnGap?: string | number | import("csstype").Property.ColumnGap<string | number>[] | undefined;
    readonly columnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
    readonly columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("csstype").Property.ColumnRuleStyle[] | undefined;
    readonly columnRuleWidth?: string | number | import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
    readonly columnSpan?: import("csstype").Property.ColumnSpan | import("csstype").Property.ColumnSpan[] | undefined;
    readonly columnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("csstype").Property.ColumnWidth<string | number>[] | undefined;
    readonly contain?: import("csstype").Property.Contain | import("csstype").Property.Contain[] | undefined;
    readonly content?: import("csstype").Property.Content | import("csstype").Property.Content[] | undefined;
    readonly contentVisibility?: import("csstype").Property.ContentVisibility | import("csstype").Property.ContentVisibility[] | undefined;
    readonly counterIncrement?: import("csstype").Property.CounterIncrement | import("csstype").Property.CounterIncrement[] | undefined;
    readonly counterReset?: import("csstype").Property.CounterReset | import("csstype").Property.CounterReset[] | undefined;
    readonly counterSet?: import("csstype").Property.CounterSet | import("csstype").Property.CounterSet[] | undefined;
    readonly cursor?: import("csstype").Property.Cursor | import("csstype").Property.Cursor[] | undefined;
    readonly direction?: import("csstype").Property.Direction | import("csstype").Property.Direction[] | undefined;
    readonly emptyCells?: import("csstype").Property.EmptyCells | import("csstype").Property.EmptyCells[] | undefined;
    readonly filter?: import("csstype").Property.Filter | import("csstype").Property.Filter[] | undefined;
    readonly flexBasis?: string | number | import("csstype").Property.FlexBasis<string | number>[] | undefined;
    readonly flexDirection?: import("csstype").Property.FlexDirection | import("csstype").Property.FlexDirection[] | undefined;
    readonly flexGrow?: import("csstype").Property.FlexGrow | import("csstype").Property.FlexGrow[] | undefined;
    readonly flexShrink?: import("csstype").Property.FlexShrink | import("csstype").Property.FlexShrink[] | undefined;
    readonly flexWrap?: import("csstype").Property.FlexWrap | import("csstype").Property.FlexWrap[] | undefined;
    readonly float?: import("csstype").Property.Float | import("csstype").Property.Float[] | undefined;
    readonly fontFamily?: import("csstype").Property.FontFamily | import("csstype").Property.FontFamily[] | undefined;
    readonly fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("csstype").Property.FontFeatureSettings[] | undefined;
    readonly fontKerning?: import("csstype").Property.FontKerning | import("csstype").Property.FontKerning[] | undefined;
    readonly fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("csstype").Property.FontLanguageOverride[] | undefined;
    readonly fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | import("csstype").Property.FontOpticalSizing[] | undefined;
    readonly fontSize?: string | number | import("csstype").Property.FontSize<string | number>[] | undefined;
    readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | import("csstype").Property.FontSizeAdjust[] | undefined;
    readonly fontSmooth?: import("csstype").Property.FontSmooth<string | number> | import("csstype").Property.FontSmooth<string | number>[] | undefined;
    readonly fontStretch?: import("csstype").Property.FontStretch | import("csstype").Property.FontStretch[] | undefined;
    readonly fontStyle?: import("csstype").Property.FontStyle | import("csstype").Property.FontStyle[] | undefined;
    readonly fontSynthesis?: import("csstype").Property.FontSynthesis | import("csstype").Property.FontSynthesis[] | undefined;
    readonly fontVariant?: import("csstype").Property.FontVariant | import("csstype").Property.FontVariant[] | undefined;
    readonly fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | import("csstype").Property.FontVariantAlternates[] | undefined;
    readonly fontVariantCaps?: import("csstype").Property.FontVariantCaps | import("csstype").Property.FontVariantCaps[] | undefined;
    readonly fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | import("csstype").Property.FontVariantEastAsian[] | undefined;
    readonly fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("csstype").Property.FontVariantLigatures[] | undefined;
    readonly fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | import("csstype").Property.FontVariantNumeric[] | undefined;
    readonly fontVariantPosition?: import("csstype").Property.FontVariantPosition | import("csstype").Property.FontVariantPosition[] | undefined;
    readonly fontVariationSettings?: import("csstype").Property.FontVariationSettings | import("csstype").Property.FontVariationSettings[] | undefined;
    readonly fontWeight?: import("csstype").Property.FontWeight | import("csstype").Property.FontWeight[] | undefined;
    readonly forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | import("csstype").Property.ForcedColorAdjust[] | undefined;
    readonly gridAutoColumns?: string | number | import("csstype").Property.GridAutoColumns<string | number>[] | undefined;
    readonly gridAutoFlow?: import("csstype").Property.GridAutoFlow | import("csstype").Property.GridAutoFlow[] | undefined;
    readonly gridAutoRows?: string | number | import("csstype").Property.GridAutoRows<string | number>[] | undefined;
    readonly gridColumnEnd?: import("csstype").Property.GridColumnEnd | import("csstype").Property.GridColumnEnd[] | undefined;
    readonly gridColumnStart?: import("csstype").Property.GridColumnStart | import("csstype").Property.GridColumnStart[] | undefined;
    readonly gridRowEnd?: import("csstype").Property.GridRowEnd | import("csstype").Property.GridRowEnd[] | undefined;
    readonly gridRowStart?: import("csstype").Property.GridRowStart | import("csstype").Property.GridRowStart[] | undefined;
    readonly gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | import("csstype").Property.GridTemplateAreas[] | undefined;
    readonly gridTemplateColumns?: string | number | import("csstype").Property.GridTemplateColumns<string | number>[] | undefined;
    readonly gridTemplateRows?: string | number | import("csstype").Property.GridTemplateRows<string | number>[] | undefined;
    readonly hangingPunctuation?: import("csstype").Property.HangingPunctuation | import("csstype").Property.HangingPunctuation[] | undefined;
    readonly hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("csstype").Property.HyphenateCharacter[] | undefined;
    readonly hyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
    readonly imageOrientation?: import("csstype").Property.ImageOrientation | import("csstype").Property.ImageOrientation[] | undefined;
    readonly imageRendering?: import("csstype").Property.ImageRendering | import("csstype").Property.ImageRendering[] | undefined;
    readonly imageResolution?: import("csstype").Property.ImageResolution | import("csstype").Property.ImageResolution[] | undefined;
    readonly initialLetter?: import("csstype").Property.InitialLetter | import("csstype").Property.InitialLetter[] | undefined;
    readonly inlineSize?: string | number | import("csstype").Property.InlineSize<string | number>[] | undefined;
    readonly inputSecurity?: import("csstype").Property.InputSecurity | import("csstype").Property.InputSecurity[] | undefined;
    readonly inset?: string | number | import("csstype").Property.Inset<string | number>[] | undefined;
    readonly insetBlock?: string | number | import("csstype").Property.InsetBlock<string | number>[] | undefined;
    readonly insetBlockEnd?: string | number | import("csstype").Property.InsetBlockEnd<string | number>[] | undefined;
    readonly insetBlockStart?: string | number | import("csstype").Property.InsetBlockStart<string | number>[] | undefined;
    readonly insetInline?: string | number | import("csstype").Property.InsetInline<string | number>[] | undefined;
    readonly insetInlineEnd?: string | number | import("csstype").Property.InsetInlineEnd<string | number>[] | undefined;
    readonly insetInlineStart?: string | number | import("csstype").Property.InsetInlineStart<string | number>[] | undefined;
    readonly isolation?: import("csstype").Property.Isolation | import("csstype").Property.Isolation[] | undefined;
    readonly justifyContent?: import("csstype").Property.JustifyContent | import("csstype").Property.JustifyContent[] | undefined;
    readonly justifyItems?: import("csstype").Property.JustifyItems | import("csstype").Property.JustifyItems[] | undefined;
    readonly justifySelf?: import("csstype").Property.JustifySelf | import("csstype").Property.JustifySelf[] | undefined;
    readonly justifyTracks?: import("csstype").Property.JustifyTracks | import("csstype").Property.JustifyTracks[] | undefined;
    readonly left?: string | number | import("csstype").Property.Left<string | number>[] | undefined;
    readonly letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | import("csstype").Property.LetterSpacing<string | number>[] | undefined;
    readonly lineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
    readonly lineHeight?: string | number | import("csstype").Property.LineHeight<string | number>[] | undefined;
    readonly lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | import("csstype").Property.LineHeightStep<string | number>[] | undefined;
    readonly listStyleImage?: import("csstype").Property.ListStyleImage | import("csstype").Property.ListStyleImage[] | undefined;
    readonly listStylePosition?: import("csstype").Property.ListStylePosition | import("csstype").Property.ListStylePosition[] | undefined;
    readonly listStyleType?: import("csstype").Property.ListStyleType | import("csstype").Property.ListStyleType[] | undefined;
    readonly marginBlock?: string | number | import("csstype").Property.MarginBlock<string | number>[] | undefined;
    readonly marginBlockEnd?: string | number | import("csstype").Property.MarginBlockEnd<string | number>[] | undefined;
    readonly marginBlockStart?: string | number | import("csstype").Property.MarginBlockStart<string | number>[] | undefined;
    readonly marginBottom?: string | number | import("csstype").Property.MarginBottom<string | number>[] | undefined;
    readonly marginInline?: string | number | import("csstype").Property.MarginInline<string | number>[] | undefined;
    readonly marginInlineEnd?: string | number | import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
    readonly marginInlineStart?: string | number | import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
    readonly marginLeft?: string | number | import("csstype").Property.MarginLeft<string | number>[] | undefined;
    readonly marginRight?: string | number | import("csstype").Property.MarginRight<string | number>[] | undefined;
    readonly marginTop?: string | number | import("csstype").Property.MarginTop<string | number>[] | undefined;
    readonly maskBorderMode?: import("csstype").Property.MaskBorderMode | import("csstype").Property.MaskBorderMode[] | undefined;
    readonly maskBorderOutset?: string | number | import("csstype").Property.MaskBorderOutset<string | number>[] | undefined;
    readonly maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | import("csstype").Property.MaskBorderRepeat[] | undefined;
    readonly maskBorderSlice?: import("csstype").Property.MaskBorderSlice | import("csstype").Property.MaskBorderSlice[] | undefined;
    readonly maskBorderSource?: import("csstype").Property.MaskBorderSource | import("csstype").Property.MaskBorderSource[] | undefined;
    readonly maskBorderWidth?: string | number | import("csstype").Property.MaskBorderWidth<string | number>[] | undefined;
    readonly maskClip?: import("csstype").Property.MaskClip | import("csstype").Property.MaskClip[] | undefined;
    readonly maskComposite?: import("csstype").Property.MaskComposite | import("csstype").Property.MaskComposite[] | undefined;
    readonly maskImage?: import("csstype").Property.MaskImage | import("csstype").Property.MaskImage[] | undefined;
    readonly maskMode?: import("csstype").Property.MaskMode | import("csstype").Property.MaskMode[] | undefined;
    readonly maskOrigin?: import("csstype").Property.MaskOrigin | import("csstype").Property.MaskOrigin[] | undefined;
    readonly maskPosition?: string | number | import("csstype").Property.MaskPosition<string | number>[] | undefined;
    readonly maskRepeat?: import("csstype").Property.MaskRepeat | import("csstype").Property.MaskRepeat[] | undefined;
    readonly maskSize?: string | number | import("csstype").Property.MaskSize<string | number>[] | undefined;
    readonly maskType?: import("csstype").Property.MaskType | import("csstype").Property.MaskType[] | undefined;
    readonly mathDepth?: import("csstype").Property.MathDepth | import("csstype").Property.MathDepth[] | undefined;
    readonly mathShift?: import("csstype").Property.MathShift | import("csstype").Property.MathShift[] | undefined;
    readonly mathStyle?: import("csstype").Property.MathStyle | import("csstype").Property.MathStyle[] | undefined;
    readonly maxBlockSize?: string | number | import("csstype").Property.MaxBlockSize<string | number>[] | undefined;
    readonly maxHeight?: string | number | import("csstype").Property.MaxHeight<string | number>[] | undefined;
    readonly maxInlineSize?: string | number | import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
    readonly maxLines?: import("csstype").Property.MaxLines | import("csstype").Property.MaxLines[] | undefined;
    readonly maxWidth?: string | number | import("csstype").Property.MaxWidth<string | number>[] | undefined;
    readonly minBlockSize?: string | number | import("csstype").Property.MinBlockSize<string | number>[] | undefined;
    readonly minInlineSize?: string | number | import("csstype").Property.MinInlineSize<string | number>[] | undefined;
    readonly minWidth?: string | number | import("csstype").Property.MinWidth<string | number>[] | undefined;
    readonly mixBlendMode?: import("csstype").Property.MixBlendMode | import("csstype").Property.MixBlendMode[] | undefined;
    readonly motionDistance?: string | number | import("csstype").Property.OffsetDistance<string | number>[] | undefined;
    readonly motionPath?: import("csstype").Property.OffsetPath | import("csstype").Property.OffsetPath[] | undefined;
    readonly motionRotation?: import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[] | undefined;
    readonly objectFit?: import("csstype").Property.ObjectFit | import("csstype").Property.ObjectFit[] | undefined;
    readonly objectPosition?: string | number | import("csstype").Property.ObjectPosition<string | number>[] | undefined;
    readonly offsetAnchor?: string | number | import("csstype").Property.OffsetAnchor<string | number>[] | undefined;
    readonly offsetDistance?: string | number | import("csstype").Property.OffsetDistance<string | number>[] | undefined;
    readonly offsetPath?: import("csstype").Property.OffsetPath | import("csstype").Property.OffsetPath[] | undefined;
    readonly offsetRotate?: import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[] | undefined;
    readonly offsetRotation?: import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[] | undefined;
    readonly opacity?: import("csstype").Property.Opacity | import("csstype").Property.Opacity[] | undefined;
    readonly order?: import("csstype").Property.Order | import("csstype").Property.Order[] | undefined;
    readonly orphans?: import("csstype").Property.Orphans | import("csstype").Property.Orphans[] | undefined;
    readonly outlineColor?: import("csstype").Property.OutlineColor | import("csstype").Property.OutlineColor[] | undefined;
    readonly outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | import("csstype").Property.OutlineOffset<string | number>[] | undefined;
    readonly outlineStyle?: import("csstype").Property.OutlineStyle | import("csstype").Property.OutlineStyle[] | undefined;
    readonly outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("csstype").Property.OutlineWidth<string | number>[] | undefined;
    readonly overflowAnchor?: import("csstype").Property.OverflowAnchor | import("csstype").Property.OverflowAnchor[] | undefined;
    readonly overflowBlock?: import("csstype").Property.OverflowBlock | import("csstype").Property.OverflowBlock[] | undefined;
    readonly overflowClipBox?: import("csstype").Property.OverflowClipBox | import("csstype").Property.OverflowClipBox[] | undefined;
    readonly overflowClipMargin?: string | number | import("csstype").Property.OverflowClipMargin<string | number>[] | undefined;
    readonly overflowInline?: import("csstype").Property.OverflowInline | import("csstype").Property.OverflowInline[] | undefined;
    readonly overflowX?: import("csstype").Property.OverflowX | import("csstype").Property.OverflowX[] | undefined;
    readonly overflowY?: import("csstype").Property.OverflowY | import("csstype").Property.OverflowY[] | undefined;
    readonly overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | import("csstype").Property.OverscrollBehaviorBlock[] | undefined;
    readonly overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | import("csstype").Property.OverscrollBehaviorInline[] | undefined;
    readonly overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | import("csstype").Property.OverscrollBehaviorX[] | undefined;
    readonly overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | import("csstype").Property.OverscrollBehaviorY[] | undefined;
    readonly paddingBlock?: string | number | import("csstype").Property.PaddingBlock<string | number>[] | undefined;
    readonly paddingBlockEnd?: string | number | import("csstype").Property.PaddingBlockEnd<string | number>[] | undefined;
    readonly paddingBlockStart?: string | number | import("csstype").Property.PaddingBlockStart<string | number>[] | undefined;
    readonly paddingInline?: string | number | import("csstype").Property.PaddingInline<string | number>[] | undefined;
    readonly paddingInlineEnd?: string | number | import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
    readonly paddingInlineStart?: string | number | import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
    readonly paddingLeft?: string | number | import("csstype").Property.PaddingLeft<string | number>[] | undefined;
    readonly paddingRight?: string | number | import("csstype").Property.PaddingRight<string | number>[] | undefined;
    readonly pageBreakAfter?: import("csstype").Property.PageBreakAfter | import("csstype").Property.PageBreakAfter[] | undefined;
    readonly pageBreakBefore?: import("csstype").Property.PageBreakBefore | import("csstype").Property.PageBreakBefore[] | undefined;
    readonly pageBreakInside?: import("csstype").Property.PageBreakInside | import("csstype").Property.PageBreakInside[] | undefined;
    readonly paintOrder?: import("csstype").Property.PaintOrder | import("csstype").Property.PaintOrder[] | undefined;
    readonly perspective?: import("csstype").Property.Perspective<string | number> | import("csstype").Property.Perspective<string | number>[] | undefined;
    readonly perspectiveOrigin?: string | number | import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
    readonly placeContent?: import("csstype").Property.PlaceContent | import("csstype").Property.PlaceContent[] | undefined;
    readonly pointerEvents?: import("csstype").Property.PointerEvents | import("csstype").Property.PointerEvents[] | undefined;
    readonly position?: import("csstype").Property.Position | import("csstype").Property.Position[] | undefined;
    readonly printColorAdjust?: import("csstype").Property.PrintColorAdjust | import("csstype").Property.PrintColorAdjust[] | undefined;
    readonly quotes?: import("csstype").Property.Quotes | import("csstype").Property.Quotes[] | undefined;
    readonly right?: string | number | import("csstype").Property.Right<string | number>[] | undefined;
    readonly rotate?: import("csstype").Property.Rotate | import("csstype").Property.Rotate[] | undefined;
    readonly rowGap?: string | number | import("csstype").Property.RowGap<string | number>[] | undefined;
    readonly rubyAlign?: import("csstype").Property.RubyAlign | import("csstype").Property.RubyAlign[] | undefined;
    readonly rubyMerge?: import("csstype").Property.RubyMerge | import("csstype").Property.RubyMerge[] | undefined;
    readonly rubyPosition?: import("csstype").Property.RubyPosition | import("csstype").Property.RubyPosition[] | undefined;
    readonly scale?: import("csstype").Property.Scale | import("csstype").Property.Scale[] | undefined;
    readonly scrollBehavior?: import("csstype").Property.ScrollBehavior | import("csstype").Property.ScrollBehavior[] | undefined;
    readonly scrollMargin?: string | number | import("csstype").Property.ScrollMargin<string | number>[] | undefined;
    readonly scrollMarginBlock?: string | number | import("csstype").Property.ScrollMarginBlock<string | number>[] | undefined;
    readonly scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | import("csstype").Property.ScrollMarginBlockEnd<string | number>[] | undefined;
    readonly scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | import("csstype").Property.ScrollMarginBlockStart<string | number>[] | undefined;
    readonly scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined;
    readonly scrollMarginInline?: string | number | import("csstype").Property.ScrollMarginInline<string | number>[] | undefined;
    readonly scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | import("csstype").Property.ScrollMarginInlineEnd<string | number>[] | undefined;
    readonly scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | import("csstype").Property.ScrollMarginInlineStart<string | number>[] | undefined;
    readonly scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined;
    readonly scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("csstype").Property.ScrollMarginRight<string | number>[] | undefined;
    readonly scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("csstype").Property.ScrollMarginTop<string | number>[] | undefined;
    readonly scrollPadding?: string | number | import("csstype").Property.ScrollPadding<string | number>[] | undefined;
    readonly scrollPaddingBlock?: string | number | import("csstype").Property.ScrollPaddingBlock<string | number>[] | undefined;
    readonly scrollPaddingBlockEnd?: string | number | import("csstype").Property.ScrollPaddingBlockEnd<string | number>[] | undefined;
    readonly scrollPaddingBlockStart?: string | number | import("csstype").Property.ScrollPaddingBlockStart<string | number>[] | undefined;
    readonly scrollPaddingBottom?: string | number | import("csstype").Property.ScrollPaddingBottom<string | number>[] | undefined;
    readonly scrollPaddingInline?: string | number | import("csstype").Property.ScrollPaddingInline<string | number>[] | undefined;
    readonly scrollPaddingInlineEnd?: string | number | import("csstype").Property.ScrollPaddingInlineEnd<string | number>[] | undefined;
    readonly scrollPaddingInlineStart?: string | number | import("csstype").Property.ScrollPaddingInlineStart<string | number>[] | undefined;
    readonly scrollPaddingLeft?: string | number | import("csstype").Property.ScrollPaddingLeft<string | number>[] | undefined;
    readonly scrollPaddingRight?: string | number | import("csstype").Property.ScrollPaddingRight<string | number>[] | undefined;
    readonly scrollPaddingTop?: string | number | import("csstype").Property.ScrollPaddingTop<string | number>[] | undefined;
    readonly scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | import("csstype").Property.ScrollSnapAlign[] | undefined;
    readonly scrollSnapMargin?: string | number | import("csstype").Property.ScrollMargin<string | number>[] | undefined;
    readonly scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined;
    readonly scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined;
    readonly scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | import("csstype").Property.ScrollMarginRight<string | number>[] | undefined;
    readonly scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | import("csstype").Property.ScrollMarginTop<string | number>[] | undefined;
    readonly scrollSnapStop?: import("csstype").Property.ScrollSnapStop | import("csstype").Property.ScrollSnapStop[] | undefined;
    readonly scrollSnapType?: import("csstype").Property.ScrollSnapType | import("csstype").Property.ScrollSnapType[] | undefined;
    readonly scrollbarColor?: import("csstype").Property.ScrollbarColor | import("csstype").Property.ScrollbarColor[] | undefined;
    readonly scrollbarGutter?: import("csstype").Property.ScrollbarGutter | import("csstype").Property.ScrollbarGutter[] | undefined;
    readonly scrollbarWidth?: import("csstype").Property.ScrollbarWidth | import("csstype").Property.ScrollbarWidth[] | undefined;
    readonly shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | import("csstype").Property.ShapeImageThreshold[] | undefined;
    readonly shapeMargin?: string | number | import("csstype").Property.ShapeMargin<string | number>[] | undefined;
    readonly shapeOutside?: import("csstype").Property.ShapeOutside | import("csstype").Property.ShapeOutside[] | undefined;
    readonly tabSize?: string | number | import("csstype").Property.TabSize<string | number>[] | undefined;
    readonly tableLayout?: import("csstype").Property.TableLayout | import("csstype").Property.TableLayout[] | undefined;
    readonly textAlign?: import("csstype").Property.TextAlign | import("csstype").Property.TextAlign[] | undefined;
    readonly textAlignLast?: import("csstype").Property.TextAlignLast | import("csstype").Property.TextAlignLast[] | undefined;
    readonly textCombineUpright?: import("csstype").Property.TextCombineUpright | import("csstype").Property.TextCombineUpright[] | undefined;
    readonly textDecorationColor?: import("csstype").Property.TextDecorationColor | import("csstype").Property.TextDecorationColor[] | undefined;
    readonly textDecorationLine?: import("csstype").Property.TextDecorationLine | import("csstype").Property.TextDecorationLine[] | undefined;
    readonly textDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("csstype").Property.TextDecorationSkip[] | undefined;
    readonly textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | import("csstype").Property.TextDecorationSkipInk[] | undefined;
    readonly textDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("csstype").Property.TextDecorationStyle[] | undefined;
    readonly textDecorationThickness?: string | number | import("csstype").Property.TextDecorationThickness<string | number>[] | undefined;
    readonly textEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("csstype").Property.TextEmphasisColor[] | undefined;
    readonly textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("csstype").Property.TextEmphasisPosition[] | undefined;
    readonly textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("csstype").Property.TextEmphasisStyle[] | undefined;
    readonly textIndent?: string | number | import("csstype").Property.TextIndent<string | number>[] | undefined;
    readonly textJustify?: import("csstype").Property.TextJustify | import("csstype").Property.TextJustify[] | undefined;
    readonly textOrientation?: import("csstype").Property.TextOrientation | import("csstype").Property.TextOrientation[] | undefined;
    readonly textOverflow?: import("csstype").Property.TextOverflow | import("csstype").Property.TextOverflow[] | undefined;
    readonly textRendering?: import("csstype").Property.TextRendering | import("csstype").Property.TextRendering[] | undefined;
    readonly textShadow?: import("csstype").Property.TextShadow | import("csstype").Property.TextShadow[] | undefined;
    readonly textSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("csstype").Property.TextSizeAdjust[] | undefined;
    readonly textTransform?: import("csstype").Property.TextTransform | import("csstype").Property.TextTransform[] | undefined;
    readonly textUnderlineOffset?: string | number | import("csstype").Property.TextUnderlineOffset<string | number>[] | undefined;
    readonly textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("csstype").Property.TextUnderlinePosition[] | undefined;
    readonly top?: string | number | import("csstype").Property.Top<string | number>[] | undefined;
    readonly touchAction?: import("csstype").Property.TouchAction | import("csstype").Property.TouchAction[] | undefined;
    readonly transform?: import("csstype").Property.Transform | import("csstype").Property.Transform[] | undefined;
    readonly transformBox?: import("csstype").Property.TransformBox | import("csstype").Property.TransformBox[] | undefined;
    readonly transformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly transformStyle?: import("csstype").Property.TransformStyle | import("csstype").Property.TransformStyle[] | undefined;
    readonly transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly transitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly translate?: string | number | import("csstype").Property.Translate<string | number>[] | undefined;
    readonly unicodeBidi?: import("csstype").Property.UnicodeBidi | import("csstype").Property.UnicodeBidi[] | undefined;
    readonly userSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
    readonly verticalAlign?: string | number | import("csstype").Property.VerticalAlign<string | number>[] | undefined;
    readonly visibility?: import("csstype").Property.Visibility | import("csstype").Property.Visibility[] | undefined;
    readonly whiteSpace?: import("csstype").Property.WhiteSpace | import("csstype").Property.WhiteSpace[] | undefined;
    readonly widows?: import("csstype").Property.Widows | import("csstype").Property.Widows[] | undefined;
    readonly width?: string | number | import("csstype").Property.Width<string | number>[] | undefined;
    readonly willChange?: import("csstype").Property.WillChange | import("csstype").Property.WillChange[] | undefined;
    readonly wordSpacing?: import("csstype").Property.WordSpacing<string | number> | import("csstype").Property.WordSpacing<string | number>[] | undefined;
    readonly writingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined;
    readonly zIndex?: import("csstype").Property.ZIndex | import("csstype").Property.ZIndex[] | undefined;
    readonly zoom?: import("csstype").Property.Zoom | import("csstype").Property.Zoom[] | undefined;
    readonly all?: import("csstype").Globals | import("csstype").Globals[] | undefined;
    readonly animation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | undefined;
    readonly background?: string | number | import("csstype").Property.Background<string | number>[] | undefined;
    readonly backgroundPosition?: string | number | import("csstype").Property.BackgroundPosition<string | number>[] | undefined;
    readonly border?: string | number | import("csstype").Property.Border<string | number>[] | undefined;
    readonly borderBlock?: string | number | import("csstype").Property.BorderBlock<string | number>[] | undefined;
    readonly borderBlockEnd?: string | number | import("csstype").Property.BorderBlockEnd<string | number>[] | undefined;
    readonly borderBlockStart?: string | number | import("csstype").Property.BorderBlockStart<string | number>[] | undefined;
    readonly borderBottom?: string | number | import("csstype").Property.BorderBottom<string | number>[] | undefined;
    readonly borderColor?: import("csstype").Property.BorderColor | import("csstype").Property.BorderColor[] | undefined;
    readonly borderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | undefined;
    readonly borderInline?: string | number | import("csstype").Property.BorderInline<string | number>[] | undefined;
    readonly borderInlineEnd?: string | number | import("csstype").Property.BorderInlineEnd<string | number>[] | undefined;
    readonly borderInlineStart?: string | number | import("csstype").Property.BorderInlineStart<string | number>[] | undefined;
    readonly borderLeft?: string | number | import("csstype").Property.BorderLeft<string | number>[] | undefined;
    readonly borderRadius?: string | number | import("csstype").Property.BorderRadius<string | number>[] | undefined;
    readonly borderRight?: string | number | import("csstype").Property.BorderRight<string | number>[] | undefined;
    readonly borderStyle?: import("csstype").Property.BorderStyle | import("csstype").Property.BorderStyle[] | undefined;
    readonly borderTop?: string | number | import("csstype").Property.BorderTop<string | number>[] | undefined;
    readonly borderWidth?: string | number | import("csstype").Property.BorderWidth<string | number>[] | undefined;
    readonly columnRule?: string | number | import("csstype").Property.ColumnRule<string | number>[] | undefined;
    readonly columns?: string | number | import("csstype").Property.Columns<string | number>[] | undefined;
    readonly flex?: string | number | import("csstype").Property.Flex<string | number>[] | undefined;
    readonly flexFlow?: import("csstype").Property.FlexFlow | import("csstype").Property.FlexFlow[] | undefined;
    readonly font?: import("csstype").Property.Font | import("csstype").Property.Font[] | undefined;
    readonly gap?: string | number | import("csstype").Property.Gap<string | number>[] | undefined;
    readonly grid?: import("csstype").Property.Grid | import("csstype").Property.Grid[] | undefined;
    readonly gridArea?: import("csstype").Property.GridArea | import("csstype").Property.GridArea[] | undefined;
    readonly gridColumn?: import("csstype").Property.GridColumn | import("csstype").Property.GridColumn[] | undefined;
    readonly gridRow?: import("csstype").Property.GridRow | import("csstype").Property.GridRow[] | undefined;
    readonly gridTemplate?: import("csstype").Property.GridTemplate | import("csstype").Property.GridTemplate[] | undefined;
    readonly lineClamp?: import("csstype").Property.LineClamp | import("csstype").Property.LineClamp[] | undefined;
    readonly listStyle?: import("csstype").Property.ListStyle | import("csstype").Property.ListStyle[] | undefined;
    readonly margin?: string | number | import("csstype").Property.Margin<string | number>[] | undefined;
    readonly mask?: string | number | import("csstype").Property.Mask<string | number>[] | undefined;
    readonly maskBorder?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | undefined;
    readonly motion?: string | number | import("csstype").Property.Offset<string | number>[] | undefined;
    readonly offset?: string | number | import("csstype").Property.Offset<string | number>[] | undefined;
    readonly outline?: string | number | import("csstype").Property.Outline<string | number>[] | undefined;
    readonly overflow?: import("csstype").Property.Overflow | import("csstype").Property.Overflow[] | undefined;
    readonly overscrollBehavior?: import("csstype").Property.OverscrollBehavior | import("csstype").Property.OverscrollBehavior[] | undefined;
    readonly padding?: string | number | import("csstype").Property.Padding<string | number>[] | undefined;
    readonly placeItems?: import("csstype").Property.PlaceItems | import("csstype").Property.PlaceItems[] | undefined;
    readonly placeSelf?: import("csstype").Property.PlaceSelf | import("csstype").Property.PlaceSelf[] | undefined;
    readonly textDecoration?: string | number | import("csstype").Property.TextDecoration<string | number>[] | undefined;
    readonly textEmphasis?: import("csstype").Property.TextEmphasis | import("csstype").Property.TextEmphasis[] | undefined;
    readonly transition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
    readonly MozAnimationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
    readonly MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
    readonly MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[] | undefined;
    readonly MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("csstype").Property.AnimationIterationCount[] | undefined;
    readonly MozAnimationName?: import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[] | undefined;
    readonly MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
    readonly MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
    readonly MozAppearance?: import("csstype").Property.MozAppearance | import("csstype").Property.MozAppearance[] | undefined;
    readonly MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("csstype").Property.BackfaceVisibility[] | undefined;
    readonly MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | import("csstype").Property.MozBorderBottomColors[] | undefined;
    readonly MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | import("csstype").Property.BorderInlineEndColor[] | undefined;
    readonly MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | import("csstype").Property.BorderInlineEndStyle[] | undefined;
    readonly MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | import("csstype").Property.BorderInlineEndWidth<string | number>[] | undefined;
    readonly MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | import("csstype").Property.MozBorderLeftColors[] | undefined;
    readonly MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | import("csstype").Property.MozBorderRightColors[] | undefined;
    readonly MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | import("csstype").Property.BorderInlineStartColor[] | undefined;
    readonly MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | import("csstype").Property.BorderInlineStartStyle[] | undefined;
    readonly MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | import("csstype").Property.MozBorderTopColors[] | undefined;
    readonly MozBoxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined;
    readonly MozColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | undefined;
    readonly MozColumnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
    readonly MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
    readonly MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("csstype").Property.ColumnRuleStyle[] | undefined;
    readonly MozColumnRuleWidth?: string | number | import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
    readonly MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("csstype").Property.ColumnWidth<string | number>[] | undefined;
    readonly MozContextProperties?: import("csstype").Property.MozContextProperties | import("csstype").Property.MozContextProperties[] | undefined;
    readonly MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("csstype").Property.FontFeatureSettings[] | undefined;
    readonly MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | import("csstype").Property.FontLanguageOverride[] | undefined;
    readonly MozHyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
    readonly MozImageRegion?: import("csstype").Property.MozImageRegion | import("csstype").Property.MozImageRegion[] | undefined;
    readonly MozMarginEnd?: string | number | import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
    readonly MozMarginStart?: string | number | import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
    readonly MozOrient?: import("csstype").Property.MozOrient | import("csstype").Property.MozOrient[] | undefined;
    readonly MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("csstype").Property.FontSmooth<string | number>[] | undefined;
    readonly MozPaddingEnd?: string | number | import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
    readonly MozPaddingStart?: string | number | import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
    readonly MozPerspective?: import("csstype").Property.Perspective<string | number> | import("csstype").Property.Perspective<string | number>[] | undefined;
    readonly MozPerspectiveOrigin?: string | number | import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
    readonly MozStackSizing?: import("csstype").Property.MozStackSizing | import("csstype").Property.MozStackSizing[] | undefined;
    readonly MozTabSize?: string | number | import("csstype").Property.TabSize<string | number>[] | undefined;
    readonly MozTextBlink?: import("csstype").Property.MozTextBlink | import("csstype").Property.MozTextBlink[] | undefined;
    readonly MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("csstype").Property.TextSizeAdjust[] | undefined;
    readonly MozTransformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly MozTransformStyle?: import("csstype").Property.TransformStyle | import("csstype").Property.TransformStyle[] | undefined;
    readonly MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly MozTransitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly MozUserFocus?: import("csstype").Property.MozUserFocus | import("csstype").Property.MozUserFocus[] | undefined;
    readonly MozUserModify?: import("csstype").Property.MozUserModify | import("csstype").Property.MozUserModify[] | undefined;
    readonly MozUserSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
    readonly MozWindowDragging?: import("csstype").Property.MozWindowDragging | import("csstype").Property.MozWindowDragging[] | undefined;
    readonly MozWindowShadow?: import("csstype").Property.MozWindowShadow | import("csstype").Property.MozWindowShadow[] | undefined;
    readonly msAccelerator?: import("csstype").Property.MsAccelerator | import("csstype").Property.MsAccelerator[] | undefined;
    readonly msBlockProgression?: import("csstype").Property.MsBlockProgression | import("csstype").Property.MsBlockProgression[] | undefined;
    readonly msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | import("csstype").Property.MsContentZoomChaining[] | undefined;
    readonly msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | import("csstype").Property.MsContentZoomLimitMax[] | undefined;
    readonly msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | import("csstype").Property.MsContentZoomLimitMin[] | undefined;
    readonly msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | import("csstype").Property.MsContentZoomSnapPoints[] | undefined;
    readonly msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | import("csstype").Property.MsContentZoomSnapType[] | undefined;
    readonly msContentZooming?: import("csstype").Property.MsContentZooming | import("csstype").Property.MsContentZooming[] | undefined;
    readonly msFilter?: import("csstype").Property.MsFilter | import("csstype").Property.MsFilter[] | undefined;
    readonly msFlexDirection?: import("csstype").Property.FlexDirection | import("csstype").Property.FlexDirection[] | undefined;
    readonly msFlexPositive?: import("csstype").Property.FlexGrow | import("csstype").Property.FlexGrow[] | undefined;
    readonly msFlowFrom?: import("csstype").Property.MsFlowFrom | import("csstype").Property.MsFlowFrom[] | undefined;
    readonly msFlowInto?: import("csstype").Property.MsFlowInto | import("csstype").Property.MsFlowInto[] | undefined;
    readonly msGridColumns?: string | number | import("csstype").Property.MsGridColumns<string | number>[] | undefined;
    readonly msGridRows?: string | number | import("csstype").Property.MsGridRows<string | number>[] | undefined;
    readonly msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | import("csstype").Property.MsHighContrastAdjust[] | undefined;
    readonly msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | import("csstype").Property.MsHyphenateLimitChars[] | undefined;
    readonly msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | import("csstype").Property.MsHyphenateLimitLines[] | undefined;
    readonly msHyphenateLimitZone?: string | number | import("csstype").Property.MsHyphenateLimitZone<string | number>[] | undefined;
    readonly msHyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
    readonly msImeAlign?: import("csstype").Property.MsImeAlign | import("csstype").Property.MsImeAlign[] | undefined;
    readonly msLineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
    readonly msOrder?: import("csstype").Property.Order | import("csstype").Property.Order[] | undefined;
    readonly msOverflowStyle?: import("csstype").Property.MsOverflowStyle | import("csstype").Property.MsOverflowStyle[] | undefined;
    readonly msOverflowX?: import("csstype").Property.OverflowX | import("csstype").Property.OverflowX[] | undefined;
    readonly msOverflowY?: import("csstype").Property.OverflowY | import("csstype").Property.OverflowY[] | undefined;
    readonly msScrollChaining?: import("csstype").Property.MsScrollChaining | import("csstype").Property.MsScrollChaining[] | undefined;
    readonly msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | import("csstype").Property.MsScrollLimitXMax<string | number>[] | undefined;
    readonly msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | import("csstype").Property.MsScrollLimitXMin<string | number>[] | undefined;
    readonly msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | import("csstype").Property.MsScrollLimitYMax<string | number>[] | undefined;
    readonly msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | import("csstype").Property.MsScrollLimitYMin<string | number>[] | undefined;
    readonly msScrollRails?: import("csstype").Property.MsScrollRails | import("csstype").Property.MsScrollRails[] | undefined;
    readonly msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | import("csstype").Property.MsScrollSnapPointsX[] | undefined;
    readonly msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | import("csstype").Property.MsScrollSnapPointsY[] | undefined;
    readonly msScrollSnapType?: import("csstype").Property.MsScrollSnapType | import("csstype").Property.MsScrollSnapType[] | undefined;
    readonly msScrollTranslation?: import("csstype").Property.MsScrollTranslation | import("csstype").Property.MsScrollTranslation[] | undefined;
    readonly msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | import("csstype").Property.MsScrollbar3dlightColor[] | undefined;
    readonly msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | import("csstype").Property.MsScrollbarArrowColor[] | undefined;
    readonly msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | import("csstype").Property.MsScrollbarBaseColor[] | undefined;
    readonly msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | import("csstype").Property.MsScrollbarDarkshadowColor[] | undefined;
    readonly msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | import("csstype").Property.MsScrollbarFaceColor[] | undefined;
    readonly msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | import("csstype").Property.MsScrollbarHighlightColor[] | undefined;
    readonly msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | import("csstype").Property.MsScrollbarShadowColor[] | undefined;
    readonly msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | import("csstype").Property.MsScrollbarTrackColor[] | undefined;
    readonly msTextAutospace?: import("csstype").Property.MsTextAutospace | import("csstype").Property.MsTextAutospace[] | undefined;
    readonly msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | import("csstype").Property.TextCombineUpright[] | undefined;
    readonly msTextOverflow?: import("csstype").Property.TextOverflow | import("csstype").Property.TextOverflow[] | undefined;
    readonly msTouchAction?: import("csstype").Property.TouchAction | import("csstype").Property.TouchAction[] | undefined;
    readonly msTouchSelect?: import("csstype").Property.MsTouchSelect | import("csstype").Property.MsTouchSelect[] | undefined;
    readonly msTransform?: import("csstype").Property.Transform | import("csstype").Property.Transform[] | undefined;
    readonly msTransformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly msTransitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly msUserSelect?: import("csstype").Property.MsUserSelect | import("csstype").Property.MsUserSelect[] | undefined;
    readonly msWordBreak?: import("csstype").Property.WordBreak | import("csstype").Property.WordBreak[] | undefined;
    readonly msWrapFlow?: import("csstype").Property.MsWrapFlow | import("csstype").Property.MsWrapFlow[] | undefined;
    readonly msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | import("csstype").Property.MsWrapMargin<string | number>[] | undefined;
    readonly msWrapThrough?: import("csstype").Property.MsWrapThrough | import("csstype").Property.MsWrapThrough[] | undefined;
    readonly msWritingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined;
    readonly WebkitAlignContent?: import("csstype").Property.AlignContent | import("csstype").Property.AlignContent[] | undefined;
    readonly WebkitAlignItems?: import("csstype").Property.AlignItems | import("csstype").Property.AlignItems[] | undefined;
    readonly WebkitAlignSelf?: import("csstype").Property.AlignSelf | import("csstype").Property.AlignSelf[] | undefined;
    readonly WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
    readonly WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
    readonly WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
    readonly WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[] | undefined;
    readonly WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("csstype").Property.AnimationIterationCount[] | undefined;
    readonly WebkitAnimationName?: import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[] | undefined;
    readonly WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
    readonly WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
    readonly WebkitAppearance?: import("csstype").Property.WebkitAppearance | import("csstype").Property.WebkitAppearance[] | undefined;
    readonly WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | import("csstype").Property.BackdropFilter[] | undefined;
    readonly WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | import("csstype").Property.BackfaceVisibility[] | undefined;
    readonly WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | import("csstype").Property.BackgroundClip[] | undefined;
    readonly WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("csstype").Property.BackgroundOrigin[] | undefined;
    readonly WebkitBackgroundSize?: string | number | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
    readonly WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | import("csstype").Property.WebkitBorderBeforeColor[] | undefined;
    readonly WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | import("csstype").Property.WebkitBorderBeforeStyle[] | undefined;
    readonly WebkitBorderBeforeWidth?: string | number | import("csstype").Property.WebkitBorderBeforeWidth<string | number>[] | undefined;
    readonly WebkitBorderBottomLeftRadius?: string | number | import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
    readonly WebkitBorderBottomRightRadius?: string | number | import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
    readonly WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | import("csstype").Property.BorderImageSlice[] | undefined;
    readonly WebkitBorderTopLeftRadius?: string | number | import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
    readonly WebkitBorderTopRightRadius?: string | number | import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
    readonly WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | import("csstype").Property.BoxDecorationBreak[] | undefined;
    readonly WebkitBoxReflect?: string | number | import("csstype").Property.WebkitBoxReflect<string | number>[] | undefined;
    readonly WebkitBoxShadow?: import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[] | undefined;
    readonly WebkitBoxSizing?: import("csstype").Property.BoxSizing | import("csstype").Property.BoxSizing[] | undefined;
    readonly WebkitClipPath?: import("csstype").Property.ClipPath | import("csstype").Property.ClipPath[] | undefined;
    readonly WebkitColumnCount?: import("csstype").Property.ColumnCount | import("csstype").Property.ColumnCount[] | undefined;
    readonly WebkitColumnFill?: import("csstype").Property.ColumnFill | import("csstype").Property.ColumnFill[] | undefined;
    readonly WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[] | undefined;
    readonly WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | import("csstype").Property.ColumnRuleStyle[] | undefined;
    readonly WebkitColumnRuleWidth?: string | number | import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
    readonly WebkitColumnSpan?: import("csstype").Property.ColumnSpan | import("csstype").Property.ColumnSpan[] | undefined;
    readonly WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | import("csstype").Property.ColumnWidth<string | number>[] | undefined;
    readonly WebkitFilter?: import("csstype").Property.Filter | import("csstype").Property.Filter[] | undefined;
    readonly WebkitFlexBasis?: string | number | import("csstype").Property.FlexBasis<string | number>[] | undefined;
    readonly WebkitFlexDirection?: import("csstype").Property.FlexDirection | import("csstype").Property.FlexDirection[] | undefined;
    readonly WebkitFlexGrow?: import("csstype").Property.FlexGrow | import("csstype").Property.FlexGrow[] | undefined;
    readonly WebkitFlexShrink?: import("csstype").Property.FlexShrink | import("csstype").Property.FlexShrink[] | undefined;
    readonly WebkitFlexWrap?: import("csstype").Property.FlexWrap | import("csstype").Property.FlexWrap[] | undefined;
    readonly WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | import("csstype").Property.FontFeatureSettings[] | undefined;
    readonly WebkitFontKerning?: import("csstype").Property.FontKerning | import("csstype").Property.FontKerning[] | undefined;
    readonly WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | import("csstype").Property.FontSmooth<string | number>[] | undefined;
    readonly WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | import("csstype").Property.FontVariantLigatures[] | undefined;
    readonly WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | import("csstype").Property.HyphenateCharacter[] | undefined;
    readonly WebkitHyphens?: import("csstype").Property.Hyphens | import("csstype").Property.Hyphens[] | undefined;
    readonly WebkitInitialLetter?: import("csstype").Property.InitialLetter | import("csstype").Property.InitialLetter[] | undefined;
    readonly WebkitJustifyContent?: import("csstype").Property.JustifyContent | import("csstype").Property.JustifyContent[] | undefined;
    readonly WebkitLineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
    readonly WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | import("csstype").Property.WebkitLineClamp[] | undefined;
    readonly WebkitMarginEnd?: string | number | import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
    readonly WebkitMarginStart?: string | number | import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
    readonly WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | import("csstype").Property.WebkitMaskAttachment[] | undefined;
    readonly WebkitMaskBoxImageOutset?: string | number | import("csstype").Property.MaskBorderOutset<string | number>[] | undefined;
    readonly WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | import("csstype").Property.MaskBorderRepeat[] | undefined;
    readonly WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | import("csstype").Property.MaskBorderSlice[] | undefined;
    readonly WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | import("csstype").Property.MaskBorderSource[] | undefined;
    readonly WebkitMaskBoxImageWidth?: string | number | import("csstype").Property.MaskBorderWidth<string | number>[] | undefined;
    readonly WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | import("csstype").Property.WebkitMaskClip[] | undefined;
    readonly WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | import("csstype").Property.WebkitMaskComposite[] | undefined;
    readonly WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | import("csstype").Property.WebkitMaskImage[] | undefined;
    readonly WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | import("csstype").Property.WebkitMaskOrigin[] | undefined;
    readonly WebkitMaskPosition?: string | number | import("csstype").Property.WebkitMaskPosition<string | number>[] | undefined;
    readonly WebkitMaskPositionX?: string | number | import("csstype").Property.WebkitMaskPositionX<string | number>[] | undefined;
    readonly WebkitMaskPositionY?: string | number | import("csstype").Property.WebkitMaskPositionY<string | number>[] | undefined;
    readonly WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | import("csstype").Property.WebkitMaskRepeat[] | undefined;
    readonly WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | import("csstype").Property.WebkitMaskRepeatX[] | undefined;
    readonly WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | import("csstype").Property.WebkitMaskRepeatY[] | undefined;
    readonly WebkitMaskSize?: string | number | import("csstype").Property.WebkitMaskSize<string | number>[] | undefined;
    readonly WebkitMaxInlineSize?: string | number | import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
    readonly WebkitOrder?: import("csstype").Property.Order | import("csstype").Property.Order[] | undefined;
    readonly WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | import("csstype").Property.WebkitOverflowScrolling[] | undefined;
    readonly WebkitPaddingEnd?: string | number | import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
    readonly WebkitPaddingStart?: string | number | import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
    readonly WebkitPerspective?: import("csstype").Property.Perspective<string | number> | import("csstype").Property.Perspective<string | number>[] | undefined;
    readonly WebkitPerspectiveOrigin?: string | number | import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
    readonly WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | import("csstype").Property.PrintColorAdjust[] | undefined;
    readonly WebkitRubyPosition?: import("csstype").Property.RubyPosition | import("csstype").Property.RubyPosition[] | undefined;
    readonly WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | import("csstype").Property.ScrollSnapType[] | undefined;
    readonly WebkitShapeMargin?: string | number | import("csstype").Property.ShapeMargin<string | number>[] | undefined;
    readonly WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | import("csstype").Property.WebkitTapHighlightColor[] | undefined;
    readonly WebkitTextCombine?: import("csstype").Property.TextCombineUpright | import("csstype").Property.TextCombineUpright[] | undefined;
    readonly WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("csstype").Property.TextDecorationColor[] | undefined;
    readonly WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("csstype").Property.TextDecorationLine[] | undefined;
    readonly WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | import("csstype").Property.TextDecorationSkip[] | undefined;
    readonly WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("csstype").Property.TextDecorationStyle[] | undefined;
    readonly WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | import("csstype").Property.TextEmphasisColor[] | undefined;
    readonly WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | import("csstype").Property.TextEmphasisPosition[] | undefined;
    readonly WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | import("csstype").Property.TextEmphasisStyle[] | undefined;
    readonly WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | import("csstype").Property.WebkitTextFillColor[] | undefined;
    readonly WebkitTextOrientation?: import("csstype").Property.TextOrientation | import("csstype").Property.TextOrientation[] | undefined;
    readonly WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | import("csstype").Property.TextSizeAdjust[] | undefined;
    readonly WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | import("csstype").Property.WebkitTextStrokeColor[] | undefined;
    readonly WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | import("csstype").Property.WebkitTextStrokeWidth<string | number>[] | undefined;
    readonly WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | import("csstype").Property.TextUnderlinePosition[] | undefined;
    readonly WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | import("csstype").Property.WebkitTouchCallout[] | undefined;
    readonly WebkitTransform?: import("csstype").Property.Transform | import("csstype").Property.Transform[] | undefined;
    readonly WebkitTransformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly WebkitTransformStyle?: import("csstype").Property.TransformStyle | import("csstype").Property.TransformStyle[] | undefined;
    readonly WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly WebkitUserModify?: import("csstype").Property.WebkitUserModify | import("csstype").Property.WebkitUserModify[] | undefined;
    readonly WebkitUserSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
    readonly WebkitWritingMode?: import("csstype").Property.WritingMode | import("csstype").Property.WritingMode[] | undefined;
    readonly MozAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | undefined;
    readonly MozBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | undefined;
    readonly MozColumnRule?: string | number | import("csstype").Property.ColumnRule<string | number>[] | undefined;
    readonly MozColumns?: string | number | import("csstype").Property.Columns<string | number>[] | undefined;
    readonly MozTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | import("csstype").Property.MsContentZoomLimit[] | undefined;
    readonly msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | import("csstype").Property.MsContentZoomSnap[] | undefined;
    readonly msFlex?: string | number | import("csstype").Property.Flex<string | number>[] | undefined;
    readonly msScrollLimit?: import("csstype").Property.MsScrollLimit | import("csstype").Property.MsScrollLimit[] | undefined;
    readonly msScrollSnapX?: import("csstype").Property.MsScrollSnapX | import("csstype").Property.MsScrollSnapX[] | undefined;
    readonly msScrollSnapY?: import("csstype").Property.MsScrollSnapY | import("csstype").Property.MsScrollSnapY[] | undefined;
    readonly msTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly WebkitAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | undefined;
    readonly WebkitBorderBefore?: string | number | import("csstype").Property.WebkitBorderBefore<string | number>[] | undefined;
    readonly WebkitBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | undefined;
    readonly WebkitBorderRadius?: string | number | import("csstype").Property.BorderRadius<string | number>[] | undefined;
    readonly WebkitColumnRule?: string | number | import("csstype").Property.ColumnRule<string | number>[] | undefined;
    readonly WebkitColumns?: string | number | import("csstype").Property.Columns<string | number>[] | undefined;
    readonly WebkitFlex?: string | number | import("csstype").Property.Flex<string | number>[] | undefined;
    readonly WebkitFlexFlow?: import("csstype").Property.FlexFlow | import("csstype").Property.FlexFlow[] | undefined;
    readonly WebkitMask?: string | number | import("csstype").Property.WebkitMask<string | number>[] | undefined;
    readonly WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | import("csstype").Property.MaskBorder[] | undefined;
    readonly WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | import("csstype").Property.TextEmphasis[] | undefined;
    readonly WebkitTextStroke?: string | number | import("csstype").Property.WebkitTextStroke<string | number>[] | undefined;
    readonly WebkitTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly azimuth?: import("csstype").Property.Azimuth | import("csstype").Property.Azimuth[] | undefined;
    readonly boxAlign?: import("csstype").Property.BoxAlign | import("csstype").Property.BoxAlign[] | undefined;
    readonly boxDirection?: import("csstype").Property.BoxDirection | import("csstype").Property.BoxDirection[] | undefined;
    readonly boxFlex?: import("csstype").Property.BoxFlex | import("csstype").Property.BoxFlex[] | undefined;
    readonly boxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("csstype").Property.BoxFlexGroup[] | undefined;
    readonly boxLines?: import("csstype").Property.BoxLines | import("csstype").Property.BoxLines[] | undefined;
    readonly boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("csstype").Property.BoxOrdinalGroup[] | undefined;
    readonly boxOrient?: import("csstype").Property.BoxOrient | import("csstype").Property.BoxOrient[] | undefined;
    readonly boxPack?: import("csstype").Property.BoxPack | import("csstype").Property.BoxPack[] | undefined;
    readonly clip?: import("csstype").Property.Clip | import("csstype").Property.Clip[] | undefined;
    readonly gridColumnGap?: string | number | import("csstype").Property.GridColumnGap<string | number>[] | undefined;
    readonly gridGap?: string | number | import("csstype").Property.GridGap<string | number>[] | undefined;
    readonly gridRowGap?: string | number | import("csstype").Property.GridRowGap<string | number>[] | undefined;
    readonly imeMode?: import("csstype").Property.ImeMode | import("csstype").Property.ImeMode[] | undefined;
    readonly offsetBlock?: string | number | import("csstype").Property.InsetBlock<string | number>[] | undefined;
    readonly offsetBlockEnd?: string | number | import("csstype").Property.InsetBlockEnd<string | number>[] | undefined;
    readonly offsetBlockStart?: string | number | import("csstype").Property.InsetBlockStart<string | number>[] | undefined;
    readonly offsetInline?: string | number | import("csstype").Property.InsetInline<string | number>[] | undefined;
    readonly offsetInlineEnd?: string | number | import("csstype").Property.InsetInlineEnd<string | number>[] | undefined;
    readonly offsetInlineStart?: string | number | import("csstype").Property.InsetInlineStart<string | number>[] | undefined;
    readonly scrollSnapCoordinate?: string | number | import("csstype").Property.ScrollSnapCoordinate<string | number>[] | undefined;
    readonly scrollSnapDestination?: string | number | import("csstype").Property.ScrollSnapDestination<string | number>[] | undefined;
    readonly scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | import("csstype").Property.ScrollSnapPointsX[] | undefined;
    readonly scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | import("csstype").Property.ScrollSnapPointsY[] | undefined;
    readonly scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | import("csstype").Property.ScrollSnapTypeX[] | undefined;
    readonly scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | import("csstype").Property.ScrollSnapTypeY[] | undefined;
    readonly KhtmlBoxAlign?: import("csstype").Property.BoxAlign | import("csstype").Property.BoxAlign[] | undefined;
    readonly KhtmlBoxDirection?: import("csstype").Property.BoxDirection | import("csstype").Property.BoxDirection[] | undefined;
    readonly KhtmlBoxFlex?: import("csstype").Property.BoxFlex | import("csstype").Property.BoxFlex[] | undefined;
    readonly KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("csstype").Property.BoxFlexGroup[] | undefined;
    readonly KhtmlBoxLines?: import("csstype").Property.BoxLines | import("csstype").Property.BoxLines[] | undefined;
    readonly KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("csstype").Property.BoxOrdinalGroup[] | undefined;
    readonly KhtmlBoxOrient?: import("csstype").Property.BoxOrient | import("csstype").Property.BoxOrient[] | undefined;
    readonly KhtmlBoxPack?: import("csstype").Property.BoxPack | import("csstype").Property.BoxPack[] | undefined;
    readonly KhtmlLineBreak?: import("csstype").Property.LineBreak | import("csstype").Property.LineBreak[] | undefined;
    readonly KhtmlOpacity?: import("csstype").Property.Opacity | import("csstype").Property.Opacity[] | undefined;
    readonly KhtmlUserSelect?: import("csstype").Property.UserSelect | import("csstype").Property.UserSelect[] | undefined;
    readonly MozBackgroundClip?: import("csstype").Property.BackgroundClip | import("csstype").Property.BackgroundClip[] | undefined;
    readonly MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | import("csstype").Property.BoxDecorationBreak[] | undefined;
    readonly MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | import("csstype").Property.BackgroundOrigin[] | undefined;
    readonly MozBackgroundSize?: string | number | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
    readonly MozBinding?: import("csstype").Property.MozBinding | import("csstype").Property.MozBinding[] | undefined;
    readonly MozBorderRadius?: string | number | import("csstype").Property.BorderRadius<string | number>[] | undefined;
    readonly MozBorderRadiusBottomleft?: string | number | import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
    readonly MozBorderRadiusBottomright?: string | number | import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
    readonly MozBorderRadiusTopleft?: string | number | import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
    readonly MozBorderRadiusTopright?: string | number | import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
    readonly MozBoxAlign?: import("csstype").Property.BoxAlign | import("csstype").Property.BoxAlign[] | undefined;
    readonly MozBoxDirection?: import("csstype").Property.BoxDirection | import("csstype").Property.BoxDirection[] | undefined;
    readonly MozBoxFlex?: import("csstype").Property.BoxFlex | import("csstype").Property.BoxFlex[] | undefined;
    readonly MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("csstype").Property.BoxOrdinalGroup[] | undefined;
    readonly MozBoxOrient?: import("csstype").Property.BoxOrient | import("csstype").Property.BoxOrient[] | undefined;
    readonly MozBoxPack?: import("csstype").Property.BoxPack | import("csstype").Property.BoxPack[] | undefined;
    readonly MozBoxShadow?: import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[] | undefined;
    readonly MozFloatEdge?: import("csstype").Property.MozFloatEdge | import("csstype").Property.MozFloatEdge[] | undefined;
    readonly MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | import("csstype").Property.MozForceBrokenImageIcon[] | undefined;
    readonly MozOpacity?: import("csstype").Property.Opacity | import("csstype").Property.Opacity[] | undefined;
    readonly MozOutline?: string | number | import("csstype").Property.Outline<string | number>[] | undefined;
    readonly MozOutlineColor?: import("csstype").Property.OutlineColor | import("csstype").Property.OutlineColor[] | undefined;
    readonly MozOutlineRadius?: string | number | import("csstype").Property.MozOutlineRadius<string | number>[] | undefined;
    readonly MozOutlineRadiusBottomleft?: string | number | import("csstype").Property.MozOutlineRadiusBottomleft<string | number>[] | undefined;
    readonly MozOutlineRadiusBottomright?: string | number | import("csstype").Property.MozOutlineRadiusBottomright<string | number>[] | undefined;
    readonly MozOutlineRadiusTopleft?: string | number | import("csstype").Property.MozOutlineRadiusTopleft<string | number>[] | undefined;
    readonly MozOutlineRadiusTopright?: string | number | import("csstype").Property.MozOutlineRadiusTopright<string | number>[] | undefined;
    readonly MozOutlineStyle?: import("csstype").Property.OutlineStyle | import("csstype").Property.OutlineStyle[] | undefined;
    readonly MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | import("csstype").Property.OutlineWidth<string | number>[] | undefined;
    readonly MozTextAlignLast?: import("csstype").Property.TextAlignLast | import("csstype").Property.TextAlignLast[] | undefined;
    readonly MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | import("csstype").Property.TextDecorationColor[] | undefined;
    readonly MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | import("csstype").Property.TextDecorationLine[] | undefined;
    readonly MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | import("csstype").Property.TextDecorationStyle[] | undefined;
    readonly MozUserInput?: import("csstype").Property.MozUserInput | import("csstype").Property.MozUserInput[] | undefined;
    readonly msImeMode?: import("csstype").Property.ImeMode | import("csstype").Property.ImeMode[] | undefined;
    readonly OAnimation?: import("csstype").Property.Animation<string & {}> | import("csstype").Property.Animation<string & {}>[] | undefined;
    readonly OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
    readonly OAnimationDirection?: import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[] | undefined;
    readonly OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
    readonly OAnimationFillMode?: import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[] | undefined;
    readonly OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | import("csstype").Property.AnimationIterationCount[] | undefined;
    readonly OAnimationName?: import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[] | undefined;
    readonly OAnimationPlayState?: import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[] | undefined;
    readonly OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[] | undefined;
    readonly OBackgroundSize?: string | number | import("csstype").Property.BackgroundSize<string | number>[] | undefined;
    readonly OBorderImage?: import("csstype").Property.BorderImage | import("csstype").Property.BorderImage[] | undefined;
    readonly OObjectFit?: import("csstype").Property.ObjectFit | import("csstype").Property.ObjectFit[] | undefined;
    readonly OObjectPosition?: string | number | import("csstype").Property.ObjectPosition<string | number>[] | undefined;
    readonly OTabSize?: string | number | import("csstype").Property.TabSize<string | number>[] | undefined;
    readonly OTextOverflow?: import("csstype").Property.TextOverflow | import("csstype").Property.TextOverflow[] | undefined;
    readonly OTransform?: import("csstype").Property.Transform | import("csstype").Property.Transform[] | undefined;
    readonly OTransformOrigin?: string | number | import("csstype").Property.TransformOrigin<string | number>[] | undefined;
    readonly OTransition?: import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[] | undefined;
    readonly OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
    readonly OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
    readonly OTransitionProperty?: import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[] | undefined;
    readonly OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[] | undefined;
    readonly WebkitBoxAlign?: import("csstype").Property.BoxAlign | import("csstype").Property.BoxAlign[] | undefined;
    readonly WebkitBoxDirection?: import("csstype").Property.BoxDirection | import("csstype").Property.BoxDirection[] | undefined;
    readonly WebkitBoxFlex?: import("csstype").Property.BoxFlex | import("csstype").Property.BoxFlex[] | undefined;
    readonly WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | import("csstype").Property.BoxFlexGroup[] | undefined;
    readonly WebkitBoxLines?: import("csstype").Property.BoxLines | import("csstype").Property.BoxLines[] | undefined;
    readonly WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | import("csstype").Property.BoxOrdinalGroup[] | undefined;
    readonly WebkitBoxOrient?: import("csstype").Property.BoxOrient | import("csstype").Property.BoxOrient[] | undefined;
    readonly WebkitBoxPack?: import("csstype").Property.BoxPack | import("csstype").Property.BoxPack[] | undefined;
    readonly WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | import("csstype").Property.ScrollSnapPointsX[] | undefined;
    readonly WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | import("csstype").Property.ScrollSnapPointsY[] | undefined;
    readonly alignmentBaseline?: import("csstype").Property.AlignmentBaseline | import("csstype").Property.AlignmentBaseline[] | undefined;
    readonly baselineShift?: string | number | import("csstype").Property.BaselineShift<string | number>[] | undefined;
    readonly clipRule?: import("csstype").Property.ClipRule | import("csstype").Property.ClipRule[] | undefined;
    readonly colorInterpolation?: import("csstype").Property.ColorInterpolation | import("csstype").Property.ColorInterpolation[] | undefined;
    readonly colorRendering?: import("csstype").Property.ColorRendering | import("csstype").Property.ColorRendering[] | undefined;
    readonly dominantBaseline?: import("csstype").Property.DominantBaseline | import("csstype").Property.DominantBaseline[] | undefined;
    readonly fill?: import("csstype").Property.Fill | import("csstype").Property.Fill[] | undefined;
    readonly fillOpacity?: import("csstype").Property.FillOpacity | import("csstype").Property.FillOpacity[] | undefined;
    readonly fillRule?: import("csstype").Property.FillRule | import("csstype").Property.FillRule[] | undefined;
    readonly floodColor?: import("csstype").Property.FloodColor | import("csstype").Property.FloodColor[] | undefined;
    readonly floodOpacity?: import("csstype").Property.FloodOpacity | import("csstype").Property.FloodOpacity[] | undefined;
    readonly glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | import("csstype").Property.GlyphOrientationVertical[] | undefined;
    readonly lightingColor?: import("csstype").Property.LightingColor | import("csstype").Property.LightingColor[] | undefined;
    readonly marker?: import("csstype").Property.Marker | import("csstype").Property.Marker[] | undefined;
    readonly markerEnd?: import("csstype").Property.MarkerEnd | import("csstype").Property.MarkerEnd[] | undefined;
    readonly markerMid?: import("csstype").Property.MarkerMid | import("csstype").Property.MarkerMid[] | undefined;
    readonly markerStart?: import("csstype").Property.MarkerStart | import("csstype").Property.MarkerStart[] | undefined;
    readonly shapeRendering?: import("csstype").Property.ShapeRendering | import("csstype").Property.ShapeRendering[] | undefined;
    readonly stopColor?: import("csstype").Property.StopColor | import("csstype").Property.StopColor[] | undefined;
    readonly stopOpacity?: import("csstype").Property.StopOpacity | import("csstype").Property.StopOpacity[] | undefined;
    readonly stroke?: import("csstype").Property.Stroke | import("csstype").Property.Stroke[] | undefined;
    readonly strokeDasharray?: string | number | import("csstype").Property.StrokeDasharray<string | number>[] | undefined;
    readonly strokeDashoffset?: string | number | import("csstype").Property.StrokeDashoffset<string | number>[] | undefined;
    readonly strokeLinecap?: import("csstype").Property.StrokeLinecap | import("csstype").Property.StrokeLinecap[] | undefined;
    readonly strokeLinejoin?: import("csstype").Property.StrokeLinejoin | import("csstype").Property.StrokeLinejoin[] | undefined;
    readonly strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | import("csstype").Property.StrokeMiterlimit[] | undefined;
    readonly strokeOpacity?: import("csstype").Property.StrokeOpacity | import("csstype").Property.StrokeOpacity[] | undefined;
    readonly strokeWidth?: string | number | import("csstype").Property.StrokeWidth<string | number>[] | undefined;
    readonly textAnchor?: import("csstype").Property.TextAnchor | import("csstype").Property.TextAnchor[] | undefined;
    readonly vectorEffect?: import("csstype").Property.VectorEffect | import("csstype").Property.VectorEffect[] | undefined;
    readonly ":-moz-any()"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-dir"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-webkit-any()"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::cue"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::cue-region"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::part"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::slotted"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":dir"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":has"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":host"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":host-context"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":is"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":lang"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":matches()"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":not"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-last-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-last-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":where"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-khtml-any-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-any-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-focusring"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-full-screen"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-read-only"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-read-write"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-ui-invalid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-moz-ui-valid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-ms-fullscreen"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-ms-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-webkit-any-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":-webkit-full-screen"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-progress-bar"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-range-progress"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-range-thumb"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-range-track"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-moz-selection"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-backdrop"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-browse"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-check"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-clear"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-expand"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-fill"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-fill-lower"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-fill-upper"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-reveal"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-thumb"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-ticks-after"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-ticks-before"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-tooltip"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-track"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-ms-value"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-backdrop"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-input-placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-progress-bar"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-progress-inner-value"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-progress-value"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-slider-runnable-track"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::-webkit-slider-thumb"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::after"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::backdrop"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::before"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::first-letter"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::first-line"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::grammar-error"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::marker"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::placeholder"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::selection"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::spelling-error"?: import("@emotion/serialize").CSSObject | undefined;
    readonly "::target-text"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":active"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":after"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":any-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":before"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":blank"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":checked"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":current"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":default"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":defined"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":disabled"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":empty"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first-letter"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first-line"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":first-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":focus-visible"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":focus-within"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":fullscreen"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":future"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":hover"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":in-range"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":indeterminate"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":invalid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":last-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":last-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":left"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":local-link"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-col"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":nth-last-col"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":only-child"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":only-of-type"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":optional"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":out-of-range"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":past"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":paused"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":picture-in-picture"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":placeholder-shown"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":playing"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":read-only"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":read-write"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":required"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":right"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":root"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":scope"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":target"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":target-within"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":user-invalid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":user-valid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":valid"?: import("@emotion/serialize").CSSObject | undefined;
    readonly ":visited"?: import("@emotion/serialize").CSSObject | undefined;
}];
