import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core';
import * as i0 from "@angular/core";
export declare class PartitionMapSegmentEventsDirective implements AfterViewInit, OnDestroy {
    private readonly _elementRef;
    /** Emit when the segment receives focus */
    segmentFocus: EventEmitter<FocusEvent>;
    /** Emit when the segment is blurred */
    segmentBlur: EventEmitter<FocusEvent>;
    /** Unsubscribe from observables */
    private readonly _onDestroy;
    ngAfterViewInit(): void;
    ngOnDestroy(): void;
    /**
     * Find the parent element that is a partition map segment
     */
    private getSegmentElement;
    static ɵfac: i0.ɵɵFactoryDeclaration<PartitionMapSegmentEventsDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<PartitionMapSegmentEventsDirective, "[segmentFocus],[segmentBlur]", never, {}, { "segmentFocus": "segmentFocus"; "segmentBlur": "segmentBlur"; }, never, never, false, never>;
}
