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