declare const _default: import("vue").DefineComponent<{ activeIndex: { type: NumberConstructor; default: number; }; list: { type: ArrayConstructor; default(): any[]; }; brandColor: { type: StringConstructor; default: string; }; }, {}, { listElements: any; scroll: any; barWidth: number; }, { len(): any; belowFive(): boolean; width(): number; perWidth(): number; left(): number; activeBarLeft(): number; }, {}, { model: { prop: string; event: string; }; props: { visible: { type: BooleanConstructor; default: boolean; }; }; data: () => { preOverflowValue: string; isVisible: boolean; }; watch: { isVisible(newVal: any): void; }; mounted(): void; methods: { show(): { show(): any; hide(): any; }; hide(): { show(): any; hide(): any; }; }; beforeDestroy(): void; }, import("vue").ComponentOptionsMixin, {}, string, Readonly>, { brandColor: string; list: unknown[]; activeIndex: number; }>; export default _default;