///
import type { CarouselItemContext } from 'element-plus/es/tokens';
declare const _default: import("vue").DefineComponent<{
readonly initialIndex: import("element-plus/es/utils").BuildPropReturn;
readonly height: import("element-plus/es/utils").BuildPropReturn;
readonly trigger: import("element-plus/es/utils").BuildPropReturn;
readonly autoplay: import("element-plus/es/utils").BuildPropReturn;
readonly interval: import("element-plus/es/utils").BuildPropReturn;
readonly indicatorPosition: import("element-plus/es/utils").BuildPropReturn;
readonly indicator: import("element-plus/es/utils").BuildPropReturn;
readonly arrow: import("element-plus/es/utils").BuildPropReturn;
readonly type: import("element-plus/es/utils").BuildPropReturn;
readonly loop: import("element-plus/es/utils").BuildPropReturn;
readonly direction: import("element-plus/es/utils").BuildPropReturn;
readonly pauseOnHover: import("element-plus/es/utils").BuildPropReturn;
}, {
props: Readonly;
readonly height: import("element-plus/es/utils").BuildPropReturn;
readonly trigger: import("element-plus/es/utils").BuildPropReturn;
readonly autoplay: import("element-plus/es/utils").BuildPropReturn;
readonly interval: import("element-plus/es/utils").BuildPropReturn;
readonly indicatorPosition: import("element-plus/es/utils").BuildPropReturn;
readonly indicator: import("element-plus/es/utils").BuildPropReturn;
readonly arrow: import("element-plus/es/utils").BuildPropReturn;
readonly type: import("element-plus/es/utils").BuildPropReturn;
readonly loop: import("element-plus/es/utils").BuildPropReturn;
readonly direction: import("element-plus/es/utils").BuildPropReturn;
readonly pauseOnHover: import("element-plus/es/utils").BuildPropReturn;
}>> & {
onChange?: ((current: number, prev: number) => any) | undefined;
}>>;
emit: (event: "change", current: number, prev: number) => void;
ns: {
namespace: import("vue").ComputedRef;
b: (blockSuffix?: string) => string;
e: (element?: string | undefined) => string;
m: (modifier?: string | undefined) => string;
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
em: (element?: string | undefined, modifier?: string | undefined) => string;
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
is: {
(name: string, state: boolean | undefined): string;
(name: string): string;
};
};
COMPONENT_NAME: string;
THROTTLE_TIME: number;
activeIndex: import("vue").Ref;
timer: import("vue").Ref<{
hasRef: () => boolean;
refresh: () => NodeJS.Timer;
[Symbol.toPrimitive]: () => number;
ref: () => NodeJS.Timer;
unref: () => NodeJS.Timer;
} | null>;
hover: import("vue").Ref;
root: import("vue").Ref;
items: import("vue").Ref<{
props: {
readonly name: string;
readonly label: import("element-plus/es/utils").BuildPropType;
};
states: {
hover: boolean;
translate: number;
scale: number;
active: boolean;
ready: boolean;
inStage: boolean;
animating: boolean;
};
uid: number | undefined;
translateItem: (index: number, activeIndex: number, oldIndex?: number | undefined) => void;
}[]>;
arrowDisplay: import("vue").ComputedRef;
hasLabel: import("vue").ComputedRef;
carouselClasses: import("vue").ComputedRef;
indicatorsClasses: import("vue").ComputedRef;
isCardType: import("vue").ComputedRef;
isVertical: import("vue").ComputedRef;
throttledArrowClick: import("lodash").DebouncedFunc<(index: number) => void>;
throttledIndicatorHover: import("lodash").DebouncedFunc<(index: number) => void>;
pauseTimer: () => void;
startTimer: () => void;
playSlides: () => void;
setActiveItem: (index: number | string) => void;
resetItemPosition: (oldIndex?: number | undefined) => void;
addItem: (item: CarouselItemContext) => void;
removeItem: (uid?: number | undefined) => void;
itemInStage: (item: CarouselItemContext, index: number) => false | "right" | "left";
handleMouseEnter: () => void;
handleMouseLeave: () => void;
handleButtonEnter: (arrow: 'left' | 'right') => void;
handleButtonLeave: () => void;
handleIndicatorClick: (index: number) => void;
handleIndicatorHover: (index: number) => void;
prev: () => void;
next: () => void;
resizeObserver: import("vue").ShallowRef<{
isSupported: boolean | undefined;
stop: () => void;
} | undefined>;
ElIcon: import("element-plus/es/utils").SFCWithInstall, unknown, unknown, unknown, unknown>;
readonly color: import("element-plus/es/utils").BuildPropReturn;
}, {
props: Readonly, unknown, unknown, unknown, unknown>;
readonly color: import("element-plus/es/utils").BuildPropReturn;
}>> & {
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
}>>;
ns: {
namespace: import("vue").ComputedRef;
b: (blockSuffix?: string) => string;
e: (element?: string | undefined) => string;
m: (modifier?: string | undefined) => string;
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
em: (element?: string | undefined, modifier?: string | undefined) => string;
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
is: {
(name: string, state: boolean | undefined): string;
(name: string): string;
};
};
style: import("vue").ComputedRef;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly, unknown, unknown, unknown, unknown>;
readonly color: import("element-plus/es/utils").BuildPropReturn;
}>>, {
size: import("element-plus/es/utils").BuildPropType, unknown, unknown>;
color: string;
}>> & Record;
ArrowLeft: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>;
ArrowRight: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
change: (current: number, prev: number) => boolean;
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly;
readonly height: import("element-plus/es/utils").BuildPropReturn;
readonly trigger: import("element-plus/es/utils").BuildPropReturn;
readonly autoplay: import("element-plus/es/utils").BuildPropReturn;
readonly interval: import("element-plus/es/utils").BuildPropReturn;
readonly indicatorPosition: import("element-plus/es/utils").BuildPropReturn;
readonly indicator: import("element-plus/es/utils").BuildPropReturn;
readonly arrow: import("element-plus/es/utils").BuildPropReturn;
readonly type: import("element-plus/es/utils").BuildPropReturn;
readonly loop: import("element-plus/es/utils").BuildPropReturn;
readonly direction: import("element-plus/es/utils").BuildPropReturn;
readonly pauseOnHover: import("element-plus/es/utils").BuildPropReturn;
}>> & {
onChange?: ((current: number, prev: number) => any) | undefined;
}, {
type: string;
trigger: string;
height: string;
direction: string;
indicator: import("element-plus/es/utils").BuildPropType;
initialIndex: number;
autoplay: import("element-plus/es/utils").BuildPropType;
interval: number;
indicatorPosition: string;
arrow: string;
loop: import("element-plus/es/utils").BuildPropType;
pauseOnHover: import("element-plus/es/utils").BuildPropType;
}>;
export default _default;