import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ElementRefDirective {
    readonly elementRef: ElementRef<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ElementRefDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<ElementRefDirective, "[cElementRef]", ["cElementRef"], {}, {}, never, never, true, never>;
}
