import { SwipeCellProps } from './SwipeCell'; export declare const SwipeCell: import("../utils").WithInstall; stopPropagation: BooleanConstructor; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "close" | "open")[], "open" | "click" | "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; stopPropagation: BooleanConstructor; }>> & { onClick?: ((...args: any[]) => any) | undefined; onClose?: ((...args: any[]) => any) | undefined; onOpen?: ((...args: any[]) => any) | undefined; }, { name: string | number; disabled: boolean; stopPropagation: boolean; }>>; export default SwipeCell; export type { SwipeCellProps }; export type { SwipeCellSide, SwipeCellPosition, SwipeCellInstance, } from './types'; declare module 'vue' { interface GlobalComponents { VanSwipeCell: typeof SwipeCell; } }