import { Component, DetailedReactHTMLElement } from 'react';
import { Props, ImgProps, DivProps } from './types';
declare abstract class LazyLoad<T extends Props> extends Component<T> {
    ref: Element | null;
    componentDidMount(): void;
    componentDidUpdate(prevProps: Props): void;
    abstract render(): any;
}
export declare class LazyLoadImage extends LazyLoad<ImgProps> {
    render(): import("react").DOMElement<{
        ref: (el: Element | null) => Element | null;
        style: {
            height: string | number;
            width: string | number;
        } | {
            height: string | number;
            width: string | number;
            alignContent?: string | undefined;
            alignItems?: string | undefined;
            alignSelf?: string | undefined;
            animationDelay?: string | undefined;
            animationDirection?: string | undefined;
            animationDuration?: string | undefined;
            animationFillMode?: string | undefined;
            animationIterationCount?: string | number | undefined;
            animationName?: string | undefined;
            animationPlayState?: string | undefined;
            animationTimingFunction?: string | undefined;
            appearance?: "none" | "inherit" | "button" | "meter" | "textarea" | "-moz-initial" | "initial" | "revert" | "unset" | "button-bevel" | "checkbox" | "listbox" | "menulist" | "menulist-button" | "progress-bar" | "push-button" | "radio" | "searchfield" | "slider-horizontal" | "square-button" | "textfield" | undefined;
            backdropFilter?: string | undefined;
            backfaceVisibility?: "inherit" | "hidden" | "visible" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            backgroundAttachment?: string | undefined;
            backgroundBlendMode?: string | undefined;
            backgroundClip?: string | undefined;
            backgroundColor?: string | undefined;
            backgroundImage?: string | undefined;
            backgroundOrigin?: string | undefined;
            backgroundPosition?: string | number | undefined;
            backgroundPositionX?: string | number | undefined;
            backgroundPositionY?: string | number | undefined;
            backgroundRepeat?: string | undefined;
            backgroundSize?: string | number | undefined;
            blockOverflow?: string | undefined;
            blockSize?: string | number | undefined;
            borderBlockColor?: string | undefined;
            borderBlockEndColor?: string | undefined;
            borderBlockEndStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderBlockEndWidth?: string | number | undefined;
            borderBlockStartColor?: string | undefined;
            borderBlockStartStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderBlockStartWidth?: string | number | undefined;
            borderBlockStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderBlockWidth?: string | number | undefined;
            borderBottomColor?: string | undefined;
            borderBottomLeftRadius?: string | number | undefined;
            borderBottomRightRadius?: string | number | undefined;
            borderBottomStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderBottomWidth?: string | number | undefined;
            borderCollapse?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "collapse" | "separate" | undefined;
            borderEndEndRadius?: string | number | undefined;
            borderEndStartRadius?: string | number | undefined;
            borderImageOutset?: string | number | undefined;
            borderImageRepeat?: string | undefined;
            borderImageSlice?: string | number | undefined;
            borderImageSource?: string | undefined;
            borderImageWidth?: string | number | undefined;
            borderInlineColor?: string | undefined;
            borderInlineEndColor?: string | undefined;
            borderInlineEndStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderInlineEndWidth?: string | number | undefined;
            borderInlineStartColor?: string | undefined;
            borderInlineStartStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderInlineStartWidth?: string | number | undefined;
            borderInlineStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderInlineWidth?: string | number | undefined;
            borderLeftColor?: string | undefined;
            borderLeftStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderLeftWidth?: string | number | undefined;
            borderRightColor?: string | undefined;
            borderRightStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderRightWidth?: string | number | undefined;
            borderSpacing?: string | number | undefined;
            borderStartEndRadius?: string | number | undefined;
            borderStartStartRadius?: string | number | undefined;
            borderTopColor?: string | undefined;
            borderTopLeftRadius?: string | number | undefined;
            borderTopRightRadius?: string | number | undefined;
            borderTopStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderTopWidth?: string | number | undefined;
            bottom?: string | number | undefined;
            boxDecorationBreak?: "slice" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "clone" | undefined;
            boxShadow?: string | undefined;
            boxSizing?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "border-box" | "content-box" | undefined;
            breakAfter?: "all" | "auto" | "left" | "right" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "always" | "avoid" | "avoid-column" | "avoid-page" | "avoid-region" | "column" | "page" | "recto" | "region" | "verso" | undefined;
            breakBefore?: "all" | "auto" | "left" | "right" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "always" | "avoid" | "avoid-column" | "avoid-page" | "avoid-region" | "column" | "page" | "recto" | "region" | "verso" | undefined;
            breakInside?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "avoid" | "avoid-column" | "avoid-page" | "avoid-region" | undefined;
            captionSide?: "inherit" | "top" | "bottom" | "-moz-initial" | "initial" | "revert" | "unset" | "block-end" | "block-start" | "inline-end" | "inline-start" | undefined;
            caretColor?: string | undefined;
            clear?: "left" | "right" | "none" | "both" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "inline-end" | "inline-start" | undefined;
            clipPath?: string | undefined;
            color?: string | undefined;
            colorAdjust?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "economy" | "exact" | undefined;
            columnCount?: number | "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            columnFill?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "balance" | "balance-all" | undefined;
            columnGap?: string | number | undefined;
            columnRuleColor?: string | undefined;
            columnRuleStyle?: string | undefined;
            columnRuleWidth?: string | number | undefined;
            columnSpan?: "all" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            columnWidth?: string | number | undefined;
            contain?: string | undefined;
            content?: string | undefined;
            counterIncrement?: string | undefined;
            counterReset?: string | undefined;
            counterSet?: string | undefined;
            cursor?: string | undefined;
            direction?: "ltr" | "rtl" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            display?: string | undefined;
            emptyCells?: "show" | "hide" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            filter?: string | undefined;
            flexBasis?: string | number | undefined;
            flexDirection?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "column" | "column-reverse" | "row" | "row-reverse" | undefined;
            flexGrow?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            flexShrink?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            flexWrap?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | undefined;
            float?: "left" | "right" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "inline-end" | "inline-start" | undefined;
            fontFamily?: string | undefined;
            fontFeatureSettings?: string | undefined;
            fontKerning?: "auto" | "normal" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            fontLanguageOverride?: string | undefined;
            fontOpticalSizing?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            fontSize?: string | number | undefined;
            fontSizeAdjust?: number | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            fontStretch?: string | undefined;
            fontStyle?: string | undefined;
            fontSynthesis?: string | undefined;
            fontVariant?: string | undefined;
            fontVariantCaps?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "all-petite-caps" | "all-small-caps" | "petite-caps" | "small-caps" | "titling-caps" | "unicase" | undefined;
            fontVariantEastAsian?: string | undefined;
            fontVariantLigatures?: string | undefined;
            fontVariantNumeric?: string | undefined;
            fontVariantPosition?: "sub" | "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "super" | undefined;
            fontVariationSettings?: string | undefined;
            fontWeight?: number | "bold" | "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "bolder" | "lighter" | undefined;
            gridAutoColumns?: string | number | undefined;
            gridAutoFlow?: string | undefined;
            gridAutoRows?: string | number | undefined;
            gridColumnEnd?: string | number | undefined;
            gridColumnStart?: string | number | undefined;
            gridRowEnd?: string | number | undefined;
            gridRowStart?: string | number | undefined;
            gridTemplateAreas?: string | undefined;
            gridTemplateColumns?: string | number | undefined;
            gridTemplateRows?: string | number | undefined;
            hangingPunctuation?: string | undefined;
            hyphens?: "auto" | "none" | "manual" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            imageOrientation?: string | undefined;
            imageRendering?: "auto" | "inherit" | "pixelated" | "-moz-initial" | "initial" | "revert" | "unset" | "-moz-crisp-edges" | "-o-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | undefined;
            imageResolution?: string | undefined;
            initialLetter?: string | number | undefined;
            inlineSize?: string | number | undefined;
            inset?: string | number | undefined;
            insetBlock?: string | number | undefined;
            insetBlockEnd?: string | number | undefined;
            insetBlockStart?: string | number | undefined;
            insetInline?: string | number | undefined;
            insetInlineEnd?: string | number | undefined;
            insetInlineStart?: string | number | undefined;
            isolation?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "isolate" | undefined;
            justifyContent?: string | undefined;
            justifyItems?: string | undefined;
            justifySelf?: string | undefined;
            left?: string | number | undefined;
            letterSpacing?: string | number | undefined;
            lineBreak?: "auto" | "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "strict" | "loose" | undefined;
            lineHeight?: string | number | undefined;
            lineHeightStep?: string | number | undefined;
            listStyleImage?: string | undefined;
            listStylePosition?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "inside" | "outside" | undefined;
            listStyleType?: string | undefined;
            marginBlock?: string | number | undefined;
            marginBlockEnd?: string | number | undefined;
            marginBlockStart?: string | number | undefined;
            marginBottom?: string | number | undefined;
            marginInline?: string | number | undefined;
            marginInlineEnd?: string | number | undefined;
            marginInlineStart?: string | number | undefined;
            marginLeft?: string | number | undefined;
            marginRight?: string | number | undefined;
            marginTop?: string | number | undefined;
            maskBorderMode?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "alpha" | "luminance" | undefined;
            maskBorderOutset?: string | number | undefined;
            maskBorderRepeat?: string | undefined;
            maskBorderSlice?: string | number | undefined;
            maskBorderSource?: string | undefined;
            maskBorderWidth?: string | number | undefined;
            maskClip?: string | undefined;
            maskComposite?: string | undefined;
            maskImage?: string | undefined;
            maskMode?: string | undefined;
            maskOrigin?: string | undefined;
            maskPosition?: string | number | undefined;
            maskRepeat?: string | undefined;
            maskSize?: string | number | undefined;
            maskType?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "alpha" | "luminance" | undefined;
            maxBlockSize?: string | number | undefined;
            maxHeight?: string | number | undefined;
            maxInlineSize?: string | number | undefined;
            maxLines?: number | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            maxWidth?: string | number | undefined;
            minBlockSize?: string | number | undefined;
            minHeight?: string | number | undefined;
            minInlineSize?: string | number | undefined;
            minWidth?: string | number | undefined;
            mixBlendMode?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "color" | "color-burn" | "color-dodge" | "darken" | "difference" | "exclusion" | "hard-light" | "hue" | "lighten" | "luminosity" | "multiply" | "overlay" | "saturation" | "screen" | "soft-light" | undefined;
            motionDistance?: string | number | undefined;
            motionPath?: string | undefined;
            motionRotation?: string | undefined;
            objectFit?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | "cover" | "fill" | "scale-down" | undefined;
            objectPosition?: string | number | undefined;
            offsetAnchor?: string | number | undefined;
            offsetDistance?: string | number | undefined;
            offsetPath?: string | undefined;
            offsetPosition?: string | number | undefined;
            offsetRotate?: string | undefined;
            offsetRotation?: string | undefined;
            opacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            order?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            orphans?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            outlineColor?: string | undefined;
            outlineOffset?: string | number | undefined;
            outlineStyle?: string | undefined;
            outlineWidth?: string | number | undefined;
            overflow?: string | undefined;
            overflowAnchor?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            overflowBlock?: "auto" | "inherit" | "hidden" | "visible" | "scroll" | "-moz-initial" | "initial" | "revert" | "unset" | "clip" | undefined;
            overflowClipBox?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "content-box" | "padding-box" | undefined;
            overflowInline?: "auto" | "inherit" | "hidden" | "visible" | "scroll" | "-moz-initial" | "initial" | "revert" | "unset" | "clip" | undefined;
            overflowWrap?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "anywhere" | "break-word" | undefined;
            overflowX?: "auto" | "inherit" | "hidden" | "visible" | "scroll" | "-moz-initial" | "initial" | "revert" | "unset" | "clip" | undefined;
            overflowY?: "auto" | "inherit" | "hidden" | "visible" | "scroll" | "-moz-initial" | "initial" | "revert" | "unset" | "clip" | undefined;
            overscrollBehavior?: string | undefined;
            overscrollBehaviorX?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | undefined;
            overscrollBehaviorY?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | undefined;
            paddingBlock?: string | number | undefined;
            paddingBlockEnd?: string | number | undefined;
            paddingBlockStart?: string | number | undefined;
            paddingBottom?: string | number | undefined;
            paddingInline?: string | number | undefined;
            paddingInlineEnd?: string | number | undefined;
            paddingInlineStart?: string | number | undefined;
            paddingLeft?: string | number | undefined;
            paddingRight?: string | number | undefined;
            paddingTop?: string | number | undefined;
            pageBreakAfter?: "auto" | "left" | "right" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "always" | "avoid" | "recto" | "verso" | undefined;
            pageBreakBefore?: "auto" | "left" | "right" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "always" | "avoid" | "recto" | "verso" | undefined;
            pageBreakInside?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "avoid" | undefined;
            paintOrder?: string | undefined;
            perspective?: string | number | undefined;
            perspectiveOrigin?: string | number | undefined;
            placeContent?: string | undefined;
            pointerEvents?: "all" | "auto" | "none" | "inherit" | "visible" | "-moz-initial" | "initial" | "revert" | "unset" | "fill" | "stroke" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | undefined;
            position?: "fixed" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "-webkit-sticky" | "absolute" | "relative" | "static" | "sticky" | undefined;
            quotes?: string | undefined;
            resize?: "none" | "both" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "block" | "inline" | "horizontal" | "vertical" | undefined;
            right?: string | number | undefined;
            rotate?: string | undefined;
            rowGap?: string | number | undefined;
            rubyAlign?: "start" | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "space-around" | "space-between" | undefined;
            rubyMerge?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "collapse" | "separate" | undefined;
            rubyPosition?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "over" | "under" | undefined;
            scale?: string | number | undefined;
            scrollBehavior?: "auto" | "smooth" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            scrollMargin?: string | number | undefined;
            scrollMarginBlock?: string | number | undefined;
            scrollMarginBlockEnd?: string | number | undefined;
            scrollMarginBlockStart?: string | number | undefined;
            scrollMarginBottom?: string | number | undefined;
            scrollMarginInline?: string | number | undefined;
            scrollMarginInlineEnd?: string | number | undefined;
            scrollMarginInlineStart?: string | number | undefined;
            scrollMarginLeft?: string | number | undefined;
            scrollMarginRight?: string | number | undefined;
            scrollMarginTop?: string | number | undefined;
            scrollPadding?: string | number | undefined;
            scrollPaddingBlock?: string | number | undefined;
            scrollPaddingBlockEnd?: string | number | undefined;
            scrollPaddingBlockStart?: string | number | undefined;
            scrollPaddingBottom?: string | number | undefined;
            scrollPaddingInline?: string | number | undefined;
            scrollPaddingInlineEnd?: string | number | undefined;
            scrollPaddingInlineStart?: string | number | undefined;
            scrollPaddingLeft?: string | number | undefined;
            scrollPaddingRight?: string | number | undefined;
            scrollPaddingTop?: string | number | undefined;
            scrollSnapAlign?: string | undefined;
            scrollSnapStop?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "always" | undefined;
            scrollSnapType?: string | undefined;
            scrollbarColor?: string | undefined;
            scrollbarWidth?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "thin" | undefined;
            shapeImageThreshold?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            shapeMargin?: string | number | undefined;
            shapeOutside?: string | undefined;
            tabSize?: string | number | undefined;
            tableLayout?: "fixed" | "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            textAlign?: "left" | "right" | "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | "match-parent" | undefined;
            textAlignLast?: "auto" | "left" | "right" | "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | undefined;
            textCombineUpright?: string | undefined;
            textDecorationColor?: string | undefined;
            textDecorationLine?: string | undefined;
            textDecorationSkip?: string | undefined;
            textDecorationSkipInk?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            textDecorationStyle?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "solid" | "wavy" | undefined;
            textEmphasisColor?: string | undefined;
            textEmphasisPosition?: string | undefined;
            textEmphasisStyle?: string | undefined;
            textIndent?: string | number | undefined;
            textJustify?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "inter-character" | "inter-word" | undefined;
            textOrientation?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "mixed" | "sideways" | "upright" | undefined;
            textOverflow?: string | undefined;
            textRendering?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "geometricPrecision" | "optimizeLegibility" | "optimizeSpeed" | undefined;
            textShadow?: string | undefined;
            textSizeAdjust?: string | undefined;
            textTransform?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "full-width" | "capitalize" | "full-size-kana" | "lowercase" | "uppercase" | undefined;
            textUnderlinePosition?: string | undefined;
            top?: string | number | undefined;
            touchAction?: string | undefined;
            transform?: string | undefined;
            transformBox?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "border-box" | "fill-box" | "view-box" | undefined;
            transformOrigin?: string | number | undefined;
            transformStyle?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "flat" | "preserve-3d" | undefined;
            transitionDelay?: string | undefined;
            transitionDuration?: string | undefined;
            transitionProperty?: string | undefined;
            transitionTimingFunction?: string | undefined;
            translate?: string | number | undefined;
            unicodeBidi?: "normal" | "inherit" | "embed" | "-moz-initial" | "initial" | "revert" | "unset" | "isolate" | "-moz-isolate" | "-moz-isolate-override" | "-moz-plaintext" | "-webkit-isolate" | "bidi-override" | "isolate-override" | "plaintext" | undefined;
            userSelect?: "all" | "auto" | "none" | "inherit" | "text" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | "-moz-none" | "element" | undefined;
            verticalAlign?: string | number | undefined;
            visibility?: "inherit" | "hidden" | "visible" | "-moz-initial" | "initial" | "revert" | "unset" | "collapse" | undefined;
            whiteSpace?: "normal" | "inherit" | "pre" | "-moz-initial" | "initial" | "revert" | "unset" | "nowrap" | "-moz-pre-wrap" | "pre-line" | "pre-wrap" | undefined;
            widows?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            willChange?: string | undefined;
            wordBreak?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "break-word" | "break-all" | "keep-all" | undefined;
            wordSpacing?: string | number | undefined;
            wordWrap?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "break-word" | undefined;
            writingMode?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | undefined;
            zIndex?: number | "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            zoom?: string | number | undefined;
            all?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            animation?: string | number | undefined;
            background?: string | number | undefined;
            border?: string | number | undefined;
            borderBlock?: string | number | undefined;
            borderBlockEnd?: string | number | undefined;
            borderBlockStart?: string | number | undefined;
            borderBottom?: string | number | undefined;
            borderColor?: string | undefined;
            borderImage?: string | number | undefined;
            borderInline?: string | number | undefined;
            borderInlineEnd?: string | number | undefined;
            borderInlineStart?: string | number | undefined;
            borderLeft?: string | number | undefined;
            borderRadius?: string | number | undefined;
            borderRight?: string | number | undefined;
            borderStyle?: string | undefined;
            borderTop?: string | number | undefined;
            borderWidth?: string | number | undefined;
            columnRule?: string | number | undefined;
            columns?: string | number | undefined;
            flex?: string | number | undefined;
            flexFlow?: string | undefined;
            font?: string | undefined;
            gap?: string | number | undefined;
            grid?: string | undefined;
            gridArea?: string | number | undefined;
            gridColumn?: string | number | undefined;
            gridRow?: string | number | undefined;
            gridTemplate?: string | undefined;
            lineClamp?: number | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            listStyle?: string | undefined;
            margin?: string | number | undefined;
            mask?: string | number | undefined;
            maskBorder?: string | number | undefined;
            motion?: string | number | undefined;
            offset?: string | number | undefined;
            outline?: string | number | undefined;
            padding?: string | number | undefined;
            placeItems?: string | undefined;
            placeSelf?: string | undefined;
            textDecoration?: string | undefined;
            textEmphasis?: string | undefined;
            transition?: string | undefined;
            MozAnimationDelay?: string | undefined;
            MozAnimationDirection?: string | undefined;
            MozAnimationDuration?: string | undefined;
            MozAnimationFillMode?: string | undefined;
            MozAnimationIterationCount?: string | number | undefined;
            MozAnimationName?: string | undefined;
            MozAnimationPlayState?: string | undefined;
            MozAnimationTimingFunction?: string | undefined;
            MozAppearance?: "none" | "inherit" | "button" | "-moz-initial" | "initial" | "revert" | "unset" | "button-bevel" | "checkbox" | "listbox" | "menulist" | "menulist-button" | "radio" | "searchfield" | "textfield" | "-moz-mac-unified-toolbar" | "-moz-win-borderless-glass" | "-moz-win-browsertabbar-toolbox" | "-moz-win-communications-toolbox" | "-moz-win-communicationstext" | "-moz-win-exclude-glass" | "-moz-win-glass" | "-moz-win-media-toolbox" | "-moz-win-mediatext" | "-moz-window-button-box" | "-moz-window-button-box-maximized" | "-moz-window-button-close" | "-moz-window-button-maximize" | "-moz-window-button-minimize" | "-moz-window-button-restore" | "-moz-window-frame-bottom" | "-moz-window-frame-left" | "-moz-window-frame-right" | "-moz-window-titlebar" | "-moz-window-titlebar-maximized" | "button-arrow-down" | "button-arrow-next" | "button-arrow-previous" | "button-arrow-up" | "button-focus" | "caret" | "checkbox-container" | "checkbox-label" | "checkmenuitem" | "dualbutton" | "groupbox" | "listitem" | "menuarrow" | "menubar" | "menucheckbox" | "menuimage" | "menuitem" | "menuitemtext" | "menulist-text" | "menulist-textfield" | "menupopup" | "menuradio" | "menuseparator" | "meterbar" | "meterchunk" | "progressbar" | "progressbar-vertical" | "progresschunk" | "progresschunk-vertical" | "radio-container" | "radio-label" | "radiomenuitem" | "range" | "range-thumb" | "resizer" | "resizerpanel" | "scale-horizontal" | "scale-vertical" | "scalethumb-horizontal" | "scalethumb-vertical" | "scalethumbend" | "scalethumbstart" | "scalethumbtick" | "scrollbarbutton-down" | "scrollbarbutton-left" | "scrollbarbutton-right" | "scrollbarbutton-up" | "scrollbarthumb-horizontal" | "scrollbarthumb-vertical" | "scrollbartrack-horizontal" | "scrollbartrack-vertical" | "separator" | "sheet" | "spinner" | "spinner-downbutton" | "spinner-textfield" | "spinner-upbutton" | "splitter" | "statusbar" | "statusbarpanel" | "tab" | "tab-scroll-arrow-back" | "tab-scroll-arrow-forward" | "tabpanel" | "tabpanels" | "textfield-multiline" | "toolbar" | "toolbarbutton" | "toolbarbutton-dropdown" | "toolbargripper" | "toolbox" | "tooltip" | "treeheader" | "treeheadercell" | "treeheadersortarrow" | "treeitem" | "treeline" | "treetwisty" | "treetwistyopen" | "treeview" | undefined;
            MozBackfaceVisibility?: "inherit" | "hidden" | "visible" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozBorderBottomColors?: string | undefined;
            MozBorderEndColor?: string | undefined;
            MozBorderEndStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            MozBorderEndWidth?: string | number | undefined;
            MozBorderLeftColors?: string | undefined;
            MozBorderRightColors?: string | undefined;
            MozBorderStartColor?: string | undefined;
            MozBorderStartStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            MozBorderTopColors?: string | undefined;
            MozBoxSizing?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "border-box" | "content-box" | undefined;
            MozColumnCount?: number | "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozColumnFill?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "balance" | "balance-all" | undefined;
            MozColumnGap?: string | number | undefined;
            MozColumnRuleColor?: string | undefined;
            MozColumnRuleStyle?: string | undefined;
            MozColumnRuleWidth?: string | number | undefined;
            MozColumnWidth?: string | number | undefined;
            MozContextProperties?: string | undefined;
            MozFloatEdge?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "border-box" | "content-box" | "padding-box" | "margin-box" | undefined;
            MozFontFeatureSettings?: string | undefined;
            MozFontLanguageOverride?: string | undefined;
            MozForceBrokenImageIcon?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozHyphens?: "auto" | "none" | "manual" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozImageRegion?: string | undefined;
            MozMarginEnd?: string | number | undefined;
            MozMarginStart?: string | number | undefined;
            MozOrient?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "block" | "inline" | "horizontal" | "vertical" | undefined;
            MozOutlineRadiusBottomleft?: string | number | undefined;
            MozOutlineRadiusBottomright?: string | number | undefined;
            MozOutlineRadiusTopleft?: string | number | undefined;
            MozOutlineRadiusTopright?: string | number | undefined;
            MozPaddingEnd?: string | number | undefined;
            MozPaddingStart?: string | number | undefined;
            MozPerspective?: string | number | undefined;
            MozPerspectiveOrigin?: string | number | undefined;
            MozStackSizing?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "ignore" | "stretch-to-fit" | undefined;
            MozTabSize?: string | number | undefined;
            MozTextSizeAdjust?: string | undefined;
            MozTransformOrigin?: string | number | undefined;
            MozTransformStyle?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "flat" | "preserve-3d" | undefined;
            MozTransitionDelay?: string | undefined;
            MozTransitionDuration?: string | undefined;
            MozTransitionProperty?: string | undefined;
            MozTransitionTimingFunction?: string | undefined;
            MozUserFocus?: "normal" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "ignore" | "select-after" | "select-all" | "select-before" | "select-menu" | "select-same" | undefined;
            MozUserModify?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "read-only" | "read-write" | "write-only" | undefined;
            MozUserSelect?: "all" | "auto" | "none" | "inherit" | "text" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | "-moz-none" | "element" | undefined;
            MozWindowDragging?: "inherit" | "drag" | "-moz-initial" | "initial" | "revert" | "unset" | "no-drag" | undefined;
            msAccelerator?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "false" | "true" | undefined;
            msAlignSelf?: string | undefined;
            msBlockProgression?: "inherit" | "rl" | "lr" | "-moz-initial" | "initial" | "revert" | "unset" | "bt" | "tb" | undefined;
            msContentZoomChaining?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "chained" | undefined;
            msContentZoomLimitMax?: string | undefined;
            msContentZoomLimitMin?: string | undefined;
            msContentZoomSnapPoints?: string | undefined;
            msContentZoomSnapType?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "mandatory" | "proximity" | undefined;
            msContentZooming?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "zoom" | undefined;
            msFilter?: string | undefined;
            msFlexDirection?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "column" | "column-reverse" | "row" | "row-reverse" | undefined;
            msFlexPositive?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            msFlowFrom?: string | undefined;
            msFlowInto?: string | undefined;
            msGridColumns?: string | number | undefined;
            msGridRows?: string | number | undefined;
            msHighContrastAdjust?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            msHyphenateLimitChars?: string | number | undefined;
            msHyphenateLimitLines?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "no-limit" | undefined;
            msHyphenateLimitZone?: string | number | undefined;
            msHyphens?: "auto" | "none" | "manual" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            msImeAlign?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "after" | undefined;
            msLineBreak?: "auto" | "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "strict" | "loose" | undefined;
            msOrder?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            msOverflowStyle?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "-ms-autohiding-scrollbar" | "scrollbar" | undefined;
            msOverflowX?: "auto" | "inherit" | "hidden" | "visible" | "scroll" | "-moz-initial" | "initial" | "revert" | "unset" | "clip" | undefined;
            msOverflowY?: "auto" | "inherit" | "hidden" | "visible" | "scroll" | "-moz-initial" | "initial" | "revert" | "unset" | "clip" | undefined;
            msScrollChaining?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "chained" | undefined;
            msScrollLimitXMax?: string | number | undefined;
            msScrollLimitXMin?: string | number | undefined;
            msScrollLimitYMax?: string | number | undefined;
            msScrollLimitYMin?: string | number | undefined;
            msScrollRails?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "railed" | undefined;
            msScrollSnapPointsX?: string | undefined;
            msScrollSnapPointsY?: string | undefined;
            msScrollSnapType?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "mandatory" | "proximity" | undefined;
            msScrollTranslation?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "vertical-to-horizontal" | undefined;
            msScrollbar3dlightColor?: string | undefined;
            msScrollbarArrowColor?: string | undefined;
            msScrollbarBaseColor?: string | undefined;
            msScrollbarDarkshadowColor?: string | undefined;
            msScrollbarFaceColor?: string | undefined;
            msScrollbarHighlightColor?: string | undefined;
            msScrollbarShadowColor?: string | undefined;
            msScrollbarTrackColor?: string | undefined;
            msTextAutospace?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "ideograph-alpha" | "ideograph-numeric" | "ideograph-parenthesis" | "ideograph-space" | undefined;
            msTextCombineHorizontal?: string | undefined;
            msTextOverflow?: string | undefined;
            msTouchAction?: string | undefined;
            msTouchSelect?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "grippers" | undefined;
            msTransform?: string | undefined;
            msTransformOrigin?: string | number | undefined;
            msTransitionDelay?: string | undefined;
            msTransitionDuration?: string | undefined;
            msTransitionProperty?: string | undefined;
            msTransitionTimingFunction?: string | undefined;
            msUserSelect?: "none" | "inherit" | "text" | "-moz-initial" | "initial" | "revert" | "unset" | "element" | undefined;
            msWordBreak?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "break-word" | "break-all" | "keep-all" | undefined;
            msWrapFlow?: "auto" | "both" | "start" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "clear" | "maximum" | undefined;
            msWrapMargin?: string | number | undefined;
            msWrapThrough?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "wrap" | undefined;
            msWritingMode?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | undefined;
            OObjectFit?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | "cover" | "fill" | "scale-down" | undefined;
            OObjectPosition?: string | number | undefined;
            OTabSize?: string | number | undefined;
            OTextOverflow?: string | undefined;
            OTransformOrigin?: string | number | undefined;
            WebkitAlignContent?: string | undefined;
            WebkitAlignItems?: string | undefined;
            WebkitAlignSelf?: string | undefined;
            WebkitAnimationDelay?: string | undefined;
            WebkitAnimationDirection?: string | undefined;
            WebkitAnimationDuration?: string | undefined;
            WebkitAnimationFillMode?: string | undefined;
            WebkitAnimationIterationCount?: string | number | undefined;
            WebkitAnimationName?: string | undefined;
            WebkitAnimationPlayState?: string | undefined;
            WebkitAnimationTimingFunction?: string | undefined;
            WebkitAppearance?: "none" | "inherit" | "button" | "meter" | "textarea" | "-moz-initial" | "initial" | "revert" | "unset" | "button-bevel" | "checkbox" | "listbox" | "menulist" | "menulist-button" | "progress-bar" | "push-button" | "radio" | "searchfield" | "slider-horizontal" | "square-button" | "textfield" | "caret" | "listitem" | "menulist-text" | "menulist-textfield" | "default-button" | "inner-spin-button" | "media-controls-background" | "media-controls-fullscreen-background" | "media-current-time-display" | "media-enter-fullscreen-button" | "media-exit-fullscreen-button" | "media-fullscreen-button" | "media-mute-button" | "media-overlay-play-button" | "media-play-button" | "media-seek-back-button" | "media-seek-forward-button" | "media-slider" | "media-sliderthumb" | "media-time-remaining-display" | "media-toggle-closed-captions-button" | "media-volume-slider" | "media-volume-slider-container" | "media-volume-sliderthumb" | "progress-bar-value" | "searchfield-cancel-button" | "searchfield-decoration" | "searchfield-results-button" | "searchfield-results-decoration" | "slider-vertical" | "sliderthumb-horizontal" | "sliderthumb-vertical" | undefined;
            WebkitBackdropFilter?: string | undefined;
            WebkitBackfaceVisibility?: "inherit" | "hidden" | "visible" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitBackgroundClip?: string | undefined;
            WebkitBackgroundOrigin?: string | undefined;
            WebkitBackgroundSize?: string | number | undefined;
            WebkitBorderBeforeColor?: string | undefined;
            WebkitBorderBeforeStyle?: string | undefined;
            WebkitBorderBeforeWidth?: string | number | undefined;
            WebkitBorderBottomLeftRadius?: string | number | undefined;
            WebkitBorderBottomRightRadius?: string | number | undefined;
            WebkitBorderImageSlice?: string | number | undefined;
            WebkitBorderTopLeftRadius?: string | number | undefined;
            WebkitBorderTopRightRadius?: string | number | undefined;
            WebkitBoxDecorationBreak?: "slice" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "clone" | undefined;
            WebkitBoxReflect?: string | number | undefined;
            WebkitBoxShadow?: string | undefined;
            WebkitBoxSizing?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "border-box" | "content-box" | undefined;
            WebkitClipPath?: string | undefined;
            WebkitColorAdjust?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "economy" | "exact" | undefined;
            WebkitColumnCount?: number | "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitColumnFill?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "balance" | "balance-all" | undefined;
            WebkitColumnGap?: string | number | undefined;
            WebkitColumnRuleColor?: string | undefined;
            WebkitColumnRuleStyle?: string | undefined;
            WebkitColumnRuleWidth?: string | number | undefined;
            WebkitColumnSpan?: "all" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitColumnWidth?: string | number | undefined;
            WebkitFilter?: string | undefined;
            WebkitFlexBasis?: string | number | undefined;
            WebkitFlexDirection?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "column" | "column-reverse" | "row" | "row-reverse" | undefined;
            WebkitFlexGrow?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitFlexShrink?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitFlexWrap?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | undefined;
            WebkitFontFeatureSettings?: string | undefined;
            WebkitFontKerning?: "auto" | "normal" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitFontVariantLigatures?: string | undefined;
            WebkitHyphens?: "auto" | "none" | "manual" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitJustifyContent?: string | undefined;
            WebkitLineBreak?: "auto" | "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "strict" | "loose" | undefined;
            WebkitLineClamp?: number | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitMarginEnd?: string | number | undefined;
            WebkitMarginStart?: string | number | undefined;
            WebkitMaskAttachment?: string | undefined;
            WebkitMaskClip?: string | undefined;
            WebkitMaskComposite?: string | undefined;
            WebkitMaskImage?: string | undefined;
            WebkitMaskOrigin?: string | undefined;
            WebkitMaskPosition?: string | number | undefined;
            WebkitMaskPositionX?: string | number | undefined;
            WebkitMaskPositionY?: string | number | undefined;
            WebkitMaskRepeat?: string | undefined;
            WebkitMaskRepeatX?: "repeat" | "round" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "no-repeat" | "space" | undefined;
            WebkitMaskRepeatY?: "repeat" | "round" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "no-repeat" | "space" | undefined;
            WebkitMaskSize?: string | number | undefined;
            WebkitMaxInlineSize?: string | number | undefined;
            WebkitOrder?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitOverflowScrolling?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "touch" | undefined;
            WebkitPaddingEnd?: string | number | undefined;
            WebkitPaddingStart?: string | number | undefined;
            WebkitPerspective?: string | number | undefined;
            WebkitPerspectiveOrigin?: string | number | undefined;
            WebkitScrollSnapType?: string | undefined;
            WebkitShapeMargin?: string | number | undefined;
            WebkitTapHighlightColor?: string | undefined;
            WebkitTextCombine?: string | undefined;
            WebkitTextDecorationColor?: string | undefined;
            WebkitTextDecorationLine?: string | undefined;
            WebkitTextDecorationSkip?: string | undefined;
            WebkitTextDecorationStyle?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "solid" | "wavy" | undefined;
            WebkitTextEmphasisColor?: string | undefined;
            WebkitTextEmphasisPosition?: string | undefined;
            WebkitTextEmphasisStyle?: string | undefined;
            WebkitTextFillColor?: string | undefined;
            WebkitTextOrientation?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "mixed" | "sideways" | "upright" | undefined;
            WebkitTextSizeAdjust?: string | undefined;
            WebkitTextStrokeColor?: string | undefined;
            WebkitTextStrokeWidth?: string | number | undefined;
            WebkitTouchCallout?: "none" | "default" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitTransform?: string | undefined;
            WebkitTransformOrigin?: string | number | undefined;
            WebkitTransformStyle?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "flat" | "preserve-3d" | undefined;
            WebkitTransitionDelay?: string | undefined;
            WebkitTransitionDuration?: string | undefined;
            WebkitTransitionProperty?: string | undefined;
            WebkitTransitionTimingFunction?: string | undefined;
            WebkitUserModify?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "read-only" | "read-write" | "read-write-plaintext-only" | undefined;
            WebkitUserSelect?: "all" | "auto" | "none" | "inherit" | "text" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | "-moz-none" | "element" | undefined;
            WebkitWritingMode?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | undefined;
            MozAnimation?: string | number | undefined;
            MozBorderImage?: string | number | undefined;
            MozColumnRule?: string | number | undefined;
            MozColumns?: string | number | undefined;
            MozTransition?: string | undefined;
            msContentZoomLimit?: string | undefined;
            msContentZoomSnap?: string | undefined;
            msFlex?: string | number | undefined;
            msScrollLimit?: string | undefined;
            msScrollSnapX?: string | undefined;
            msScrollSnapY?: string | undefined;
            msTransition?: string | undefined;
            WebkitAnimation?: string | number | undefined;
            WebkitBorderBefore?: string | number | undefined;
            WebkitBorderImage?: string | number | undefined;
            WebkitBorderRadius?: string | number | undefined;
            WebkitColumnRule?: string | number | undefined;
            WebkitColumns?: string | number | undefined;
            WebkitFlex?: string | number | undefined;
            WebkitFlexFlow?: string | undefined;
            WebkitMask?: string | number | undefined;
            WebkitTextEmphasis?: string | undefined;
            WebkitTextStroke?: string | number | undefined;
            WebkitTransition?: string | undefined;
            boxAlign?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "stretch" | "baseline" | undefined;
            boxDirection?: "normal" | "reverse" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            boxFlex?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            boxFlexGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            boxLines?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "multiple" | "single" | undefined;
            boxOrdinalGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            boxOrient?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal" | "vertical" | "block-axis" | "inline-axis" | undefined;
            boxPack?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | undefined;
            clip?: string | undefined;
            fontVariantAlternates?: string | undefined;
            gridColumnGap?: string | number | undefined;
            gridGap?: string | number | undefined;
            gridRowGap?: string | number | undefined;
            imeMode?: "auto" | "normal" | "active" | "disabled" | "inactive" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            offsetBlock?: string | number | undefined;
            offsetBlockEnd?: string | number | undefined;
            offsetBlockStart?: string | number | undefined;
            offsetInline?: string | number | undefined;
            offsetInlineEnd?: string | number | undefined;
            offsetInlineStart?: string | number | undefined;
            scrollSnapCoordinate?: string | number | undefined;
            scrollSnapDestination?: string | number | undefined;
            scrollSnapPointsX?: string | undefined;
            scrollSnapPointsY?: string | undefined;
            scrollSnapTypeX?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "mandatory" | "proximity" | undefined;
            scrollSnapTypeY?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "mandatory" | "proximity" | undefined;
            textCombineHorizontal?: string | undefined;
            KhtmlBoxAlign?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "stretch" | "baseline" | undefined;
            KhtmlBoxDirection?: "normal" | "reverse" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            KhtmlBoxFlex?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            KhtmlBoxFlexGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            KhtmlBoxLines?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "multiple" | "single" | undefined;
            KhtmlBoxOrdinalGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            KhtmlBoxOrient?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal" | "vertical" | "block-axis" | "inline-axis" | undefined;
            KhtmlBoxPack?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | undefined;
            KhtmlLineBreak?: "auto" | "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "strict" | "loose" | undefined;
            KhtmlOpacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            KhtmlUserSelect?: "all" | "auto" | "none" | "inherit" | "text" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | "-moz-none" | "element" | undefined;
            MozBackgroundClip?: string | undefined;
            MozBackgroundInlinePolicy?: "slice" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "clone" | undefined;
            MozBackgroundOrigin?: string | undefined;
            MozBackgroundSize?: string | number | undefined;
            MozBinding?: string | undefined;
            MozBorderRadius?: string | number | undefined;
            MozBorderRadiusBottomleft?: string | number | undefined;
            MozBorderRadiusBottomright?: string | number | undefined;
            MozBorderRadiusTopleft?: string | number | undefined;
            MozBorderRadiusTopright?: string | number | undefined;
            MozBoxAlign?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "stretch" | "baseline" | undefined;
            MozBoxDirection?: "normal" | "reverse" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozBoxFlex?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozBoxOrdinalGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozBoxOrient?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal" | "vertical" | "block-axis" | "inline-axis" | undefined;
            MozBoxPack?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | undefined;
            MozBoxShadow?: string | undefined;
            MozOpacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozOutline?: string | number | undefined;
            MozOutlineColor?: string | undefined;
            MozOutlineRadius?: string | number | undefined;
            MozOutlineStyle?: string | undefined;
            MozOutlineWidth?: string | number | undefined;
            MozTextAlignLast?: "auto" | "left" | "right" | "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | undefined;
            MozTextBlink?: "blink" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozTextDecorationColor?: string | undefined;
            MozTextDecorationLine?: string | undefined;
            MozTextDecorationStyle?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "solid" | "wavy" | undefined;
            MozUserInput?: "auto" | "none" | "disabled" | "enabled" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozWindowShadow?: "none" | "default" | "inherit" | "menu" | "-moz-initial" | "initial" | "revert" | "unset" | "sheet" | "tooltip" | undefined;
            msImeMode?: "auto" | "normal" | "active" | "disabled" | "inactive" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            OAnimation?: string | number | undefined;
            OAnimationDelay?: string | undefined;
            OAnimationDirection?: string | undefined;
            OAnimationDuration?: string | undefined;
            OAnimationFillMode?: string | undefined;
            OAnimationIterationCount?: string | number | undefined;
            OAnimationName?: string | undefined;
            OAnimationPlayState?: string | undefined;
            OAnimationTimingFunction?: string | undefined;
            OBackgroundSize?: string | number | undefined;
            OBorderImage?: string | number | undefined;
            OTransform?: string | undefined;
            OTransition?: string | undefined;
            OTransitionDelay?: string | undefined;
            OTransitionDuration?: string | undefined;
            OTransitionProperty?: string | undefined;
            OTransitionTimingFunction?: string | undefined;
            WebkitBoxAlign?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "stretch" | "baseline" | undefined;
            WebkitBoxDirection?: "normal" | "reverse" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitBoxFlex?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitBoxFlexGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitBoxLines?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "multiple" | "single" | undefined;
            WebkitBoxOrdinalGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitBoxOrient?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal" | "vertical" | "block-axis" | "inline-axis" | undefined;
            WebkitBoxPack?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | undefined;
            WebkitScrollSnapPointsX?: string | undefined;
            WebkitScrollSnapPointsY?: string | undefined;
            alignmentBaseline?: "auto" | "inherit" | "hanging" | "middle" | "alphabetic" | "ideographic" | "-moz-initial" | "initial" | "revert" | "unset" | "baseline" | "after-edge" | "before-edge" | "central" | "mathematical" | "text-after-edge" | "text-before-edge" | undefined;
            baselineShift?: string | number | undefined;
            clipRule?: "nonzero" | "evenodd" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            colorInterpolation?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "linearRGB" | "sRGB" | undefined;
            colorRendering?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "optimizeSpeed" | "optimizeQuality" | undefined;
            dominantBaseline?: "auto" | "inherit" | "hanging" | "middle" | "alphabetic" | "ideographic" | "-moz-initial" | "initial" | "revert" | "unset" | "central" | "mathematical" | "text-after-edge" | "text-before-edge" | "no-change" | "reset-size" | "use-script" | undefined;
            fill?: string | undefined;
            fillOpacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            fillRule?: "nonzero" | "evenodd" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            floodColor?: string | undefined;
            floodOpacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            glyphOrientationVertical?: string | number | undefined;
            lightingColor?: string | undefined;
            marker?: string | undefined;
            markerEnd?: string | undefined;
            markerMid?: string | undefined;
            markerStart?: string | undefined;
            shapeRendering?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "geometricPrecision" | "optimizeSpeed" | "crispEdges" | undefined;
            stopColor?: string | undefined;
            stopOpacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            stroke?: string | undefined;
            strokeDasharray?: string | number | undefined;
            strokeDashoffset?: string | number | undefined;
            strokeLinecap?: "square" | "butt" | "round" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            strokeLinejoin?: "round" | "bevel" | "miter" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            strokeMiterlimit?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            strokeOpacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            strokeWidth?: string | number | undefined;
            textAnchor?: "start" | "end" | "inherit" | "middle" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            vectorEffect?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "non-scaling-stroke" | undefined;
            constructor: Function;
            toString(): string;
            toLocaleString(): string;
            valueOf(): Object;
            hasOwnProperty(v: string | number | symbol): boolean;
            isPrototypeOf(v: Object): boolean;
            propertyIsEnumerable(v: string | number | symbol): boolean;
        };
        src: string;
        key?: string | number | undefined;
        alt?: string | undefined;
        crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
        decoding?: "auto" | "async" | "sync" | undefined;
        sizes?: string | undefined;
        srcSet?: string | undefined;
        useMap?: string | undefined;
        defaultChecked?: boolean | undefined;
        defaultValue?: string | string[] | undefined;
        suppressContentEditableWarning?: boolean | undefined;
        suppressHydrationWarning?: boolean | undefined;
        accessKey?: string | undefined;
        className?: string | undefined;
        contentEditable?: boolean | undefined;
        contextMenu?: string | undefined;
        dir?: string | undefined;
        draggable?: boolean | undefined;
        hidden?: boolean | undefined;
        id?: string | undefined;
        lang?: string | undefined;
        placeholder?: string | undefined;
        slot?: string | undefined;
        spellCheck?: boolean | undefined;
        tabIndex?: number | undefined;
        title?: string | undefined;
        inputMode?: string | undefined;
        is?: string | undefined;
        radioGroup?: string | undefined;
        role?: string | undefined;
        about?: string | undefined;
        datatype?: string | undefined;
        inlist?: any;
        prefix?: string | undefined;
        property?: string | undefined;
        resource?: string | undefined;
        typeof?: string | undefined;
        vocab?: string | undefined;
        autoCapitalize?: string | undefined;
        autoCorrect?: string | undefined;
        autoSave?: string | undefined;
        color?: string | undefined;
        itemProp?: string | undefined;
        itemScope?: boolean | undefined;
        itemType?: string | undefined;
        itemID?: string | undefined;
        itemRef?: string | undefined;
        results?: number | undefined;
        security?: string | undefined;
        unselectable?: "on" | "off" | undefined;
        'aria-activedescendant'?: string | undefined;
        'aria-atomic'?: boolean | "false" | "true" | undefined;
        'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
        'aria-busy'?: boolean | "false" | "true" | undefined;
        'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
        'aria-colcount'?: number | undefined;
        'aria-colindex'?: number | undefined;
        'aria-colspan'?: number | undefined;
        'aria-controls'?: string | undefined;
        'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
        'aria-describedby'?: string | undefined;
        'aria-details'?: string | undefined;
        'aria-disabled'?: boolean | "false" | "true" | undefined;
        'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
        'aria-errormessage'?: string | undefined;
        'aria-expanded'?: boolean | "false" | "true" | undefined;
        'aria-flowto'?: string | undefined;
        'aria-grabbed'?: boolean | "false" | "true" | undefined;
        'aria-haspopup'?: boolean | "dialog" | "menu" | "listbox" | "grid" | "false" | "true" | "tree" | undefined;
        'aria-hidden'?: boolean | "false" | "true" | undefined;
        'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
        'aria-keyshortcuts'?: string | undefined;
        'aria-label'?: string | undefined;
        'aria-labelledby'?: string | undefined;
        'aria-level'?: number | undefined;
        'aria-live'?: "off" | "assertive" | "polite" | undefined;
        'aria-modal'?: boolean | "false" | "true" | undefined;
        'aria-multiline'?: boolean | "false" | "true" | undefined;
        'aria-multiselectable'?: boolean | "false" | "true" | undefined;
        'aria-orientation'?: "horizontal" | "vertical" | undefined;
        'aria-owns'?: string | undefined;
        'aria-placeholder'?: string | undefined;
        'aria-posinset'?: number | undefined;
        'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
        'aria-readonly'?: boolean | "false" | "true" | undefined;
        'aria-relevant'?: "all" | "text" | "additions" | "additions text" | "removals" | undefined;
        'aria-required'?: boolean | "false" | "true" | undefined;
        'aria-roledescription'?: string | undefined;
        'aria-rowcount'?: number | undefined;
        'aria-rowindex'?: number | undefined;
        'aria-rowspan'?: number | undefined;
        'aria-selected'?: boolean | "false" | "true" | undefined;
        'aria-setsize'?: number | undefined;
        'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
        'aria-valuemax'?: number | undefined;
        'aria-valuemin'?: number | undefined;
        'aria-valuenow'?: number | undefined;
        'aria-valuetext'?: string | undefined;
        children?: import("react").ReactNode;
        dangerouslySetInnerHTML?: {
            __html: string;
        } | undefined;
        onCopy?: ((event: import("react").ClipboardEvent<HTMLImageElement>) => void) | undefined;
        onCopyCapture?: ((event: import("react").ClipboardEvent<HTMLImageElement>) => void) | undefined;
        onCut?: ((event: import("react").ClipboardEvent<HTMLImageElement>) => void) | undefined;
        onCutCapture?: ((event: import("react").ClipboardEvent<HTMLImageElement>) => void) | undefined;
        onPaste?: ((event: import("react").ClipboardEvent<HTMLImageElement>) => void) | undefined;
        onPasteCapture?: ((event: import("react").ClipboardEvent<HTMLImageElement>) => void) | undefined;
        onCompositionEnd?: ((event: import("react").CompositionEvent<HTMLImageElement>) => void) | undefined;
        onCompositionEndCapture?: ((event: import("react").CompositionEvent<HTMLImageElement>) => void) | undefined;
        onCompositionStart?: ((event: import("react").CompositionEvent<HTMLImageElement>) => void) | undefined;
        onCompositionStartCapture?: ((event: import("react").CompositionEvent<HTMLImageElement>) => void) | undefined;
        onCompositionUpdate?: ((event: import("react").CompositionEvent<HTMLImageElement>) => void) | undefined;
        onCompositionUpdateCapture?: ((event: import("react").CompositionEvent<HTMLImageElement>) => void) | undefined;
        onFocus?: ((event: import("react").FocusEvent<HTMLImageElement>) => void) | undefined;
        onFocusCapture?: ((event: import("react").FocusEvent<HTMLImageElement>) => void) | undefined;
        onBlur?: ((event: import("react").FocusEvent<HTMLImageElement>) => void) | undefined;
        onBlurCapture?: ((event: import("react").FocusEvent<HTMLImageElement>) => void) | undefined;
        onChange?: ((event: import("react").FormEvent<HTMLImageElement>) => void) | undefined;
        onChangeCapture?: ((event: import("react").FormEvent<HTMLImageElement>) => void) | undefined;
        onBeforeInput?: ((event: import("react").FormEvent<HTMLImageElement>) => void) | undefined;
        onBeforeInputCapture?: ((event: import("react").FormEvent<HTMLImageElement>) => void) | undefined;
        onInput?: ((event: import("react").FormEvent<HTMLImageElement>) => void) | undefined;
        onInputCapture?: ((event: import("react").FormEvent<HTMLImageElement>) => void) | undefined;
        onReset?: ((event: import("react").FormEvent<HTMLImageElement>) => void) | undefined;
        onResetCapture?: ((event: import("react").FormEvent<HTMLImageElement>) => void) | undefined;
        onSubmit?: ((event: import("react").FormEvent<HTMLImageElement>) => void) | undefined;
        onSubmitCapture?: ((event: import("react").FormEvent<HTMLImageElement>) => void) | undefined;
        onInvalid?: ((event: import("react").FormEvent<HTMLImageElement>) => void) | undefined;
        onInvalidCapture?: ((event: import("react").FormEvent<HTMLImageElement>) => void) | undefined;
        onLoad?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onLoadCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onError?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onErrorCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onKeyDown?: ((event: import("react").KeyboardEvent<HTMLImageElement>) => void) | undefined;
        onKeyDownCapture?: ((event: import("react").KeyboardEvent<HTMLImageElement>) => void) | undefined;
        onKeyPress?: ((event: import("react").KeyboardEvent<HTMLImageElement>) => void) | undefined;
        onKeyPressCapture?: ((event: import("react").KeyboardEvent<HTMLImageElement>) => void) | undefined;
        onKeyUp?: ((event: import("react").KeyboardEvent<HTMLImageElement>) => void) | undefined;
        onKeyUpCapture?: ((event: import("react").KeyboardEvent<HTMLImageElement>) => void) | undefined;
        onAbort?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onAbortCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onCanPlay?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onCanPlayCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onCanPlayThrough?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onCanPlayThroughCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onDurationChange?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onDurationChangeCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onEmptied?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onEmptiedCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onEncrypted?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onEncryptedCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onEnded?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onEndedCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onLoadedData?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onLoadedDataCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onLoadedMetadata?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onLoadedMetadataCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onLoadStart?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onLoadStartCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onPause?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onPauseCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onPlay?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onPlayCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onPlaying?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onPlayingCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onProgress?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onProgressCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onRateChange?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onRateChangeCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onSeeked?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onSeekedCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onSeeking?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onSeekingCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onStalled?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onStalledCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onSuspend?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onSuspendCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onTimeUpdate?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onTimeUpdateCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onVolumeChange?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onVolumeChangeCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onWaiting?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onWaitingCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onAuxClick?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onAuxClickCapture?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onClick?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onClickCapture?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onContextMenu?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onContextMenuCapture?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onDoubleClick?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onDoubleClickCapture?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onDrag?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDragCapture?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDragEnd?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDragEndCapture?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDragEnter?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDragEnterCapture?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDragExit?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDragExitCapture?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDragLeave?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDragLeaveCapture?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDragOver?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDragOverCapture?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDragStart?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDragStartCapture?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDrop?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onDropCapture?: ((event: import("react").DragEvent<HTMLImageElement>) => void) | undefined;
        onMouseDown?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onMouseDownCapture?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onMouseEnter?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onMouseLeave?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onMouseMove?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onMouseMoveCapture?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onMouseOut?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onMouseOutCapture?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onMouseOver?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onMouseOverCapture?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onMouseUp?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onMouseUpCapture?: ((event: import("react").MouseEvent<HTMLImageElement, MouseEvent>) => void) | undefined;
        onSelect?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onSelectCapture?: ((event: import("react").SyntheticEvent<HTMLImageElement, Event>) => void) | undefined;
        onTouchCancel?: ((event: import("react").TouchEvent<HTMLImageElement>) => void) | undefined;
        onTouchCancelCapture?: ((event: import("react").TouchEvent<HTMLImageElement>) => void) | undefined;
        onTouchEnd?: ((event: import("react").TouchEvent<HTMLImageElement>) => void) | undefined;
        onTouchEndCapture?: ((event: import("react").TouchEvent<HTMLImageElement>) => void) | undefined;
        onTouchMove?: ((event: import("react").TouchEvent<HTMLImageElement>) => void) | undefined;
        onTouchMoveCapture?: ((event: import("react").TouchEvent<HTMLImageElement>) => void) | undefined;
        onTouchStart?: ((event: import("react").TouchEvent<HTMLImageElement>) => void) | undefined;
        onTouchStartCapture?: ((event: import("react").TouchEvent<HTMLImageElement>) => void) | undefined;
        onPointerDown?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerDownCapture?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerMove?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerMoveCapture?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerUp?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerUpCapture?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerCancel?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerCancelCapture?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerEnter?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerEnterCapture?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerLeave?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerLeaveCapture?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerOver?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerOverCapture?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerOut?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onPointerOutCapture?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onGotPointerCapture?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onGotPointerCaptureCapture?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onLostPointerCapture?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onLostPointerCaptureCapture?: ((event: import("react").PointerEvent<HTMLImageElement>) => void) | undefined;
        onScroll?: ((event: import("react").UIEvent<HTMLImageElement>) => void) | undefined;
        onScrollCapture?: ((event: import("react").UIEvent<HTMLImageElement>) => void) | undefined;
        onWheel?: ((event: import("react").WheelEvent<HTMLImageElement>) => void) | undefined;
        onWheelCapture?: ((event: import("react").WheelEvent<HTMLImageElement>) => void) | undefined;
        onAnimationStart?: ((event: import("react").AnimationEvent<HTMLImageElement>) => void) | undefined;
        onAnimationStartCapture?: ((event: import("react").AnimationEvent<HTMLImageElement>) => void) | undefined;
        onAnimationEnd?: ((event: import("react").AnimationEvent<HTMLImageElement>) => void) | undefined;
        onAnimationEndCapture?: ((event: import("react").AnimationEvent<HTMLImageElement>) => void) | undefined;
        onAnimationIteration?: ((event: import("react").AnimationEvent<HTMLImageElement>) => void) | undefined;
        onAnimationIterationCapture?: ((event: import("react").AnimationEvent<HTMLImageElement>) => void) | undefined;
        onTransitionEnd?: ((event: import("react").TransitionEvent<HTMLImageElement>) => void) | undefined;
        onTransitionEndCapture?: ((event: import("react").TransitionEvent<HTMLImageElement>) => void) | undefined;
    }, Element>;
}
export declare class LazyLoadBackgroundImage extends LazyLoad<DivProps> {
    render(): import("react").DOMElement<{
        ref: (el: Element | null) => Element | null;
        style: {
            backgroundImage: string;
            height: string | number | undefined;
            width: string | number | undefined;
        } | {
            backgroundImage: string;
            height: string | number | undefined;
            width: string | number | undefined;
            alignContent?: string | undefined;
            alignItems?: string | undefined;
            alignSelf?: string | undefined;
            animationDelay?: string | undefined;
            animationDirection?: string | undefined;
            animationDuration?: string | undefined;
            animationFillMode?: string | undefined;
            animationIterationCount?: string | number | undefined;
            animationName?: string | undefined;
            animationPlayState?: string | undefined;
            animationTimingFunction?: string | undefined;
            appearance?: "none" | "inherit" | "button" | "meter" | "textarea" | "-moz-initial" | "initial" | "revert" | "unset" | "button-bevel" | "checkbox" | "listbox" | "menulist" | "menulist-button" | "progress-bar" | "push-button" | "radio" | "searchfield" | "slider-horizontal" | "square-button" | "textfield" | undefined;
            backdropFilter?: string | undefined;
            backfaceVisibility?: "inherit" | "hidden" | "visible" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            backgroundAttachment?: string | undefined;
            backgroundBlendMode?: string | undefined;
            backgroundClip?: string | undefined;
            backgroundColor?: string | undefined;
            backgroundOrigin?: string | undefined;
            backgroundPosition?: string | number | undefined;
            backgroundPositionX?: string | number | undefined;
            backgroundPositionY?: string | number | undefined;
            backgroundRepeat?: string | undefined;
            backgroundSize?: string | number | undefined;
            blockOverflow?: string | undefined;
            blockSize?: string | number | undefined;
            borderBlockColor?: string | undefined;
            borderBlockEndColor?: string | undefined;
            borderBlockEndStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderBlockEndWidth?: string | number | undefined;
            borderBlockStartColor?: string | undefined;
            borderBlockStartStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderBlockStartWidth?: string | number | undefined;
            borderBlockStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderBlockWidth?: string | number | undefined;
            borderBottomColor?: string | undefined;
            borderBottomLeftRadius?: string | number | undefined;
            borderBottomRightRadius?: string | number | undefined;
            borderBottomStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderBottomWidth?: string | number | undefined;
            borderCollapse?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "collapse" | "separate" | undefined;
            borderEndEndRadius?: string | number | undefined;
            borderEndStartRadius?: string | number | undefined;
            borderImageOutset?: string | number | undefined;
            borderImageRepeat?: string | undefined;
            borderImageSlice?: string | number | undefined;
            borderImageSource?: string | undefined;
            borderImageWidth?: string | number | undefined;
            borderInlineColor?: string | undefined;
            borderInlineEndColor?: string | undefined;
            borderInlineEndStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderInlineEndWidth?: string | number | undefined;
            borderInlineStartColor?: string | undefined;
            borderInlineStartStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderInlineStartWidth?: string | number | undefined;
            borderInlineStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderInlineWidth?: string | number | undefined;
            borderLeftColor?: string | undefined;
            borderLeftStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderLeftWidth?: string | number | undefined;
            borderRightColor?: string | undefined;
            borderRightStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderRightWidth?: string | number | undefined;
            borderSpacing?: string | number | undefined;
            borderStartEndRadius?: string | number | undefined;
            borderStartStartRadius?: string | number | undefined;
            borderTopColor?: string | undefined;
            borderTopLeftRadius?: string | number | undefined;
            borderTopRightRadius?: string | number | undefined;
            borderTopStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            borderTopWidth?: string | number | undefined;
            bottom?: string | number | undefined;
            boxDecorationBreak?: "slice" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "clone" | undefined;
            boxShadow?: string | undefined;
            boxSizing?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "border-box" | "content-box" | undefined;
            breakAfter?: "all" | "auto" | "left" | "right" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "always" | "avoid" | "avoid-column" | "avoid-page" | "avoid-region" | "column" | "page" | "recto" | "region" | "verso" | undefined;
            breakBefore?: "all" | "auto" | "left" | "right" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "always" | "avoid" | "avoid-column" | "avoid-page" | "avoid-region" | "column" | "page" | "recto" | "region" | "verso" | undefined;
            breakInside?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "avoid" | "avoid-column" | "avoid-page" | "avoid-region" | undefined;
            captionSide?: "inherit" | "top" | "bottom" | "-moz-initial" | "initial" | "revert" | "unset" | "block-end" | "block-start" | "inline-end" | "inline-start" | undefined;
            caretColor?: string | undefined;
            clear?: "left" | "right" | "none" | "both" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "inline-end" | "inline-start" | undefined;
            clipPath?: string | undefined;
            color?: string | undefined;
            colorAdjust?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "economy" | "exact" | undefined;
            columnCount?: number | "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            columnFill?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "balance" | "balance-all" | undefined;
            columnGap?: string | number | undefined;
            columnRuleColor?: string | undefined;
            columnRuleStyle?: string | undefined;
            columnRuleWidth?: string | number | undefined;
            columnSpan?: "all" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            columnWidth?: string | number | undefined;
            contain?: string | undefined;
            content?: string | undefined;
            counterIncrement?: string | undefined;
            counterReset?: string | undefined;
            counterSet?: string | undefined;
            cursor?: string | undefined;
            direction?: "ltr" | "rtl" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            display?: string | undefined;
            emptyCells?: "show" | "hide" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            filter?: string | undefined;
            flexBasis?: string | number | undefined;
            flexDirection?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "column" | "column-reverse" | "row" | "row-reverse" | undefined;
            flexGrow?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            flexShrink?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            flexWrap?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | undefined;
            float?: "left" | "right" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "inline-end" | "inline-start" | undefined;
            fontFamily?: string | undefined;
            fontFeatureSettings?: string | undefined;
            fontKerning?: "auto" | "normal" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            fontLanguageOverride?: string | undefined;
            fontOpticalSizing?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            fontSize?: string | number | undefined;
            fontSizeAdjust?: number | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            fontStretch?: string | undefined;
            fontStyle?: string | undefined;
            fontSynthesis?: string | undefined;
            fontVariant?: string | undefined;
            fontVariantCaps?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "all-petite-caps" | "all-small-caps" | "petite-caps" | "small-caps" | "titling-caps" | "unicase" | undefined;
            fontVariantEastAsian?: string | undefined;
            fontVariantLigatures?: string | undefined;
            fontVariantNumeric?: string | undefined;
            fontVariantPosition?: "sub" | "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "super" | undefined;
            fontVariationSettings?: string | undefined;
            fontWeight?: number | "bold" | "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "bolder" | "lighter" | undefined;
            gridAutoColumns?: string | number | undefined;
            gridAutoFlow?: string | undefined;
            gridAutoRows?: string | number | undefined;
            gridColumnEnd?: string | number | undefined;
            gridColumnStart?: string | number | undefined;
            gridRowEnd?: string | number | undefined;
            gridRowStart?: string | number | undefined;
            gridTemplateAreas?: string | undefined;
            gridTemplateColumns?: string | number | undefined;
            gridTemplateRows?: string | number | undefined;
            hangingPunctuation?: string | undefined;
            hyphens?: "auto" | "none" | "manual" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            imageOrientation?: string | undefined;
            imageRendering?: "auto" | "inherit" | "pixelated" | "-moz-initial" | "initial" | "revert" | "unset" | "-moz-crisp-edges" | "-o-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | undefined;
            imageResolution?: string | undefined;
            initialLetter?: string | number | undefined;
            inlineSize?: string | number | undefined;
            inset?: string | number | undefined;
            insetBlock?: string | number | undefined;
            insetBlockEnd?: string | number | undefined;
            insetBlockStart?: string | number | undefined;
            insetInline?: string | number | undefined;
            insetInlineEnd?: string | number | undefined;
            insetInlineStart?: string | number | undefined;
            isolation?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "isolate" | undefined;
            justifyContent?: string | undefined;
            justifyItems?: string | undefined;
            justifySelf?: string | undefined;
            left?: string | number | undefined;
            letterSpacing?: string | number | undefined;
            lineBreak?: "auto" | "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "strict" | "loose" | undefined;
            lineHeight?: string | number | undefined;
            lineHeightStep?: string | number | undefined;
            listStyleImage?: string | undefined;
            listStylePosition?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "inside" | "outside" | undefined;
            listStyleType?: string | undefined;
            marginBlock?: string | number | undefined;
            marginBlockEnd?: string | number | undefined;
            marginBlockStart?: string | number | undefined;
            marginBottom?: string | number | undefined;
            marginInline?: string | number | undefined;
            marginInlineEnd?: string | number | undefined;
            marginInlineStart?: string | number | undefined;
            marginLeft?: string | number | undefined;
            marginRight?: string | number | undefined;
            marginTop?: string | number | undefined;
            maskBorderMode?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "alpha" | "luminance" | undefined;
            maskBorderOutset?: string | number | undefined;
            maskBorderRepeat?: string | undefined;
            maskBorderSlice?: string | number | undefined;
            maskBorderSource?: string | undefined;
            maskBorderWidth?: string | number | undefined;
            maskClip?: string | undefined;
            maskComposite?: string | undefined;
            maskImage?: string | undefined;
            maskMode?: string | undefined;
            maskOrigin?: string | undefined;
            maskPosition?: string | number | undefined;
            maskRepeat?: string | undefined;
            maskSize?: string | number | undefined;
            maskType?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "alpha" | "luminance" | undefined;
            maxBlockSize?: string | number | undefined;
            maxHeight?: string | number | undefined;
            maxInlineSize?: string | number | undefined;
            maxLines?: number | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            maxWidth?: string | number | undefined;
            minBlockSize?: string | number | undefined;
            minHeight?: string | number | undefined;
            minInlineSize?: string | number | undefined;
            minWidth?: string | number | undefined;
            mixBlendMode?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "color" | "color-burn" | "color-dodge" | "darken" | "difference" | "exclusion" | "hard-light" | "hue" | "lighten" | "luminosity" | "multiply" | "overlay" | "saturation" | "screen" | "soft-light" | undefined;
            motionDistance?: string | number | undefined;
            motionPath?: string | undefined;
            motionRotation?: string | undefined;
            objectFit?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | "cover" | "fill" | "scale-down" | undefined;
            objectPosition?: string | number | undefined;
            offsetAnchor?: string | number | undefined;
            offsetDistance?: string | number | undefined;
            offsetPath?: string | undefined;
            offsetPosition?: string | number | undefined;
            offsetRotate?: string | undefined;
            offsetRotation?: string | undefined;
            opacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            order?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            orphans?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            outlineColor?: string | undefined;
            outlineOffset?: string | number | undefined;
            outlineStyle?: string | undefined;
            outlineWidth?: string | number | undefined;
            overflow?: string | undefined;
            overflowAnchor?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            overflowBlock?: "auto" | "inherit" | "hidden" | "visible" | "scroll" | "-moz-initial" | "initial" | "revert" | "unset" | "clip" | undefined;
            overflowClipBox?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "content-box" | "padding-box" | undefined;
            overflowInline?: "auto" | "inherit" | "hidden" | "visible" | "scroll" | "-moz-initial" | "initial" | "revert" | "unset" | "clip" | undefined;
            overflowWrap?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "anywhere" | "break-word" | undefined;
            overflowX?: "auto" | "inherit" | "hidden" | "visible" | "scroll" | "-moz-initial" | "initial" | "revert" | "unset" | "clip" | undefined;
            overflowY?: "auto" | "inherit" | "hidden" | "visible" | "scroll" | "-moz-initial" | "initial" | "revert" | "unset" | "clip" | undefined;
            overscrollBehavior?: string | undefined;
            overscrollBehaviorX?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | undefined;
            overscrollBehaviorY?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | undefined;
            paddingBlock?: string | number | undefined;
            paddingBlockEnd?: string | number | undefined;
            paddingBlockStart?: string | number | undefined;
            paddingBottom?: string | number | undefined;
            paddingInline?: string | number | undefined;
            paddingInlineEnd?: string | number | undefined;
            paddingInlineStart?: string | number | undefined;
            paddingLeft?: string | number | undefined;
            paddingRight?: string | number | undefined;
            paddingTop?: string | number | undefined;
            pageBreakAfter?: "auto" | "left" | "right" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "always" | "avoid" | "recto" | "verso" | undefined;
            pageBreakBefore?: "auto" | "left" | "right" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "always" | "avoid" | "recto" | "verso" | undefined;
            pageBreakInside?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "avoid" | undefined;
            paintOrder?: string | undefined;
            perspective?: string | number | undefined;
            perspectiveOrigin?: string | number | undefined;
            placeContent?: string | undefined;
            pointerEvents?: "all" | "auto" | "none" | "inherit" | "visible" | "-moz-initial" | "initial" | "revert" | "unset" | "fill" | "stroke" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | undefined;
            position?: "fixed" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "-webkit-sticky" | "absolute" | "relative" | "static" | "sticky" | undefined;
            quotes?: string | undefined;
            resize?: "none" | "both" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "block" | "inline" | "horizontal" | "vertical" | undefined;
            right?: string | number | undefined;
            rotate?: string | undefined;
            rowGap?: string | number | undefined;
            rubyAlign?: "start" | "center" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "space-around" | "space-between" | undefined;
            rubyMerge?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "collapse" | "separate" | undefined;
            rubyPosition?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "over" | "under" | undefined;
            scale?: string | number | undefined;
            scrollBehavior?: "auto" | "smooth" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            scrollMargin?: string | number | undefined;
            scrollMarginBlock?: string | number | undefined;
            scrollMarginBlockEnd?: string | number | undefined;
            scrollMarginBlockStart?: string | number | undefined;
            scrollMarginBottom?: string | number | undefined;
            scrollMarginInline?: string | number | undefined;
            scrollMarginInlineEnd?: string | number | undefined;
            scrollMarginInlineStart?: string | number | undefined;
            scrollMarginLeft?: string | number | undefined;
            scrollMarginRight?: string | number | undefined;
            scrollMarginTop?: string | number | undefined;
            scrollPadding?: string | number | undefined;
            scrollPaddingBlock?: string | number | undefined;
            scrollPaddingBlockEnd?: string | number | undefined;
            scrollPaddingBlockStart?: string | number | undefined;
            scrollPaddingBottom?: string | number | undefined;
            scrollPaddingInline?: string | number | undefined;
            scrollPaddingInlineEnd?: string | number | undefined;
            scrollPaddingInlineStart?: string | number | undefined;
            scrollPaddingLeft?: string | number | undefined;
            scrollPaddingRight?: string | number | undefined;
            scrollPaddingTop?: string | number | undefined;
            scrollSnapAlign?: string | undefined;
            scrollSnapStop?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "always" | undefined;
            scrollSnapType?: string | undefined;
            scrollbarColor?: string | undefined;
            scrollbarWidth?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "thin" | undefined;
            shapeImageThreshold?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            shapeMargin?: string | number | undefined;
            shapeOutside?: string | undefined;
            tabSize?: string | number | undefined;
            tableLayout?: "fixed" | "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            textAlign?: "left" | "right" | "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | "match-parent" | undefined;
            textAlignLast?: "auto" | "left" | "right" | "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | undefined;
            textCombineUpright?: string | undefined;
            textDecorationColor?: string | undefined;
            textDecorationLine?: string | undefined;
            textDecorationSkip?: string | undefined;
            textDecorationSkipInk?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            textDecorationStyle?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "solid" | "wavy" | undefined;
            textEmphasisColor?: string | undefined;
            textEmphasisPosition?: string | undefined;
            textEmphasisStyle?: string | undefined;
            textIndent?: string | number | undefined;
            textJustify?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "inter-character" | "inter-word" | undefined;
            textOrientation?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "mixed" | "sideways" | "upright" | undefined;
            textOverflow?: string | undefined;
            textRendering?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "geometricPrecision" | "optimizeLegibility" | "optimizeSpeed" | undefined;
            textShadow?: string | undefined;
            textSizeAdjust?: string | undefined;
            textTransform?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "full-width" | "capitalize" | "full-size-kana" | "lowercase" | "uppercase" | undefined;
            textUnderlinePosition?: string | undefined;
            top?: string | number | undefined;
            touchAction?: string | undefined;
            transform?: string | undefined;
            transformBox?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "border-box" | "fill-box" | "view-box" | undefined;
            transformOrigin?: string | number | undefined;
            transformStyle?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "flat" | "preserve-3d" | undefined;
            transitionDelay?: string | undefined;
            transitionDuration?: string | undefined;
            transitionProperty?: string | undefined;
            transitionTimingFunction?: string | undefined;
            translate?: string | number | undefined;
            unicodeBidi?: "normal" | "inherit" | "embed" | "-moz-initial" | "initial" | "revert" | "unset" | "isolate" | "-moz-isolate" | "-moz-isolate-override" | "-moz-plaintext" | "-webkit-isolate" | "bidi-override" | "isolate-override" | "plaintext" | undefined;
            userSelect?: "all" | "auto" | "none" | "inherit" | "text" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | "-moz-none" | "element" | undefined;
            verticalAlign?: string | number | undefined;
            visibility?: "inherit" | "hidden" | "visible" | "-moz-initial" | "initial" | "revert" | "unset" | "collapse" | undefined;
            whiteSpace?: "normal" | "inherit" | "pre" | "-moz-initial" | "initial" | "revert" | "unset" | "nowrap" | "-moz-pre-wrap" | "pre-line" | "pre-wrap" | undefined;
            widows?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            willChange?: string | undefined;
            wordBreak?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "break-word" | "break-all" | "keep-all" | undefined;
            wordSpacing?: string | number | undefined;
            wordWrap?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "break-word" | undefined;
            writingMode?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | undefined;
            zIndex?: number | "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            zoom?: string | number | undefined;
            all?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            animation?: string | number | undefined;
            background?: string | number | undefined;
            border?: string | number | undefined;
            borderBlock?: string | number | undefined;
            borderBlockEnd?: string | number | undefined;
            borderBlockStart?: string | number | undefined;
            borderBottom?: string | number | undefined;
            borderColor?: string | undefined;
            borderImage?: string | number | undefined;
            borderInline?: string | number | undefined;
            borderInlineEnd?: string | number | undefined;
            borderInlineStart?: string | number | undefined;
            borderLeft?: string | number | undefined;
            borderRadius?: string | number | undefined;
            borderRight?: string | number | undefined;
            borderStyle?: string | undefined;
            borderTop?: string | number | undefined;
            borderWidth?: string | number | undefined;
            columnRule?: string | number | undefined;
            columns?: string | number | undefined;
            flex?: string | number | undefined;
            flexFlow?: string | undefined;
            font?: string | undefined;
            gap?: string | number | undefined;
            grid?: string | undefined;
            gridArea?: string | number | undefined;
            gridColumn?: string | number | undefined;
            gridRow?: string | number | undefined;
            gridTemplate?: string | undefined;
            lineClamp?: number | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            listStyle?: string | undefined;
            margin?: string | number | undefined;
            mask?: string | number | undefined;
            maskBorder?: string | number | undefined;
            motion?: string | number | undefined;
            offset?: string | number | undefined;
            outline?: string | number | undefined;
            padding?: string | number | undefined;
            placeItems?: string | undefined;
            placeSelf?: string | undefined;
            textDecoration?: string | undefined;
            textEmphasis?: string | undefined;
            transition?: string | undefined;
            MozAnimationDelay?: string | undefined;
            MozAnimationDirection?: string | undefined;
            MozAnimationDuration?: string | undefined;
            MozAnimationFillMode?: string | undefined;
            MozAnimationIterationCount?: string | number | undefined;
            MozAnimationName?: string | undefined;
            MozAnimationPlayState?: string | undefined;
            MozAnimationTimingFunction?: string | undefined;
            MozAppearance?: "none" | "inherit" | "button" | "-moz-initial" | "initial" | "revert" | "unset" | "button-bevel" | "checkbox" | "listbox" | "menulist" | "menulist-button" | "radio" | "searchfield" | "textfield" | "-moz-mac-unified-toolbar" | "-moz-win-borderless-glass" | "-moz-win-browsertabbar-toolbox" | "-moz-win-communications-toolbox" | "-moz-win-communicationstext" | "-moz-win-exclude-glass" | "-moz-win-glass" | "-moz-win-media-toolbox" | "-moz-win-mediatext" | "-moz-window-button-box" | "-moz-window-button-box-maximized" | "-moz-window-button-close" | "-moz-window-button-maximize" | "-moz-window-button-minimize" | "-moz-window-button-restore" | "-moz-window-frame-bottom" | "-moz-window-frame-left" | "-moz-window-frame-right" | "-moz-window-titlebar" | "-moz-window-titlebar-maximized" | "button-arrow-down" | "button-arrow-next" | "button-arrow-previous" | "button-arrow-up" | "button-focus" | "caret" | "checkbox-container" | "checkbox-label" | "checkmenuitem" | "dualbutton" | "groupbox" | "listitem" | "menuarrow" | "menubar" | "menucheckbox" | "menuimage" | "menuitem" | "menuitemtext" | "menulist-text" | "menulist-textfield" | "menupopup" | "menuradio" | "menuseparator" | "meterbar" | "meterchunk" | "progressbar" | "progressbar-vertical" | "progresschunk" | "progresschunk-vertical" | "radio-container" | "radio-label" | "radiomenuitem" | "range" | "range-thumb" | "resizer" | "resizerpanel" | "scale-horizontal" | "scale-vertical" | "scalethumb-horizontal" | "scalethumb-vertical" | "scalethumbend" | "scalethumbstart" | "scalethumbtick" | "scrollbarbutton-down" | "scrollbarbutton-left" | "scrollbarbutton-right" | "scrollbarbutton-up" | "scrollbarthumb-horizontal" | "scrollbarthumb-vertical" | "scrollbartrack-horizontal" | "scrollbartrack-vertical" | "separator" | "sheet" | "spinner" | "spinner-downbutton" | "spinner-textfield" | "spinner-upbutton" | "splitter" | "statusbar" | "statusbarpanel" | "tab" | "tab-scroll-arrow-back" | "tab-scroll-arrow-forward" | "tabpanel" | "tabpanels" | "textfield-multiline" | "toolbar" | "toolbarbutton" | "toolbarbutton-dropdown" | "toolbargripper" | "toolbox" | "tooltip" | "treeheader" | "treeheadercell" | "treeheadersortarrow" | "treeitem" | "treeline" | "treetwisty" | "treetwistyopen" | "treeview" | undefined;
            MozBackfaceVisibility?: "inherit" | "hidden" | "visible" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozBorderBottomColors?: string | undefined;
            MozBorderEndColor?: string | undefined;
            MozBorderEndStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            MozBorderEndWidth?: string | number | undefined;
            MozBorderLeftColors?: string | undefined;
            MozBorderRightColors?: string | undefined;
            MozBorderStartColor?: string | undefined;
            MozBorderStartStyle?: "none" | "inherit" | "hidden" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | undefined;
            MozBorderTopColors?: string | undefined;
            MozBoxSizing?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "border-box" | "content-box" | undefined;
            MozColumnCount?: number | "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozColumnFill?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "balance" | "balance-all" | undefined;
            MozColumnGap?: string | number | undefined;
            MozColumnRuleColor?: string | undefined;
            MozColumnRuleStyle?: string | undefined;
            MozColumnRuleWidth?: string | number | undefined;
            MozColumnWidth?: string | number | undefined;
            MozContextProperties?: string | undefined;
            MozFloatEdge?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "border-box" | "content-box" | "padding-box" | "margin-box" | undefined;
            MozFontFeatureSettings?: string | undefined;
            MozFontLanguageOverride?: string | undefined;
            MozForceBrokenImageIcon?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozHyphens?: "auto" | "none" | "manual" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozImageRegion?: string | undefined;
            MozMarginEnd?: string | number | undefined;
            MozMarginStart?: string | number | undefined;
            MozOrient?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "block" | "inline" | "horizontal" | "vertical" | undefined;
            MozOutlineRadiusBottomleft?: string | number | undefined;
            MozOutlineRadiusBottomright?: string | number | undefined;
            MozOutlineRadiusTopleft?: string | number | undefined;
            MozOutlineRadiusTopright?: string | number | undefined;
            MozPaddingEnd?: string | number | undefined;
            MozPaddingStart?: string | number | undefined;
            MozPerspective?: string | number | undefined;
            MozPerspectiveOrigin?: string | number | undefined;
            MozStackSizing?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "ignore" | "stretch-to-fit" | undefined;
            MozTabSize?: string | number | undefined;
            MozTextSizeAdjust?: string | undefined;
            MozTransformOrigin?: string | number | undefined;
            MozTransformStyle?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "flat" | "preserve-3d" | undefined;
            MozTransitionDelay?: string | undefined;
            MozTransitionDuration?: string | undefined;
            MozTransitionProperty?: string | undefined;
            MozTransitionTimingFunction?: string | undefined;
            MozUserFocus?: "normal" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "ignore" | "select-after" | "select-all" | "select-before" | "select-menu" | "select-same" | undefined;
            MozUserModify?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "read-only" | "read-write" | "write-only" | undefined;
            MozUserSelect?: "all" | "auto" | "none" | "inherit" | "text" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | "-moz-none" | "element" | undefined;
            MozWindowDragging?: "inherit" | "drag" | "-moz-initial" | "initial" | "revert" | "unset" | "no-drag" | undefined;
            msAccelerator?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "false" | "true" | undefined;
            msAlignSelf?: string | undefined;
            msBlockProgression?: "inherit" | "rl" | "lr" | "-moz-initial" | "initial" | "revert" | "unset" | "bt" | "tb" | undefined;
            msContentZoomChaining?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "chained" | undefined;
            msContentZoomLimitMax?: string | undefined;
            msContentZoomLimitMin?: string | undefined;
            msContentZoomSnapPoints?: string | undefined;
            msContentZoomSnapType?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "mandatory" | "proximity" | undefined;
            msContentZooming?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "zoom" | undefined;
            msFilter?: string | undefined;
            msFlexDirection?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "column" | "column-reverse" | "row" | "row-reverse" | undefined;
            msFlexPositive?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            msFlowFrom?: string | undefined;
            msFlowInto?: string | undefined;
            msGridColumns?: string | number | undefined;
            msGridRows?: string | number | undefined;
            msHighContrastAdjust?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            msHyphenateLimitChars?: string | number | undefined;
            msHyphenateLimitLines?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "no-limit" | undefined;
            msHyphenateLimitZone?: string | number | undefined;
            msHyphens?: "auto" | "none" | "manual" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            msImeAlign?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "after" | undefined;
            msLineBreak?: "auto" | "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "strict" | "loose" | undefined;
            msOrder?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            msOverflowStyle?: "auto" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "-ms-autohiding-scrollbar" | "scrollbar" | undefined;
            msOverflowX?: "auto" | "inherit" | "hidden" | "visible" | "scroll" | "-moz-initial" | "initial" | "revert" | "unset" | "clip" | undefined;
            msOverflowY?: "auto" | "inherit" | "hidden" | "visible" | "scroll" | "-moz-initial" | "initial" | "revert" | "unset" | "clip" | undefined;
            msScrollChaining?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "chained" | undefined;
            msScrollLimitXMax?: string | number | undefined;
            msScrollLimitXMin?: string | number | undefined;
            msScrollLimitYMax?: string | number | undefined;
            msScrollLimitYMin?: string | number | undefined;
            msScrollRails?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "railed" | undefined;
            msScrollSnapPointsX?: string | undefined;
            msScrollSnapPointsY?: string | undefined;
            msScrollSnapType?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "mandatory" | "proximity" | undefined;
            msScrollTranslation?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "vertical-to-horizontal" | undefined;
            msScrollbar3dlightColor?: string | undefined;
            msScrollbarArrowColor?: string | undefined;
            msScrollbarBaseColor?: string | undefined;
            msScrollbarDarkshadowColor?: string | undefined;
            msScrollbarFaceColor?: string | undefined;
            msScrollbarHighlightColor?: string | undefined;
            msScrollbarShadowColor?: string | undefined;
            msScrollbarTrackColor?: string | undefined;
            msTextAutospace?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "ideograph-alpha" | "ideograph-numeric" | "ideograph-parenthesis" | "ideograph-space" | undefined;
            msTextCombineHorizontal?: string | undefined;
            msTextOverflow?: string | undefined;
            msTouchAction?: string | undefined;
            msTouchSelect?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "grippers" | undefined;
            msTransform?: string | undefined;
            msTransformOrigin?: string | number | undefined;
            msTransitionDelay?: string | undefined;
            msTransitionDuration?: string | undefined;
            msTransitionProperty?: string | undefined;
            msTransitionTimingFunction?: string | undefined;
            msUserSelect?: "none" | "inherit" | "text" | "-moz-initial" | "initial" | "revert" | "unset" | "element" | undefined;
            msWordBreak?: "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "break-word" | "break-all" | "keep-all" | undefined;
            msWrapFlow?: "auto" | "both" | "start" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "clear" | "maximum" | undefined;
            msWrapMargin?: string | number | undefined;
            msWrapThrough?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "wrap" | undefined;
            msWritingMode?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | undefined;
            OObjectFit?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | "cover" | "fill" | "scale-down" | undefined;
            OObjectPosition?: string | number | undefined;
            OTabSize?: string | number | undefined;
            OTextOverflow?: string | undefined;
            OTransformOrigin?: string | number | undefined;
            WebkitAlignContent?: string | undefined;
            WebkitAlignItems?: string | undefined;
            WebkitAlignSelf?: string | undefined;
            WebkitAnimationDelay?: string | undefined;
            WebkitAnimationDirection?: string | undefined;
            WebkitAnimationDuration?: string | undefined;
            WebkitAnimationFillMode?: string | undefined;
            WebkitAnimationIterationCount?: string | number | undefined;
            WebkitAnimationName?: string | undefined;
            WebkitAnimationPlayState?: string | undefined;
            WebkitAnimationTimingFunction?: string | undefined;
            WebkitAppearance?: "none" | "inherit" | "button" | "meter" | "textarea" | "-moz-initial" | "initial" | "revert" | "unset" | "button-bevel" | "checkbox" | "listbox" | "menulist" | "menulist-button" | "progress-bar" | "push-button" | "radio" | "searchfield" | "slider-horizontal" | "square-button" | "textfield" | "caret" | "listitem" | "menulist-text" | "menulist-textfield" | "default-button" | "inner-spin-button" | "media-controls-background" | "media-controls-fullscreen-background" | "media-current-time-display" | "media-enter-fullscreen-button" | "media-exit-fullscreen-button" | "media-fullscreen-button" | "media-mute-button" | "media-overlay-play-button" | "media-play-button" | "media-seek-back-button" | "media-seek-forward-button" | "media-slider" | "media-sliderthumb" | "media-time-remaining-display" | "media-toggle-closed-captions-button" | "media-volume-slider" | "media-volume-slider-container" | "media-volume-sliderthumb" | "progress-bar-value" | "searchfield-cancel-button" | "searchfield-decoration" | "searchfield-results-button" | "searchfield-results-decoration" | "slider-vertical" | "sliderthumb-horizontal" | "sliderthumb-vertical" | undefined;
            WebkitBackdropFilter?: string | undefined;
            WebkitBackfaceVisibility?: "inherit" | "hidden" | "visible" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitBackgroundClip?: string | undefined;
            WebkitBackgroundOrigin?: string | undefined;
            WebkitBackgroundSize?: string | number | undefined;
            WebkitBorderBeforeColor?: string | undefined;
            WebkitBorderBeforeStyle?: string | undefined;
            WebkitBorderBeforeWidth?: string | number | undefined;
            WebkitBorderBottomLeftRadius?: string | number | undefined;
            WebkitBorderBottomRightRadius?: string | number | undefined;
            WebkitBorderImageSlice?: string | number | undefined;
            WebkitBorderTopLeftRadius?: string | number | undefined;
            WebkitBorderTopRightRadius?: string | number | undefined;
            WebkitBoxDecorationBreak?: "slice" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "clone" | undefined;
            WebkitBoxReflect?: string | number | undefined;
            WebkitBoxShadow?: string | undefined;
            WebkitBoxSizing?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "border-box" | "content-box" | undefined;
            WebkitClipPath?: string | undefined;
            WebkitColorAdjust?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "economy" | "exact" | undefined;
            WebkitColumnCount?: number | "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitColumnFill?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "balance" | "balance-all" | undefined;
            WebkitColumnGap?: string | number | undefined;
            WebkitColumnRuleColor?: string | undefined;
            WebkitColumnRuleStyle?: string | undefined;
            WebkitColumnRuleWidth?: string | number | undefined;
            WebkitColumnSpan?: "all" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitColumnWidth?: string | number | undefined;
            WebkitFilter?: string | undefined;
            WebkitFlexBasis?: string | number | undefined;
            WebkitFlexDirection?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "column" | "column-reverse" | "row" | "row-reverse" | undefined;
            WebkitFlexGrow?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitFlexShrink?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitFlexWrap?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | undefined;
            WebkitFontFeatureSettings?: string | undefined;
            WebkitFontKerning?: "auto" | "normal" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitFontVariantLigatures?: string | undefined;
            WebkitHyphens?: "auto" | "none" | "manual" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitJustifyContent?: string | undefined;
            WebkitLineBreak?: "auto" | "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "strict" | "loose" | undefined;
            WebkitLineClamp?: number | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitMarginEnd?: string | number | undefined;
            WebkitMarginStart?: string | number | undefined;
            WebkitMaskAttachment?: string | undefined;
            WebkitMaskClip?: string | undefined;
            WebkitMaskComposite?: string | undefined;
            WebkitMaskImage?: string | undefined;
            WebkitMaskOrigin?: string | undefined;
            WebkitMaskPosition?: string | number | undefined;
            WebkitMaskPositionX?: string | number | undefined;
            WebkitMaskPositionY?: string | number | undefined;
            WebkitMaskRepeat?: string | undefined;
            WebkitMaskRepeatX?: "repeat" | "round" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "no-repeat" | "space" | undefined;
            WebkitMaskRepeatY?: "repeat" | "round" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "no-repeat" | "space" | undefined;
            WebkitMaskSize?: string | number | undefined;
            WebkitMaxInlineSize?: string | number | undefined;
            WebkitOrder?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitOverflowScrolling?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "touch" | undefined;
            WebkitPaddingEnd?: string | number | undefined;
            WebkitPaddingStart?: string | number | undefined;
            WebkitPerspective?: string | number | undefined;
            WebkitPerspectiveOrigin?: string | number | undefined;
            WebkitScrollSnapType?: string | undefined;
            WebkitShapeMargin?: string | number | undefined;
            WebkitTapHighlightColor?: string | undefined;
            WebkitTextCombine?: string | undefined;
            WebkitTextDecorationColor?: string | undefined;
            WebkitTextDecorationLine?: string | undefined;
            WebkitTextDecorationSkip?: string | undefined;
            WebkitTextDecorationStyle?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "solid" | "wavy" | undefined;
            WebkitTextEmphasisColor?: string | undefined;
            WebkitTextEmphasisPosition?: string | undefined;
            WebkitTextEmphasisStyle?: string | undefined;
            WebkitTextFillColor?: string | undefined;
            WebkitTextOrientation?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "mixed" | "sideways" | "upright" | undefined;
            WebkitTextSizeAdjust?: string | undefined;
            WebkitTextStrokeColor?: string | undefined;
            WebkitTextStrokeWidth?: string | number | undefined;
            WebkitTouchCallout?: "none" | "default" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitTransform?: string | undefined;
            WebkitTransformOrigin?: string | number | undefined;
            WebkitTransformStyle?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "flat" | "preserve-3d" | undefined;
            WebkitTransitionDelay?: string | undefined;
            WebkitTransitionDuration?: string | undefined;
            WebkitTransitionProperty?: string | undefined;
            WebkitTransitionTimingFunction?: string | undefined;
            WebkitUserModify?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "read-only" | "read-write" | "read-write-plaintext-only" | undefined;
            WebkitUserSelect?: "all" | "auto" | "none" | "inherit" | "text" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | "-moz-none" | "element" | undefined;
            WebkitWritingMode?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | undefined;
            MozAnimation?: string | number | undefined;
            MozBorderImage?: string | number | undefined;
            MozColumnRule?: string | number | undefined;
            MozColumns?: string | number | undefined;
            MozTransition?: string | undefined;
            msContentZoomLimit?: string | undefined;
            msContentZoomSnap?: string | undefined;
            msFlex?: string | number | undefined;
            msScrollLimit?: string | undefined;
            msScrollSnapX?: string | undefined;
            msScrollSnapY?: string | undefined;
            msTransition?: string | undefined;
            WebkitAnimation?: string | number | undefined;
            WebkitBorderBefore?: string | number | undefined;
            WebkitBorderImage?: string | number | undefined;
            WebkitBorderRadius?: string | number | undefined;
            WebkitColumnRule?: string | number | undefined;
            WebkitColumns?: string | number | undefined;
            WebkitFlex?: string | number | undefined;
            WebkitFlexFlow?: string | undefined;
            WebkitMask?: string | number | undefined;
            WebkitTextEmphasis?: string | undefined;
            WebkitTextStroke?: string | number | undefined;
            WebkitTransition?: string | undefined;
            boxAlign?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "stretch" | "baseline" | undefined;
            boxDirection?: "normal" | "reverse" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            boxFlex?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            boxFlexGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            boxLines?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "multiple" | "single" | undefined;
            boxOrdinalGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            boxOrient?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal" | "vertical" | "block-axis" | "inline-axis" | undefined;
            boxPack?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | undefined;
            clip?: string | undefined;
            fontVariantAlternates?: string | undefined;
            gridColumnGap?: string | number | undefined;
            gridGap?: string | number | undefined;
            gridRowGap?: string | number | undefined;
            imeMode?: "auto" | "normal" | "active" | "disabled" | "inactive" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            offsetBlock?: string | number | undefined;
            offsetBlockEnd?: string | number | undefined;
            offsetBlockStart?: string | number | undefined;
            offsetInline?: string | number | undefined;
            offsetInlineEnd?: string | number | undefined;
            offsetInlineStart?: string | number | undefined;
            scrollSnapCoordinate?: string | number | undefined;
            scrollSnapDestination?: string | number | undefined;
            scrollSnapPointsX?: string | undefined;
            scrollSnapPointsY?: string | undefined;
            scrollSnapTypeX?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "mandatory" | "proximity" | undefined;
            scrollSnapTypeY?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "mandatory" | "proximity" | undefined;
            textCombineHorizontal?: string | undefined;
            KhtmlBoxAlign?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "stretch" | "baseline" | undefined;
            KhtmlBoxDirection?: "normal" | "reverse" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            KhtmlBoxFlex?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            KhtmlBoxFlexGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            KhtmlBoxLines?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "multiple" | "single" | undefined;
            KhtmlBoxOrdinalGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            KhtmlBoxOrient?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal" | "vertical" | "block-axis" | "inline-axis" | undefined;
            KhtmlBoxPack?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | undefined;
            KhtmlLineBreak?: "auto" | "normal" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "strict" | "loose" | undefined;
            KhtmlOpacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            KhtmlUserSelect?: "all" | "auto" | "none" | "inherit" | "text" | "-moz-initial" | "initial" | "revert" | "unset" | "contain" | "-moz-none" | "element" | undefined;
            MozBackgroundClip?: string | undefined;
            MozBackgroundInlinePolicy?: "slice" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "clone" | undefined;
            MozBackgroundOrigin?: string | undefined;
            MozBackgroundSize?: string | number | undefined;
            MozBinding?: string | undefined;
            MozBorderRadius?: string | number | undefined;
            MozBorderRadiusBottomleft?: string | number | undefined;
            MozBorderRadiusBottomright?: string | number | undefined;
            MozBorderRadiusTopleft?: string | number | undefined;
            MozBorderRadiusTopright?: string | number | undefined;
            MozBoxAlign?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "stretch" | "baseline" | undefined;
            MozBoxDirection?: "normal" | "reverse" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozBoxFlex?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozBoxOrdinalGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozBoxOrient?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal" | "vertical" | "block-axis" | "inline-axis" | undefined;
            MozBoxPack?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | undefined;
            MozBoxShadow?: string | undefined;
            MozOpacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozOutline?: string | number | undefined;
            MozOutlineColor?: string | undefined;
            MozOutlineRadius?: string | number | undefined;
            MozOutlineStyle?: string | undefined;
            MozOutlineWidth?: string | number | undefined;
            MozTextAlignLast?: "auto" | "left" | "right" | "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | undefined;
            MozTextBlink?: "blink" | "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozTextDecorationColor?: string | undefined;
            MozTextDecorationLine?: string | undefined;
            MozTextDecorationStyle?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "dashed" | "dotted" | "double" | "solid" | "wavy" | undefined;
            MozUserInput?: "auto" | "none" | "disabled" | "enabled" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            MozWindowShadow?: "none" | "default" | "inherit" | "menu" | "-moz-initial" | "initial" | "revert" | "unset" | "sheet" | "tooltip" | undefined;
            msImeMode?: "auto" | "normal" | "active" | "disabled" | "inactive" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            OAnimation?: string | number | undefined;
            OAnimationDelay?: string | undefined;
            OAnimationDirection?: string | undefined;
            OAnimationDuration?: string | undefined;
            OAnimationFillMode?: string | undefined;
            OAnimationIterationCount?: string | number | undefined;
            OAnimationName?: string | undefined;
            OAnimationPlayState?: string | undefined;
            OAnimationTimingFunction?: string | undefined;
            OBackgroundSize?: string | number | undefined;
            OBorderImage?: string | number | undefined;
            OTransform?: string | undefined;
            OTransition?: string | undefined;
            OTransitionDelay?: string | undefined;
            OTransitionDuration?: string | undefined;
            OTransitionProperty?: string | undefined;
            OTransitionTimingFunction?: string | undefined;
            WebkitBoxAlign?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "stretch" | "baseline" | undefined;
            WebkitBoxDirection?: "normal" | "reverse" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitBoxFlex?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitBoxFlexGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitBoxLines?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "multiple" | "single" | undefined;
            WebkitBoxOrdinalGroup?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            WebkitBoxOrient?: "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "horizontal" | "vertical" | "block-axis" | "inline-axis" | undefined;
            WebkitBoxPack?: "start" | "center" | "end" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "justify" | undefined;
            WebkitScrollSnapPointsX?: string | undefined;
            WebkitScrollSnapPointsY?: string | undefined;
            alignmentBaseline?: "auto" | "inherit" | "hanging" | "middle" | "alphabetic" | "ideographic" | "-moz-initial" | "initial" | "revert" | "unset" | "baseline" | "after-edge" | "before-edge" | "central" | "mathematical" | "text-after-edge" | "text-before-edge" | undefined;
            baselineShift?: string | number | undefined;
            clipRule?: "nonzero" | "evenodd" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            colorInterpolation?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "linearRGB" | "sRGB" | undefined;
            colorRendering?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "optimizeSpeed" | "optimizeQuality" | undefined;
            dominantBaseline?: "auto" | "inherit" | "hanging" | "middle" | "alphabetic" | "ideographic" | "-moz-initial" | "initial" | "revert" | "unset" | "central" | "mathematical" | "text-after-edge" | "text-before-edge" | "no-change" | "reset-size" | "use-script" | undefined;
            fill?: string | undefined;
            fillOpacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            fillRule?: "nonzero" | "evenodd" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            floodColor?: string | undefined;
            floodOpacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            glyphOrientationVertical?: string | number | undefined;
            lightingColor?: string | undefined;
            marker?: string | undefined;
            markerEnd?: string | undefined;
            markerMid?: string | undefined;
            markerStart?: string | undefined;
            shapeRendering?: "auto" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "geometricPrecision" | "optimizeSpeed" | "crispEdges" | undefined;
            stopColor?: string | undefined;
            stopOpacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            stroke?: string | undefined;
            strokeDasharray?: string | number | undefined;
            strokeDashoffset?: string | number | undefined;
            strokeLinecap?: "square" | "butt" | "round" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            strokeLinejoin?: "round" | "bevel" | "miter" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            strokeMiterlimit?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            strokeOpacity?: number | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            strokeWidth?: string | number | undefined;
            textAnchor?: "start" | "end" | "inherit" | "middle" | "-moz-initial" | "initial" | "revert" | "unset" | undefined;
            vectorEffect?: "none" | "inherit" | "-moz-initial" | "initial" | "revert" | "unset" | "non-scaling-stroke" | undefined;
            constructor: Function;
            toString(): string;
            toLocaleString(): string;
            valueOf(): Object;
            hasOwnProperty(v: string | number | symbol): boolean;
            isPrototypeOf(v: Object): boolean;
            propertyIsEnumerable(v: string | number | symbol): boolean;
        };
        key?: string | number | undefined;
        defaultChecked?: boolean | undefined;
        defaultValue?: string | string[] | undefined;
        suppressContentEditableWarning?: boolean | undefined;
        suppressHydrationWarning?: boolean | undefined;
        accessKey?: string | undefined;
        className?: string | undefined;
        contentEditable?: boolean | undefined;
        contextMenu?: string | undefined;
        dir?: string | undefined;
        draggable?: boolean | undefined;
        hidden?: boolean | undefined;
        id?: string | undefined;
        lang?: string | undefined;
        placeholder?: string | undefined;
        slot?: string | undefined;
        spellCheck?: boolean | undefined;
        tabIndex?: number | undefined;
        title?: string | undefined;
        inputMode?: string | undefined;
        is?: string | undefined;
        radioGroup?: string | undefined;
        role?: string | undefined;
        about?: string | undefined;
        datatype?: string | undefined;
        inlist?: any;
        prefix?: string | undefined;
        property?: string | undefined;
        resource?: string | undefined;
        typeof?: string | undefined;
        vocab?: string | undefined;
        autoCapitalize?: string | undefined;
        autoCorrect?: string | undefined;
        autoSave?: string | undefined;
        color?: string | undefined;
        itemProp?: string | undefined;
        itemScope?: boolean | undefined;
        itemType?: string | undefined;
        itemID?: string | undefined;
        itemRef?: string | undefined;
        results?: number | undefined;
        security?: string | undefined;
        unselectable?: "on" | "off" | undefined;
        'aria-activedescendant'?: string | undefined;
        'aria-atomic'?: boolean | "false" | "true" | undefined;
        'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined;
        'aria-busy'?: boolean | "false" | "true" | undefined;
        'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
        'aria-colcount'?: number | undefined;
        'aria-colindex'?: number | undefined;
        'aria-colspan'?: number | undefined;
        'aria-controls'?: string | undefined;
        'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
        'aria-describedby'?: string | undefined;
        'aria-details'?: string | undefined;
        'aria-disabled'?: boolean | "false" | "true" | undefined;
        'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
        'aria-errormessage'?: string | undefined;
        'aria-expanded'?: boolean | "false" | "true" | undefined;
        'aria-flowto'?: string | undefined;
        'aria-grabbed'?: boolean | "false" | "true" | undefined;
        'aria-haspopup'?: boolean | "dialog" | "menu" | "listbox" | "grid" | "false" | "true" | "tree" | undefined;
        'aria-hidden'?: boolean | "false" | "true" | undefined;
        'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
        'aria-keyshortcuts'?: string | undefined;
        'aria-label'?: string | undefined;
        'aria-labelledby'?: string | undefined;
        'aria-level'?: number | undefined;
        'aria-live'?: "off" | "assertive" | "polite" | undefined;
        'aria-modal'?: boolean | "false" | "true" | undefined;
        'aria-multiline'?: boolean | "false" | "true" | undefined;
        'aria-multiselectable'?: boolean | "false" | "true" | undefined;
        'aria-orientation'?: "horizontal" | "vertical" | undefined;
        'aria-owns'?: string | undefined;
        'aria-placeholder'?: string | undefined;
        'aria-posinset'?: number | undefined;
        'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
        'aria-readonly'?: boolean | "false" | "true" | undefined;
        'aria-relevant'?: "all" | "text" | "additions" | "additions text" | "removals" | undefined;
        'aria-required'?: boolean | "false" | "true" | undefined;
        'aria-roledescription'?: string | undefined;
        'aria-rowcount'?: number | undefined;
        'aria-rowindex'?: number | undefined;
        'aria-rowspan'?: number | undefined;
        'aria-selected'?: boolean | "false" | "true" | undefined;
        'aria-setsize'?: number | undefined;
        'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
        'aria-valuemax'?: number | undefined;
        'aria-valuemin'?: number | undefined;
        'aria-valuenow'?: number | undefined;
        'aria-valuetext'?: string | undefined;
        children?: import("react").ReactNode;
        dangerouslySetInnerHTML?: {
            __html: string;
        } | undefined;
        onCopy?: ((event: import("react").ClipboardEvent<HTMLDivElement>) => void) | undefined;
        onCopyCapture?: ((event: import("react").ClipboardEvent<HTMLDivElement>) => void) | undefined;
        onCut?: ((event: import("react").ClipboardEvent<HTMLDivElement>) => void) | undefined;
        onCutCapture?: ((event: import("react").ClipboardEvent<HTMLDivElement>) => void) | undefined;
        onPaste?: ((event: import("react").ClipboardEvent<HTMLDivElement>) => void) | undefined;
        onPasteCapture?: ((event: import("react").ClipboardEvent<HTMLDivElement>) => void) | undefined;
        onCompositionEnd?: ((event: import("react").CompositionEvent<HTMLDivElement>) => void) | undefined;
        onCompositionEndCapture?: ((event: import("react").CompositionEvent<HTMLDivElement>) => void) | undefined;
        onCompositionStart?: ((event: import("react").CompositionEvent<HTMLDivElement>) => void) | undefined;
        onCompositionStartCapture?: ((event: import("react").CompositionEvent<HTMLDivElement>) => void) | undefined;
        onCompositionUpdate?: ((event: import("react").CompositionEvent<HTMLDivElement>) => void) | undefined;
        onCompositionUpdateCapture?: ((event: import("react").CompositionEvent<HTMLDivElement>) => void) | undefined;
        onFocus?: ((event: import("react").FocusEvent<HTMLDivElement>) => void) | undefined;
        onFocusCapture?: ((event: import("react").FocusEvent<HTMLDivElement>) => void) | undefined;
        onBlur?: ((event: import("react").FocusEvent<HTMLDivElement>) => void) | undefined;
        onBlurCapture?: ((event: import("react").FocusEvent<HTMLDivElement>) => void) | undefined;
        onChange?: ((event: import("react").FormEvent<HTMLDivElement>) => void) | undefined;
        onChangeCapture?: ((event: import("react").FormEvent<HTMLDivElement>) => void) | undefined;
        onBeforeInput?: ((event: import("react").FormEvent<HTMLDivElement>) => void) | undefined;
        onBeforeInputCapture?: ((event: import("react").FormEvent<HTMLDivElement>) => void) | undefined;
        onInput?: ((event: import("react").FormEvent<HTMLDivElement>) => void) | undefined;
        onInputCapture?: ((event: import("react").FormEvent<HTMLDivElement>) => void) | undefined;
        onReset?: ((event: import("react").FormEvent<HTMLDivElement>) => void) | undefined;
        onResetCapture?: ((event: import("react").FormEvent<HTMLDivElement>) => void) | undefined;
        onSubmit?: ((event: import("react").FormEvent<HTMLDivElement>) => void) | undefined;
        onSubmitCapture?: ((event: import("react").FormEvent<HTMLDivElement>) => void) | undefined;
        onInvalid?: ((event: import("react").FormEvent<HTMLDivElement>) => void) | undefined;
        onInvalidCapture?: ((event: import("react").FormEvent<HTMLDivElement>) => void) | undefined;
        onLoad?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onLoadCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onError?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onErrorCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement>) => void) | undefined;
        onKeyDownCapture?: ((event: import("react").KeyboardEvent<HTMLDivElement>) => void) | undefined;
        onKeyPress?: ((event: import("react").KeyboardEvent<HTMLDivElement>) => void) | undefined;
        onKeyPressCapture?: ((event: import("react").KeyboardEvent<HTMLDivElement>) => void) | undefined;
        onKeyUp?: ((event: import("react").KeyboardEvent<HTMLDivElement>) => void) | undefined;
        onKeyUpCapture?: ((event: import("react").KeyboardEvent<HTMLDivElement>) => void) | undefined;
        onAbort?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onAbortCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onCanPlay?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onCanPlayCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onCanPlayThrough?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onCanPlayThroughCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onDurationChange?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onDurationChangeCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onEmptied?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onEmptiedCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onEncrypted?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onEncryptedCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onEnded?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onEndedCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onLoadedData?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onLoadedDataCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onLoadedMetadata?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onLoadedMetadataCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onLoadStart?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onLoadStartCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onPause?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onPauseCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onPlay?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onPlayCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onPlaying?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onPlayingCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onProgress?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onProgressCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onRateChange?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onRateChangeCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onSeeked?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onSeekedCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onSeeking?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onSeekingCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onStalled?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onStalledCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onSuspend?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onSuspendCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onTimeUpdate?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onTimeUpdateCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onVolumeChange?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onVolumeChangeCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onWaiting?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onWaitingCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onAuxClick?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onAuxClickCapture?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onClick?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onClickCapture?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onContextMenu?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onContextMenuCapture?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onDoubleClick?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onDoubleClickCapture?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onDrag?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDragCapture?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDragEnd?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDragEndCapture?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDragEnter?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDragEnterCapture?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDragExit?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDragExitCapture?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDragLeave?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDragLeaveCapture?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDragOver?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDragOverCapture?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDragStart?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDragStartCapture?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDrop?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onDropCapture?: ((event: import("react").DragEvent<HTMLDivElement>) => void) | undefined;
        onMouseDown?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onMouseDownCapture?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onMouseEnter?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onMouseLeave?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onMouseMove?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onMouseMoveCapture?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onMouseOut?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onMouseOutCapture?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onMouseOver?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onMouseOverCapture?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onMouseUp?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onMouseUpCapture?: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
        onSelect?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onSelectCapture?: ((event: import("react").SyntheticEvent<HTMLDivElement, Event>) => void) | undefined;
        onTouchCancel?: ((event: import("react").TouchEvent<HTMLDivElement>) => void) | undefined;
        onTouchCancelCapture?: ((event: import("react").TouchEvent<HTMLDivElement>) => void) | undefined;
        onTouchEnd?: ((event: import("react").TouchEvent<HTMLDivElement>) => void) | undefined;
        onTouchEndCapture?: ((event: import("react").TouchEvent<HTMLDivElement>) => void) | undefined;
        onTouchMove?: ((event: import("react").TouchEvent<HTMLDivElement>) => void) | undefined;
        onTouchMoveCapture?: ((event: import("react").TouchEvent<HTMLDivElement>) => void) | undefined;
        onTouchStart?: ((event: import("react").TouchEvent<HTMLDivElement>) => void) | undefined;
        onTouchStartCapture?: ((event: import("react").TouchEvent<HTMLDivElement>) => void) | undefined;
        onPointerDown?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerDownCapture?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerMove?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerMoveCapture?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerUp?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerUpCapture?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerCancel?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerCancelCapture?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerEnter?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerEnterCapture?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerLeave?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerLeaveCapture?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerOver?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerOverCapture?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerOut?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onPointerOutCapture?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onGotPointerCapture?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onGotPointerCaptureCapture?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onLostPointerCapture?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onLostPointerCaptureCapture?: ((event: import("react").PointerEvent<HTMLDivElement>) => void) | undefined;
        onScroll?: ((event: import("react").UIEvent<HTMLDivElement>) => void) | undefined;
        onScrollCapture?: ((event: import("react").UIEvent<HTMLDivElement>) => void) | undefined;
        onWheel?: ((event: import("react").WheelEvent<HTMLDivElement>) => void) | undefined;
        onWheelCapture?: ((event: import("react").WheelEvent<HTMLDivElement>) => void) | undefined;
        onAnimationStart?: ((event: import("react").AnimationEvent<HTMLDivElement>) => void) | undefined;
        onAnimationStartCapture?: ((event: import("react").AnimationEvent<HTMLDivElement>) => void) | undefined;
        onAnimationEnd?: ((event: import("react").AnimationEvent<HTMLDivElement>) => void) | undefined;
        onAnimationEndCapture?: ((event: import("react").AnimationEvent<HTMLDivElement>) => void) | undefined;
        onAnimationIteration?: ((event: import("react").AnimationEvent<HTMLDivElement>) => void) | undefined;
        onAnimationIterationCapture?: ((event: import("react").AnimationEvent<HTMLDivElement>) => void) | undefined;
        onTransitionEnd?: ((event: import("react").TransitionEvent<HTMLDivElement>) => void) | undefined;
        onTransitionEndCapture?: ((event: import("react").TransitionEvent<HTMLDivElement>) => void) | undefined;
    }, Element>;
}
export { DetailedReactHTMLElement };
