import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SelectOnFocusDirective {
    private elementRef;
    constructor(elementRef: ElementRef);
    onFocus(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SelectOnFocusDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOnFocusDirective, "[rtSelectOnFocus]", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=select-on-focus.directive.d.ts.map