///
export declare const ElCarousel: import("park-ui/es/utils").SFCWithInstall;
readonly height: import("park-ui/es/utils").EpPropFinalized;
readonly trigger: import("park-ui/es/utils").EpPropFinalized;
readonly autoplay: import("park-ui/es/utils").EpPropFinalized;
readonly interval: import("park-ui/es/utils").EpPropFinalized;
readonly indicatorPosition: import("park-ui/es/utils").EpPropFinalized;
readonly indicator: import("park-ui/es/utils").EpPropFinalized;
readonly arrow: import("park-ui/es/utils").EpPropFinalized;
readonly type: import("park-ui/es/utils").EpPropFinalized;
readonly loop: import("park-ui/es/utils").EpPropFinalized;
readonly direction: import("park-ui/es/utils").EpPropFinalized;
readonly pauseOnHover: import("park-ui/es/utils").EpPropFinalized;
}, {
props: Readonly;
readonly height: import("park-ui/es/utils").EpPropFinalized;
readonly trigger: import("park-ui/es/utils").EpPropFinalized;
readonly autoplay: import("park-ui/es/utils").EpPropFinalized;
readonly interval: import("park-ui/es/utils").EpPropFinalized;
readonly indicatorPosition: import("park-ui/es/utils").EpPropFinalized;
readonly indicator: import("park-ui/es/utils").EpPropFinalized;
readonly arrow: import("park-ui/es/utils").EpPropFinalized;
readonly type: import("park-ui/es/utils").EpPropFinalized;
readonly loop: import("park-ui/es/utils").EpPropFinalized;
readonly direction: import("park-ui/es/utils").EpPropFinalized;
readonly pauseOnHover: import("park-ui/es/utils").EpPropFinalized;
}>> & {
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;
};
cssVar: (object: Record) => Record;
cssVarName: (name: string) => string;
cssVarBlock: (object: Record) => Record;
cssVarBlockName: (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("park-ui/es/utils").EpPropMergeType;
};
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: string | number) => void;
resetItemPosition: (oldIndex?: number | undefined) => void;
addItem: (item: import("../..").CarouselItemContext) => void;
removeItem: (uid?: number | undefined) => void;
itemInStage: (item: import("../..").CarouselItemContext, index: number) => false | "left" | "right";
handleMouseEnter: () => void;
handleMouseLeave: () => void;
handleButtonEnter: (arrow: "left" | "right") => void;
handleButtonLeave: () => void;
handleIndicatorClick: (index: number) => void;
handleIndicatorHover: (index: number) => void;
prev: () => void;
next: () => void;
resetTimer: () => void;
resizeObserver: import("vue").ShallowRef<{
isSupported: boolean | undefined;
stop: () => void;
} | undefined>;
ElIcon: import("park-ui/es/utils").SFCWithInstall (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
readonly required: false;
readonly validator: ((val: unknown) => boolean) | undefined;
__epPropKey: true;
};
readonly color: {
readonly type: import("vue").PropType;
readonly required: false;
readonly validator: ((val: unknown) => boolean) | undefined;
__epPropKey: true;
};
readonly src: {
readonly type: import("vue").PropType;
readonly required: false;
readonly validator: ((val: unknown) => boolean) | undefined;
__epPropKey: true;
};
}, {
props: Readonly (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
readonly required: false;
readonly validator: ((val: unknown) => boolean) | undefined;
__epPropKey: true;
};
readonly color: {
readonly type: import("vue").PropType;
readonly required: false;
readonly validator: ((val: unknown) => boolean) | undefined;
__epPropKey: true;
};
readonly src: {
readonly type: import("vue").PropType;
readonly required: false;
readonly validator: ((val: unknown) => boolean) | undefined;
__epPropKey: true;
};
}>> & {
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
}>>;
attrs: any;
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;
};
cssVar: (object: Record) => Record;
cssVarName: (name: string) => string;
cssVarBlock: (object: Record) => Record;
cssVarBlockName: (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 (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
readonly required: false;
readonly validator: ((val: unknown) => boolean) | undefined;
__epPropKey: true;
};
readonly color: {
readonly type: import("vue").PropType;
readonly required: false;
readonly validator: ((val: unknown) => boolean) | undefined;
__epPropKey: true;
};
readonly src: {
readonly type: import("vue").PropType;
readonly required: false;
readonly validator: ((val: unknown) => boolean) | undefined;
__epPropKey: true;
};
}>>, {}>> & Record;
ArrowLeft: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>;
ArrowRight: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, 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("park-ui/es/utils").EpPropFinalized;
readonly trigger: import("park-ui/es/utils").EpPropFinalized;
readonly autoplay: import("park-ui/es/utils").EpPropFinalized;
readonly interval: import("park-ui/es/utils").EpPropFinalized;
readonly indicatorPosition: import("park-ui/es/utils").EpPropFinalized;
readonly indicator: import("park-ui/es/utils").EpPropFinalized;
readonly arrow: import("park-ui/es/utils").EpPropFinalized;
readonly type: import("park-ui/es/utils").EpPropFinalized;
readonly loop: import("park-ui/es/utils").EpPropFinalized;
readonly direction: import("park-ui/es/utils").EpPropFinalized;
readonly pauseOnHover: import("park-ui/es/utils").EpPropFinalized;
}>> & {
onChange?: ((current: number, prev: number) => any) | undefined;
}, {
readonly type: import("park-ui/es/utils").EpPropMergeType;
readonly trigger: import("park-ui/es/utils").EpPropMergeType;
readonly height: string;
readonly direction: import("park-ui/es/utils").EpPropMergeType;
readonly loop: import("park-ui/es/utils").EpPropMergeType;
readonly indicator: import("park-ui/es/utils").EpPropMergeType;
readonly initialIndex: number;
readonly autoplay: import("park-ui/es/utils").EpPropMergeType;
readonly interval: number;
readonly indicatorPosition: import("park-ui/es/utils").EpPropMergeType;
readonly arrow: import("park-ui/es/utils").EpPropMergeType;
readonly pauseOnHover: import("park-ui/es/utils").EpPropMergeType;
}>> & {
CarouselItem: import("vue").DefineComponent<{
readonly name: import("park-ui/es/utils").EpPropFinalized;
readonly label: import("park-ui/es/utils").EpPropFinalized;
}, {
props: Readonly;
readonly label: import("park-ui/es/utils").EpPropFinalized;
}>> & {
[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;
};
cssVar: (object: Record) => Record;
cssVarName: (name: string) => string;
cssVarBlock: (object: Record) => Record;
cssVarBlockName: (name: string) => string;
};
COMPONENT_NAME: string;
carouselContext: import("../..").CarouselContext;
instance: import("vue").ComponentInternalInstance;
CARD_SCALE: number;
hover: import("vue").Ref;
translate: import("vue").Ref;
scale: import("vue").Ref;
active: import("vue").Ref;
ready: import("vue").Ref;
inStage: import("vue").Ref;
animating: import("vue").Ref;
isCardType: import("vue").Ref;
isVertical: import("vue").Ref;
itemStyle: import("vue").ComputedRef;
processIndex: (index: number, activeIndex: number, length: number) => number;
calcCardTranslate: (index: number, activeIndex: number) => number;
calcTranslate: (index: number, activeIndex: number, isVertical: boolean) => number;
translateItem: (index: number, activeIndex: number, oldIndex?: number | undefined) => void;
handleItemClick: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly;
readonly label: import("park-ui/es/utils").EpPropFinalized;
}>>, {
readonly name: string;
readonly label: import("park-ui/es/utils").EpPropMergeType;
}>;
};
export default ElCarousel;
export declare const ElCarouselItem: import("park-ui/es/utils").SFCWithInstall;
readonly label: import("park-ui/es/utils").EpPropFinalized;
}, {
props: Readonly;
readonly label: import("park-ui/es/utils").EpPropFinalized;
}>> & {
[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;
};
cssVar: (object: Record) => Record;
cssVarName: (name: string) => string;
cssVarBlock: (object: Record) => Record;
cssVarBlockName: (name: string) => string;
};
COMPONENT_NAME: string;
carouselContext: import("../..").CarouselContext;
instance: import("vue").ComponentInternalInstance;
CARD_SCALE: number;
hover: import("vue").Ref;
translate: import("vue").Ref;
scale: import("vue").Ref;
active: import("vue").Ref;
ready: import("vue").Ref;
inStage: import("vue").Ref;
animating: import("vue").Ref;
isCardType: import("vue").Ref;
isVertical: import("vue").Ref;
itemStyle: import("vue").ComputedRef;
processIndex: (index: number, activeIndex: number, length: number) => number;
calcCardTranslate: (index: number, activeIndex: number) => number;
calcTranslate: (index: number, activeIndex: number, isVertical: boolean) => number;
translateItem: (index: number, activeIndex: number, oldIndex?: number | undefined) => void;
handleItemClick: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly;
readonly label: import("park-ui/es/utils").EpPropFinalized;
}>>, {
readonly name: string;
readonly label: import("park-ui/es/utils").EpPropMergeType;
}>>;
export * from './src/carousel';
export * from './src/carousel-item';