export declare function closeSwipeout(swipeoutEl: HTMLElement): void;
export declare function closeAll(): void;
declare const SwipeoutItem: import("svelte").Component<{
    children: any;
    delete?: boolean;
    onDelete?: any;
} & Record<string, any>, {}, "">;
type SwipeoutItem = ReturnType<typeof SwipeoutItem>;
export default SwipeoutItem;
