export enum EsbImageAnimationConfig { APPEAR, SLIDE_OVERLAP, SLIDE } export interface EsbImageSliderConfig { animationType: EsbImageAnimationConfig; autoplay: boolean; autoplayDelay: number; stopAutoplayMinWidth: number; }