interface Props { mode?: string; autoplay?: boolean; speed?: number | string; pagerPosition?: string; flex?: boolean; } declare function next(): void; declare function prev(): void; declare function adjust(): void; declare function reset(): void; declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, { mode: string; flex: boolean; speed: number | string; autoplay: boolean; pagerPosition: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };