import { CSSProperties, VNode } from 'vue';
declare const _default: import("vue").DefineComponent<{
    /** Number to show in badge */
    count: import("vue-types").VueTypeValidableDef<import("../_util/type").VueNode>;
    showZero: import("vue-types").VueTypeValidableDef<boolean>;
    /** Max count to show */
    overflowCount: import("vue-types").VueTypeValidableDef<number> & {
        default: number;
    };
    /** whether to show red dot without number */
    dot: import("vue-types").VueTypeValidableDef<boolean>;
    prefixCls: import("vue-types").VueTypeValidableDef<string> & {
        default: string;
    };
    scrollNumberPrefixCls: import("vue-types").VueTypeValidableDef<string> & {
        default: string;
    };
    status: import("vue-types").VueTypeDef<"default" | "error" | "success" | "warning" | "processing">;
    color: import("vue-types").VueTypeValidableDef<string> & {
        default: string;
    };
    text: import("vue-types").VueTypeValidableDef<import("../_util/type").VueNode>;
    offset: import("vue-types").VueTypeDef<import("../_util/type").Key[]>;
    numberStyle: import("vue-types").VueTypeValidableDef<CSSProperties>;
    title: import("vue-types").VueTypeValidableDef<string> & {
        default: string;
    };
}, {
    configProvider: import("../config-provider").ConfigConsumerProps;
    badgeCount: any;
}, unknown, {}, {
    getNumberedDispayCount(): any;
    getDispayCount(): any;
    getScrollNumberTitle(): import("../_util/type").Key;
    getStyleWithOffset(): {
        alignContent?: string;
        alignItems?: string;
        alignSelf?: string;
        alignTracks?: string;
        animationDelay?: string;
        animationDirection?: string;
        animationDuration?: string;
        animationFillMode?: string;
        animationIterationCount?: import("../_util/type").Key;
        animationName?: string;
        animationPlayState?: string;
        animationTimingFunction?: string;
        appearance?: import("csstype").AppearanceProperty;
        aspectRatio?: string;
        backdropFilter?: string;
        backfaceVisibility?: import("csstype").BackfaceVisibilityProperty;
        backgroundAttachment?: string;
        backgroundBlendMode?: string;
        backgroundClip?: string;
        backgroundColor?: string;
        backgroundImage?: string;
        backgroundOrigin?: string;
        backgroundPosition?: import("../_util/type").Key;
        backgroundPositionX?: import("../_util/type").Key;
        backgroundPositionY?: import("../_util/type").Key;
        backgroundRepeat?: string;
        backgroundSize?: import("../_util/type").Key;
        blockOverflow?: string;
        blockSize?: import("../_util/type").Key;
        borderBlockColor?: string;
        borderBlockEndColor?: string;
        borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty;
        borderBlockEndWidth?: import("../_util/type").Key;
        borderBlockStartColor?: string;
        borderBlockStartStyle?: import("csstype").BorderBlockEndStyleProperty;
        borderBlockStartWidth?: import("../_util/type").Key;
        borderBlockStyle?: import("csstype").BorderBlockEndStyleProperty;
        borderBlockWidth?: import("../_util/type").Key;
        borderBottomColor?: string;
        borderBottomLeftRadius?: import("../_util/type").Key;
        borderBottomRightRadius?: import("../_util/type").Key;
        borderBottomStyle?: import("csstype").BorderBlockEndStyleProperty;
        borderBottomWidth?: import("../_util/type").Key;
        borderCollapse?: import("csstype").BorderCollapseProperty;
        borderEndEndRadius?: import("../_util/type").Key;
        borderEndStartRadius?: import("../_util/type").Key;
        borderImageOutset?: import("../_util/type").Key;
        borderImageRepeat?: string;
        borderImageSlice?: import("../_util/type").Key;
        borderImageSource?: string;
        borderImageWidth?: import("../_util/type").Key;
        borderInlineColor?: string;
        borderInlineEndColor?: string;
        borderInlineEndStyle?: import("csstype").BorderBlockEndStyleProperty;
        borderInlineEndWidth?: import("../_util/type").Key;
        borderInlineStartColor?: string;
        borderInlineStartStyle?: import("csstype").BorderBlockEndStyleProperty;
        borderInlineStartWidth?: import("../_util/type").Key;
        borderInlineStyle?: import("csstype").BorderBlockEndStyleProperty;
        borderInlineWidth?: import("../_util/type").Key;
        borderLeftColor?: string;
        borderLeftStyle?: import("csstype").BorderBlockEndStyleProperty;
        borderLeftWidth?: import("../_util/type").Key;
        borderRightColor?: string;
        borderRightStyle?: import("csstype").BorderBlockEndStyleProperty;
        borderRightWidth?: import("../_util/type").Key;
        borderSpacing?: import("../_util/type").Key;
        borderStartEndRadius?: import("../_util/type").Key;
        borderStartStartRadius?: import("../_util/type").Key;
        borderTopColor?: string;
        borderTopLeftRadius?: import("../_util/type").Key;
        borderTopRightRadius?: import("../_util/type").Key;
        borderTopStyle?: import("csstype").BorderBlockEndStyleProperty;
        borderTopWidth?: import("../_util/type").Key;
        bottom?: import("../_util/type").Key;
        boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty;
        boxShadow?: string;
        boxSizing?: import("csstype").BoxSizingProperty;
        breakAfter?: import("csstype").BreakAfterProperty;
        breakBefore?: import("csstype").BreakAfterProperty;
        breakInside?: import("csstype").BreakInsideProperty;
        captionSide?: import("csstype").CaptionSideProperty;
        caretColor?: string;
        clear?: import("csstype").ClearProperty;
        clipPath?: string;
        color?: string;
        colorAdjust?: import("csstype").ColorAdjustProperty;
        columnCount?: import("csstype").ColumnCountProperty;
        columnFill?: import("csstype").ColumnFillProperty;
        columnGap?: import("../_util/type").Key;
        columnRuleColor?: string;
        columnRuleStyle?: string;
        columnRuleWidth?: import("../_util/type").Key;
        columnSpan?: import("csstype").ColumnSpanProperty;
        columnWidth?: import("../_util/type").Key;
        contain?: string;
        content?: string;
        counterIncrement?: string;
        counterReset?: string;
        counterSet?: string;
        cursor?: string;
        direction?: import("csstype").DirectionProperty;
        display?: string;
        emptyCells?: import("csstype").EmptyCellsProperty;
        filter?: string;
        flexBasis?: import("../_util/type").Key;
        flexDirection?: import("csstype").FlexDirectionProperty;
        flexGrow?: import("csstype").GlobalsNumber;
        flexShrink?: import("csstype").GlobalsNumber;
        flexWrap?: import("csstype").FlexWrapProperty;
        float?: import("csstype").FloatProperty;
        fontFamily?: string;
        fontFeatureSettings?: string;
        fontKerning?: import("csstype").FontKerningProperty;
        fontLanguageOverride?: string;
        fontOpticalSizing?: import("csstype").FontOpticalSizingProperty;
        fontSize?: import("../_util/type").Key;
        fontSizeAdjust?: import("csstype").FontSizeAdjustProperty;
        fontSmooth?: import("../_util/type").Key;
        fontStretch?: string;
        fontStyle?: string;
        fontSynthesis?: string;
        fontVariant?: string;
        fontVariantCaps?: import("csstype").FontVariantCapsProperty;
        fontVariantEastAsian?: string;
        fontVariantLigatures?: string;
        fontVariantNumeric?: string;
        fontVariantPosition?: import("csstype").FontVariantPositionProperty;
        fontVariationSettings?: string;
        fontWeight?: import("csstype").FontWeightProperty;
        gridAutoColumns?: import("../_util/type").Key;
        gridAutoFlow?: string;
        gridAutoRows?: import("../_util/type").Key;
        gridColumnEnd?: import("../_util/type").Key;
        gridColumnStart?: import("../_util/type").Key;
        gridRowEnd?: import("../_util/type").Key;
        gridRowStart?: import("../_util/type").Key;
        gridTemplateAreas?: string;
        gridTemplateColumns?: import("../_util/type").Key;
        gridTemplateRows?: import("../_util/type").Key;
        hangingPunctuation?: string;
        height?: import("../_util/type").Key;
        hyphens?: import("csstype").HyphensProperty;
        imageOrientation?: string;
        imageRendering?: import("csstype").ImageRenderingProperty;
        imageResolution?: string;
        initialLetter?: import("../_util/type").Key;
        inlineSize?: import("../_util/type").Key;
        inset?: import("../_util/type").Key;
        insetBlock?: import("../_util/type").Key;
        insetBlockEnd?: import("../_util/type").Key;
        insetBlockStart?: import("../_util/type").Key;
        insetInline?: import("../_util/type").Key;
        insetInlineEnd?: import("../_util/type").Key;
        insetInlineStart?: import("../_util/type").Key;
        isolation?: import("csstype").IsolationProperty;
        justifyContent?: string;
        justifyItems?: string;
        justifySelf?: string;
        justifyTracks?: string;
        left?: import("../_util/type").Key;
        letterSpacing?: import("../_util/type").Key;
        lineBreak?: import("csstype").LineBreakProperty;
        lineHeight?: import("../_util/type").Key;
        lineHeightStep?: import("../_util/type").Key;
        listStyleImage?: string;
        listStylePosition?: import("csstype").ListStylePositionProperty;
        listStyleType?: string;
        marginBlock?: import("../_util/type").Key;
        marginBlockEnd?: import("../_util/type").Key;
        marginBlockStart?: import("../_util/type").Key;
        marginBottom?: import("../_util/type").Key;
        marginInline?: import("../_util/type").Key;
        marginInlineEnd?: import("../_util/type").Key;
        marginInlineStart?: import("../_util/type").Key;
        marginLeft?: import("../_util/type").Key;
        marginRight?: import("../_util/type").Key;
        marginTop?: import("../_util/type").Key;
        maskBorderMode?: import("csstype").MaskBorderModeProperty;
        maskBorderOutset?: import("../_util/type").Key;
        maskBorderRepeat?: string;
        maskBorderSlice?: import("../_util/type").Key;
        maskBorderSource?: string;
        maskBorderWidth?: import("../_util/type").Key;
        maskClip?: string;
        maskComposite?: string;
        maskImage?: string;
        maskMode?: string;
        maskOrigin?: string;
        maskPosition?: import("../_util/type").Key;
        maskRepeat?: string;
        maskSize?: import("../_util/type").Key;
        maskType?: import("csstype").MaskBorderModeProperty;
        masonryAutoFlow?: string;
        mathStyle?: import("csstype").MathStyleProperty;
        maxBlockSize?: import("../_util/type").Key;
        maxHeight?: import("../_util/type").Key;
        maxInlineSize?: import("../_util/type").Key;
        maxLines?: import("csstype").FontSizeAdjustProperty;
        maxWidth?: import("../_util/type").Key;
        minBlockSize?: import("../_util/type").Key;
        minHeight?: import("../_util/type").Key;
        minInlineSize?: import("../_util/type").Key;
        minWidth?: import("../_util/type").Key;
        mixBlendMode?: import("csstype").MixBlendModeProperty;
        motionDistance?: import("../_util/type").Key;
        motionPath?: string;
        motionRotation?: string;
        objectFit?: import("csstype").ObjectFitProperty;
        objectPosition?: import("../_util/type").Key;
        offsetAnchor?: import("../_util/type").Key;
        offsetDistance?: import("../_util/type").Key;
        offsetPath?: string;
        offsetRotate?: string;
        offsetRotation?: string;
        opacity?: import("../_util/type").Key;
        order?: import("csstype").GlobalsNumber;
        orphans?: import("csstype").GlobalsNumber;
        outlineColor?: string;
        outlineOffset?: import("../_util/type").Key;
        outlineStyle?: string;
        outlineWidth?: import("../_util/type").Key;
        overflowAnchor?: import("csstype").FontOpticalSizingProperty;
        overflowBlock?: import("csstype").OverflowBlockProperty;
        overflowClipBox?: import("csstype").OverflowClipBoxProperty;
        overflowInline?: import("csstype").OverflowBlockProperty;
        overflowWrap?: import("csstype").OverflowWrapProperty;
        overflowX?: import("csstype").OverflowXProperty;
        overflowY?: import("csstype").OverflowXProperty;
        overscrollBehavior?: string;
        overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty;
        overscrollBehaviorInline?: import("csstype").OverscrollBehaviorBlockProperty;
        overscrollBehaviorX?: import("csstype").OverscrollBehaviorBlockProperty;
        overscrollBehaviorY?: import("csstype").OverscrollBehaviorBlockProperty;
        paddingBlock?: import("../_util/type").Key;
        paddingBlockEnd?: import("../_util/type").Key;
        paddingBlockStart?: import("../_util/type").Key;
        paddingBottom?: import("../_util/type").Key;
        paddingInline?: import("../_util/type").Key;
        paddingInlineEnd?: import("../_util/type").Key;
        paddingInlineStart?: import("../_util/type").Key;
        paddingLeft?: import("../_util/type").Key;
        paddingRight?: import("../_util/type").Key;
        paddingTop?: import("../_util/type").Key;
        pageBreakAfter?: import("csstype").PageBreakAfterProperty;
        pageBreakBefore?: import("csstype").PageBreakAfterProperty;
        pageBreakInside?: import("csstype").PageBreakInsideProperty;
        paintOrder?: string;
        perspective?: import("../_util/type").Key;
        perspectiveOrigin?: import("../_util/type").Key;
        placeContent?: string;
        pointerEvents?: import("csstype").PointerEventsProperty;
        position?: import("csstype").PositionProperty;
        quotes?: string;
        resize?: import("csstype").ResizeProperty;
        right?: import("../_util/type").Key;
        rotate?: string;
        rowGap?: import("../_util/type").Key;
        rubyAlign?: import("csstype").RubyAlignProperty;
        rubyMerge?: import("csstype").RubyMergeProperty;
        rubyPosition?: import("csstype").RubyPositionProperty;
        scale?: import("../_util/type").Key;
        scrollBehavior?: import("csstype").ScrollBehaviorProperty;
        scrollMargin?: import("../_util/type").Key;
        scrollMarginBlock?: import("../_util/type").Key;
        scrollMarginBlockEnd?: import("../_util/type").Key;
        scrollMarginBlockStart?: import("../_util/type").Key;
        scrollMarginBottom?: import("../_util/type").Key;
        scrollMarginInline?: import("../_util/type").Key;
        scrollMarginInlineEnd?: import("../_util/type").Key;
        scrollMarginInlineStart?: import("../_util/type").Key;
        scrollMarginLeft?: import("../_util/type").Key;
        scrollMarginRight?: import("../_util/type").Key;
        scrollMarginTop?: import("../_util/type").Key;
        scrollPadding?: import("../_util/type").Key;
        scrollPaddingBlock?: import("../_util/type").Key;
        scrollPaddingBlockEnd?: import("../_util/type").Key;
        scrollPaddingBlockStart?: import("../_util/type").Key;
        scrollPaddingBottom?: import("../_util/type").Key;
        scrollPaddingInline?: import("../_util/type").Key;
        scrollPaddingInlineEnd?: import("../_util/type").Key;
        scrollPaddingInlineStart?: import("../_util/type").Key;
        scrollPaddingLeft?: import("../_util/type").Key;
        scrollPaddingRight?: import("../_util/type").Key;
        scrollPaddingTop?: import("../_util/type").Key;
        scrollSnapAlign?: string;
        scrollSnapMargin?: import("../_util/type").Key;
        scrollSnapMarginBottom?: import("../_util/type").Key;
        scrollSnapMarginLeft?: import("../_util/type").Key;
        scrollSnapMarginRight?: import("../_util/type").Key;
        scrollSnapMarginTop?: import("../_util/type").Key;
        scrollSnapStop?: import("csstype").ScrollSnapStopProperty;
        scrollSnapType?: string;
        scrollbarColor?: string;
        scrollbarGutter?: string;
        scrollbarWidth?: import("csstype").ScrollbarWidthProperty;
        shapeImageThreshold?: import("../_util/type").Key;
        shapeMargin?: import("../_util/type").Key;
        shapeOutside?: string;
        tabSize?: import("../_util/type").Key;
        tableLayout?: import("csstype").TableLayoutProperty;
        textAlign?: import("csstype").TextAlignProperty;
        textAlignLast?: import("csstype").TextAlignLastProperty;
        textCombineUpright?: string;
        textDecorationColor?: string;
        textDecorationLine?: string;
        textDecorationSkip?: string;
        textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty;
        textDecorationStyle?: import("csstype").TextDecorationStyleProperty;
        textDecorationThickness?: import("../_util/type").Key;
        textDecorationWidth?: import("../_util/type").Key;
        textEmphasisColor?: string;
        textEmphasisPosition?: string;
        textEmphasisStyle?: string;
        textIndent?: import("../_util/type").Key;
        textJustify?: import("csstype").TextJustifyProperty;
        textOrientation?: import("csstype").TextOrientationProperty;
        textOverflow?: string;
        textRendering?: import("csstype").TextRenderingProperty;
        textShadow?: string;
        textSizeAdjust?: string;
        textTransform?: import("csstype").TextTransformProperty;
        textUnderlineOffset?: import("../_util/type").Key;
        textUnderlinePosition?: string;
        top?: import("../_util/type").Key;
        touchAction?: string;
        transform?: string;
        transformBox?: import("csstype").TransformBoxProperty;
        transformOrigin?: import("../_util/type").Key;
        transformStyle?: import("csstype").TransformStyleProperty;
        transitionDelay?: string;
        transitionDuration?: string;
        transitionProperty?: string;
        transitionTimingFunction?: string;
        translate?: import("../_util/type").Key;
        unicodeBidi?: import("csstype").UnicodeBidiProperty;
        userSelect?: import("csstype").UserSelectProperty;
        verticalAlign?: import("../_util/type").Key;
        visibility?: import("csstype").VisibilityProperty;
        whiteSpace?: import("csstype").WhiteSpaceProperty;
        widows?: import("csstype").GlobalsNumber;
        width?: import("../_util/type").Key;
        willChange?: string;
        wordBreak?: import("csstype").WordBreakProperty;
        wordSpacing?: import("../_util/type").Key;
        wordWrap?: import("csstype").WordWrapProperty;
        writingMode?: import("csstype").WritingModeProperty;
        zIndex?: import("csstype").ColumnCountProperty;
        zoom?: import("../_util/type").Key;
        all?: import("csstype").Globals;
        animation?: import("../_util/type").Key;
        background?: import("../_util/type").Key;
        border?: import("../_util/type").Key;
        borderBlock?: import("../_util/type").Key;
        borderBlockEnd?: import("../_util/type").Key;
        borderBlockStart?: import("../_util/type").Key;
        borderBottom?: import("../_util/type").Key;
        borderColor?: string;
        borderImage?: import("../_util/type").Key;
        borderInline?: import("../_util/type").Key;
        borderInlineEnd?: import("../_util/type").Key;
        borderInlineStart?: import("../_util/type").Key;
        borderLeft?: import("../_util/type").Key;
        borderRadius?: import("../_util/type").Key;
        borderRight?: import("../_util/type").Key;
        borderStyle?: string;
        borderTop?: import("../_util/type").Key;
        borderWidth?: import("../_util/type").Key;
        columnRule?: import("../_util/type").Key;
        columns?: import("../_util/type").Key;
        flex?: import("../_util/type").Key;
        flexFlow?: string;
        font?: string;
        gap?: import("../_util/type").Key;
        grid?: string;
        gridArea?: import("../_util/type").Key;
        gridColumn?: import("../_util/type").Key;
        gridRow?: import("../_util/type").Key;
        gridTemplate?: string;
        lineClamp?: import("csstype").FontSizeAdjustProperty;
        listStyle?: string;
        margin?: import("../_util/type").Key;
        mask?: import("../_util/type").Key;
        maskBorder?: import("../_util/type").Key;
        motion?: import("../_util/type").Key;
        offset?: import("../_util/type").Key;
        outline?: import("../_util/type").Key;
        overflow?: string;
        padding?: import("../_util/type").Key;
        placeItems?: string;
        placeSelf?: string;
        textDecoration?: import("../_util/type").Key;
        textEmphasis?: string;
        transition?: string;
        MozAnimationDelay?: string;
        MozAnimationDirection?: string;
        MozAnimationDuration?: string;
        MozAnimationFillMode?: string;
        MozAnimationIterationCount?: import("../_util/type").Key;
        MozAnimationName?: string;
        MozAnimationPlayState?: string;
        MozAnimationTimingFunction?: string;
        MozAppearance?: import("csstype").MozAppearanceProperty;
        MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty;
        MozBorderBottomColors?: string;
        MozBorderEndColor?: string;
        MozBorderEndStyle?: import("csstype").BorderBlockEndStyleProperty;
        MozBorderEndWidth?: import("../_util/type").Key;
        MozBorderLeftColors?: string;
        MozBorderRightColors?: string;
        MozBorderStartColor?: string;
        MozBorderStartStyle?: import("csstype").BorderBlockEndStyleProperty;
        MozBorderTopColors?: string;
        MozBoxSizing?: import("csstype").BoxSizingProperty;
        MozColumnCount?: import("csstype").ColumnCountProperty;
        MozColumnFill?: import("csstype").ColumnFillProperty;
        MozColumnGap?: import("../_util/type").Key;
        MozColumnRuleColor?: string;
        MozColumnRuleStyle?: string;
        MozColumnRuleWidth?: import("../_util/type").Key;
        MozColumnWidth?: import("../_util/type").Key;
        MozContextProperties?: string;
        MozFontFeatureSettings?: string;
        MozFontLanguageOverride?: string;
        MozHyphens?: import("csstype").HyphensProperty;
        MozImageRegion?: string;
        MozMarginEnd?: import("../_util/type").Key;
        MozMarginStart?: import("../_util/type").Key;
        MozOrient?: import("csstype").MozOrientProperty;
        MozOsxFontSmoothing?: import("../_util/type").Key;
        MozPaddingEnd?: import("../_util/type").Key;
        MozPaddingStart?: import("../_util/type").Key;
        MozPerspective?: import("../_util/type").Key;
        MozPerspectiveOrigin?: import("../_util/type").Key;
        MozStackSizing?: import("csstype").MozStackSizingProperty;
        MozTabSize?: import("../_util/type").Key;
        MozTextBlink?: import("csstype").MozTextBlinkProperty;
        MozTextSizeAdjust?: string;
        MozTransformOrigin?: import("../_util/type").Key;
        MozTransformStyle?: import("csstype").TransformStyleProperty;
        MozTransitionDelay?: string;
        MozTransitionDuration?: string;
        MozTransitionProperty?: string;
        MozTransitionTimingFunction?: string;
        MozUserFocus?: import("csstype").MozUserFocusProperty;
        MozUserModify?: import("csstype").MozUserModifyProperty;
        MozUserSelect?: import("csstype").UserSelectProperty;
        MozWindowDragging?: import("csstype").MozWindowDraggingProperty;
        MozWindowShadow?: import("csstype").MozWindowShadowProperty;
        msAccelerator?: import("csstype").MsAcceleratorProperty;
        msAlignSelf?: string;
        msBlockProgression?: import("csstype").MsBlockProgressionProperty;
        msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty;
        msContentZoomLimitMax?: string;
        msContentZoomLimitMin?: string;
        msContentZoomSnapPoints?: string;
        msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty;
        msContentZooming?: import("csstype").MsContentZoomingProperty;
        msFilter?: string;
        msFlexDirection?: import("csstype").FlexDirectionProperty;
        msFlexPositive?: import("csstype").GlobalsNumber;
        msFlowFrom?: string;
        msFlowInto?: string;
        msGridColumns?: import("../_util/type").Key;
        msGridRows?: import("../_util/type").Key;
        msHighContrastAdjust?: import("csstype").FontOpticalSizingProperty;
        msHyphenateLimitChars?: import("../_util/type").Key;
        msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty;
        msHyphenateLimitZone?: import("../_util/type").Key;
        msHyphens?: import("csstype").HyphensProperty;
        msImeAlign?: import("csstype").MsImeAlignProperty;
        msJustifySelf?: string;
        msLineBreak?: import("csstype").LineBreakProperty;
        msOrder?: import("csstype").GlobalsNumber;
        msOverflowStyle?: import("csstype").MsOverflowStyleProperty;
        msOverflowX?: import("csstype").OverflowXProperty;
        msOverflowY?: import("csstype").OverflowXProperty;
        msScrollChaining?: import("csstype").MsContentZoomChainingProperty;
        msScrollLimitXMax?: import("../_util/type").Key;
        msScrollLimitXMin?: import("../_util/type").Key;
        msScrollLimitYMax?: import("../_util/type").Key;
        msScrollLimitYMin?: import("../_util/type").Key;
        msScrollRails?: import("csstype").MsScrollRailsProperty;
        msScrollSnapPointsX?: string;
        msScrollSnapPointsY?: string;
        msScrollSnapType?: import("csstype").MsContentZoomSnapTypeProperty;
        msScrollTranslation?: import("csstype").MsScrollTranslationProperty;
        msScrollbar3dlightColor?: string;
        msScrollbarArrowColor?: string;
        msScrollbarBaseColor?: string;
        msScrollbarDarkshadowColor?: string;
        msScrollbarFaceColor?: string;
        msScrollbarHighlightColor?: string;
        msScrollbarShadowColor?: string;
        msTextAutospace?: import("csstype").MsTextAutospaceProperty;
        msTextCombineHorizontal?: string;
        msTextOverflow?: string;
        msTouchAction?: string;
        msTouchSelect?: import("csstype").MsTouchSelectProperty;
        msTransform?: string;
        msTransformOrigin?: import("../_util/type").Key;
        msTransitionDelay?: string;
        msTransitionDuration?: string;
        msTransitionProperty?: string;
        msTransitionTimingFunction?: string;
        msUserSelect?: import("csstype").MsUserSelectProperty;
        msWordBreak?: import("csstype").WordBreakProperty;
        msWrapFlow?: import("csstype").MsWrapFlowProperty;
        msWrapMargin?: import("../_util/type").Key;
        msWrapThrough?: import("csstype").MsWrapThroughProperty;
        msWritingMode?: import("csstype").WritingModeProperty;
        OObjectFit?: import("csstype").ObjectFitProperty;
        OObjectPosition?: import("../_util/type").Key;
        OTabSize?: import("../_util/type").Key;
        OTextOverflow?: string;
        OTransformOrigin?: import("../_util/type").Key;
        WebkitAlignContent?: string;
        WebkitAlignItems?: string;
        WebkitAlignSelf?: string;
        WebkitAnimationDelay?: string;
        WebkitAnimationDirection?: string;
        WebkitAnimationDuration?: string;
        WebkitAnimationFillMode?: string;
        WebkitAnimationIterationCount?: import("../_util/type").Key;
        WebkitAnimationName?: string;
        WebkitAnimationPlayState?: string;
        WebkitAnimationTimingFunction?: string;
        WebkitAppearance?: import("csstype").WebkitAppearanceProperty;
        WebkitBackdropFilter?: string;
        WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty;
        WebkitBackgroundClip?: string;
        WebkitBackgroundOrigin?: string;
        WebkitBackgroundSize?: import("../_util/type").Key;
        WebkitBorderBeforeColor?: string;
        WebkitBorderBeforeStyle?: string;
        WebkitBorderBeforeWidth?: import("../_util/type").Key;
        WebkitBorderBottomLeftRadius?: import("../_util/type").Key;
        WebkitBorderBottomRightRadius?: import("../_util/type").Key;
        WebkitBorderImageSlice?: import("../_util/type").Key;
        WebkitBorderTopLeftRadius?: import("../_util/type").Key;
        WebkitBorderTopRightRadius?: import("../_util/type").Key;
        WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty;
        WebkitBoxReflect?: import("../_util/type").Key;
        WebkitBoxShadow?: string;
        WebkitBoxSizing?: import("csstype").BoxSizingProperty;
        WebkitClipPath?: string;
        WebkitColumnCount?: import("csstype").ColumnCountProperty;
        WebkitColumnFill?: import("csstype").ColumnFillProperty;
        WebkitColumnGap?: import("../_util/type").Key;
        WebkitColumnRuleColor?: string;
        WebkitColumnRuleStyle?: string;
        WebkitColumnRuleWidth?: import("../_util/type").Key;
        WebkitColumnSpan?: import("csstype").ColumnSpanProperty;
        WebkitColumnWidth?: import("../_util/type").Key;
        WebkitFilter?: string;
        WebkitFlexBasis?: import("../_util/type").Key;
        WebkitFlexDirection?: import("csstype").FlexDirectionProperty;
        WebkitFlexGrow?: import("csstype").GlobalsNumber;
        WebkitFlexShrink?: import("csstype").GlobalsNumber;
        WebkitFlexWrap?: import("csstype").FlexWrapProperty;
        WebkitFontFeatureSettings?: string;
        WebkitFontKerning?: import("csstype").FontKerningProperty;
        WebkitFontSmoothing?: import("../_util/type").Key;
        WebkitFontVariantLigatures?: string;
        WebkitHyphens?: import("csstype").HyphensProperty;
        WebkitJustifyContent?: string;
        WebkitLineBreak?: import("csstype").LineBreakProperty;
        WebkitLineClamp?: import("csstype").FontSizeAdjustProperty;
        WebkitMarginEnd?: import("../_util/type").Key;
        WebkitMarginStart?: import("../_util/type").Key;
        WebkitMaskAttachment?: string;
        WebkitMaskClip?: string;
        WebkitMaskComposite?: string;
        WebkitMaskImage?: string;
        WebkitMaskOrigin?: string;
        WebkitMaskPosition?: import("../_util/type").Key;
        WebkitMaskPositionX?: import("../_util/type").Key;
        WebkitMaskPositionY?: import("../_util/type").Key;
        WebkitMaskRepeat?: string;
        WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty;
        WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatXProperty;
        WebkitMaskSize?: import("../_util/type").Key;
        WebkitMaxInlineSize?: import("../_util/type").Key;
        WebkitOrder?: import("csstype").GlobalsNumber;
        WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty;
        WebkitPaddingEnd?: import("../_util/type").Key;
        WebkitPaddingStart?: import("../_util/type").Key;
        WebkitPerspective?: import("../_util/type").Key;
        WebkitPerspectiveOrigin?: import("../_util/type").Key;
        WebkitPrintColorAdjust?: import("csstype").ColorAdjustProperty;
        WebkitRubyPosition?: import("csstype").RubyPositionProperty;
        WebkitScrollSnapType?: string;
        WebkitShapeMargin?: import("../_util/type").Key;
        WebkitTapHighlightColor?: string;
        WebkitTextCombine?: string;
        WebkitTextDecorationColor?: string;
        WebkitTextDecorationLine?: string;
        WebkitTextDecorationSkip?: string;
        WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty;
        WebkitTextEmphasisColor?: string;
        WebkitTextEmphasisPosition?: string;
        WebkitTextEmphasisStyle?: string;
        WebkitTextFillColor?: string;
        WebkitTextOrientation?: import("csstype").TextOrientationProperty;
        WebkitTextSizeAdjust?: string;
        WebkitTextStrokeColor?: string;
        WebkitTextStrokeWidth?: import("../_util/type").Key;
        WebkitTextUnderlinePosition?: string;
        WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty;
        WebkitTransform?: string;
        WebkitTransformOrigin?: import("../_util/type").Key;
        WebkitTransformStyle?: import("csstype").TransformStyleProperty;
        WebkitTransitionDelay?: string;
        WebkitTransitionDuration?: string;
        WebkitTransitionProperty?: string;
        WebkitTransitionTimingFunction?: string;
        WebkitUserModify?: import("csstype").WebkitUserModifyProperty;
        WebkitUserSelect?: import("csstype").UserSelectProperty;
        WebkitWritingMode?: import("csstype").WritingModeProperty;
        MozAnimation?: import("../_util/type").Key;
        MozBorderImage?: import("../_util/type").Key;
        MozColumnRule?: import("../_util/type").Key;
        MozColumns?: import("../_util/type").Key;
        MozTransition?: string;
        msContentZoomLimit?: string;
        msContentZoomSnap?: string;
        msFlex?: import("../_util/type").Key;
        msScrollLimit?: string;
        msScrollSnapX?: string;
        msScrollSnapY?: string;
        msTransition?: string;
        WebkitAnimation?: import("../_util/type").Key;
        WebkitBorderBefore?: import("../_util/type").Key;
        WebkitBorderImage?: import("../_util/type").Key;
        WebkitBorderRadius?: import("../_util/type").Key;
        WebkitColumnRule?: import("../_util/type").Key;
        WebkitColumns?: import("../_util/type").Key;
        WebkitFlex?: import("../_util/type").Key;
        WebkitFlexFlow?: string;
        WebkitMask?: import("../_util/type").Key;
        WebkitTextEmphasis?: string;
        WebkitTextStroke?: import("../_util/type").Key;
        WebkitTransition?: string;
        azimuth?: string;
        boxAlign?: import("csstype").BoxAlignProperty;
        boxDirection?: import("csstype").BoxDirectionProperty;
        boxFlex?: import("csstype").GlobalsNumber;
        boxFlexGroup?: import("csstype").GlobalsNumber;
        boxLines?: import("csstype").BoxLinesProperty;
        boxOrdinalGroup?: import("csstype").GlobalsNumber;
        boxOrient?: import("csstype").BoxOrientProperty;
        boxPack?: import("csstype").BoxPackProperty;
        clip?: string;
        fontVariantAlternates?: string;
        gridColumnGap?: import("../_util/type").Key;
        gridGap?: import("../_util/type").Key;
        gridRowGap?: import("../_util/type").Key;
        imeMode?: import("csstype").ImeModeProperty;
        offsetBlock?: import("../_util/type").Key;
        offsetBlockEnd?: import("../_util/type").Key;
        offsetBlockStart?: import("../_util/type").Key;
        offsetInline?: import("../_util/type").Key;
        offsetInlineEnd?: import("../_util/type").Key;
        offsetInlineStart?: import("../_util/type").Key;
        scrollSnapCoordinate?: import("../_util/type").Key;
        scrollSnapDestination?: import("../_util/type").Key;
        scrollSnapPointsX?: string;
        scrollSnapPointsY?: string;
        scrollSnapTypeX?: import("csstype").MsContentZoomSnapTypeProperty;
        scrollSnapTypeY?: import("csstype").MsContentZoomSnapTypeProperty;
        scrollbarTrackColor?: string;
        textCombineHorizontal?: string;
        KhtmlBoxAlign?: import("csstype").BoxAlignProperty;
        KhtmlBoxDirection?: import("csstype").BoxDirectionProperty;
        KhtmlBoxFlex?: import("csstype").GlobalsNumber;
        KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber;
        KhtmlBoxLines?: import("csstype").BoxLinesProperty;
        KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber;
        KhtmlBoxOrient?: import("csstype").BoxOrientProperty;
        KhtmlBoxPack?: import("csstype").BoxPackProperty;
        KhtmlLineBreak?: import("csstype").LineBreakProperty;
        KhtmlOpacity?: import("../_util/type").Key;
        KhtmlUserSelect?: import("csstype").UserSelectProperty;
        MozBackgroundClip?: string;
        MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty;
        MozBackgroundOrigin?: string;
        MozBackgroundSize?: import("../_util/type").Key;
        MozBinding?: string;
        MozBorderRadius?: import("../_util/type").Key;
        MozBorderRadiusBottomleft?: import("../_util/type").Key;
        MozBorderRadiusBottomright?: import("../_util/type").Key;
        MozBorderRadiusTopleft?: import("../_util/type").Key;
        MozBorderRadiusTopright?: import("../_util/type").Key;
        MozBoxAlign?: import("csstype").BoxAlignProperty;
        MozBoxDirection?: import("csstype").BoxDirectionProperty;
        MozBoxFlex?: import("csstype").GlobalsNumber;
        MozBoxOrdinalGroup?: import("csstype").GlobalsNumber;
        MozBoxOrient?: import("csstype").BoxOrientProperty;
        MozBoxPack?: import("csstype").BoxPackProperty;
        MozBoxShadow?: string;
        MozFloatEdge?: import("csstype").MozFloatEdgeProperty;
        MozForceBrokenImageIcon?: import("csstype").GlobalsNumber;
        MozOpacity?: import("../_util/type").Key;
        MozOutline?: import("../_util/type").Key;
        MozOutlineColor?: string;
        MozOutlineRadius?: import("../_util/type").Key;
        MozOutlineRadiusBottomleft?: import("../_util/type").Key;
        MozOutlineRadiusBottomright?: import("../_util/type").Key;
        MozOutlineRadiusTopleft?: import("../_util/type").Key;
        MozOutlineRadiusTopright?: import("../_util/type").Key;
        MozOutlineStyle?: string;
        MozOutlineWidth?: import("../_util/type").Key;
        MozTextAlignLast?: import("csstype").TextAlignLastProperty;
        MozTextDecorationColor?: string;
        MozTextDecorationLine?: string;
        MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty;
        MozUserInput?: import("csstype").MozUserInputProperty;
        msImeMode?: import("csstype").ImeModeProperty;
        msScrollbarTrackColor?: string;
        OAnimation?: import("../_util/type").Key;
        OAnimationDelay?: string;
        OAnimationDirection?: string;
        OAnimationDuration?: string;
        OAnimationFillMode?: string;
        OAnimationIterationCount?: import("../_util/type").Key;
        OAnimationName?: string;
        OAnimationPlayState?: string;
        OAnimationTimingFunction?: string;
        OBackgroundSize?: import("../_util/type").Key;
        OBorderImage?: import("../_util/type").Key;
        OTransform?: string;
        OTransition?: string;
        OTransitionDelay?: string;
        OTransitionDuration?: string;
        OTransitionProperty?: string;
        OTransitionTimingFunction?: string;
        WebkitBoxAlign?: import("csstype").BoxAlignProperty;
        WebkitBoxDirection?: import("csstype").BoxDirectionProperty;
        WebkitBoxFlex?: import("csstype").GlobalsNumber;
        WebkitBoxFlexGroup?: import("csstype").GlobalsNumber;
        WebkitBoxLines?: import("csstype").BoxLinesProperty;
        WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber;
        WebkitBoxOrient?: import("csstype").BoxOrientProperty;
        WebkitBoxPack?: import("csstype").BoxPackProperty;
        WebkitScrollSnapPointsX?: string;
        WebkitScrollSnapPointsY?: string;
        alignmentBaseline?: import("csstype").AlignmentBaselineProperty;
        baselineShift?: import("../_util/type").Key;
        clipRule?: import("csstype").ClipRuleProperty;
        colorInterpolation?: import("csstype").ColorInterpolationProperty;
        colorRendering?: import("csstype").ColorRenderingProperty;
        dominantBaseline?: import("csstype").DominantBaselineProperty;
        fill?: string;
        fillOpacity?: import("csstype").GlobalsNumber;
        fillRule?: import("csstype").ClipRuleProperty;
        floodColor?: string;
        floodOpacity?: import("csstype").GlobalsNumber;
        glyphOrientationVertical?: import("../_util/type").Key;
        lightingColor?: string;
        marker?: string;
        markerEnd?: string;
        markerMid?: string;
        markerStart?: string;
        shapeRendering?: import("csstype").ShapeRenderingProperty;
        stopColor?: string;
        stopOpacity?: import("csstype").GlobalsNumber;
        stroke?: string;
        strokeDasharray?: import("../_util/type").Key;
        strokeDashoffset?: import("../_util/type").Key;
        strokeLinecap?: import("csstype").StrokeLinecapProperty;
        strokeLinejoin?: import("csstype").StrokeLinejoinProperty;
        strokeMiterlimit?: import("csstype").GlobalsNumber;
        strokeOpacity?: import("csstype").GlobalsNumber;
        strokeWidth?: import("../_util/type").Key;
        textAnchor?: import("csstype").TextAnchorProperty;
        vectorEffect?: import("csstype").VectorEffectProperty;
    };
    getBadgeClassName(prefixCls: string, children: VNode[]): string;
    hasStatus(): boolean;
    isZero(): boolean;
    isDot(): boolean;
    isHidden(): boolean;
    renderStatusText(prefixCls: string): JSX.Element;
    renderDispayComponent(): VNode<any, any, {
        [key: string]: any;
    }>;
    renderBadgeNumber(prefixCls: string, scrollNumberPrefixCls: string): JSX.Element;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
    title: string;
    prefixCls: string;
    color: string;
    overflowCount: number;
    scrollNumberPrefixCls: string;
} & {
    text?: import("../_util/type").VueNode;
    offset?: import("../_util/type").Key[];
    dot?: boolean;
    count?: import("../_util/type").VueNode;
    status?: "default" | "error" | "success" | "warning" | "processing";
    showZero?: boolean;
    numberStyle?: CSSProperties;
}>, {
    title: string;
    prefixCls: string;
    color: string;
    overflowCount: number;
    scrollNumberPrefixCls: string;
}>;
export default _default;
