import * as i0 from "@angular/core";
export declare class TuiSwipeActionsAutoClose {
    private readonly el;
    autoClose: boolean | string;
    protected handleEvent(event: Event): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiSwipeActionsAutoClose, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSwipeActionsAutoClose, "tui-swipe-actions[autoClose]", never, { "autoClose": { "alias": "autoClose"; "required": false; }; }, {}, never, never, true, never>;
}
