import { ElementRef, OnDestroy, Renderer2 } from '@angular/core';
import { FocusIndicatorOriginService } from './focus-indicator-origin.service';
import * as i0 from "@angular/core";
export declare class FocusIndicatorOriginDirective implements OnDestroy {
    readonly focusOriginService: FocusIndicatorOriginService;
    readonly elementRef: ElementRef<any>;
    readonly renderer: Renderer2;
    /** Store the instance of the focus indicator origin */
    private readonly _focusOrigin;
    constructor();
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<FocusIndicatorOriginDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<FocusIndicatorOriginDirective, "[uxFocusIndicatorOrigin]", never, {}, {}, never, never, false, never>;
}
