import { NgZone } from '@angular/core';
import { ClrPopoverPosition, ClrPopoverToggleService } from '@clr/angular';
import * as i0 from "@angular/core";
export declare class ClrTreetableActionOverflow {
    private smartToggleService;
    private zone;
    empty: import("@angular/core").InputSignal<boolean>;
    smartPosition: ClrPopoverPosition;
    constructor(smartToggleService: ClrPopoverToggleService, zone: NgZone);
    private focusFirstButton;
    closeOverflowContent(event: Event): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ClrTreetableActionOverflow, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ClrTreetableActionOverflow, "clr-tt-action-overflow", never, { "empty": { "alias": "empty"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
}
