import { SwipeProps } from './Swipe'; export declare const Swipe: import("../utils").WithInstall JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onChange?: ((...args: any[]) => any) | undefined; }, { autoplay: string | number; loop: boolean; vertical: boolean; duration: string | number; lazyRender: boolean; touchable: boolean; initialSwipe: string | number; showIndicators: boolean; stopPropagation: boolean; }>>; export default Swipe; export type { SwipeProps }; export type { SwipeInstance, SwipeToOptions } from './types'; declare module 'vue' { interface GlobalComponents { VanSwipe: typeof Swipe; } }