import { ElementRef } from "@angular/core"; export declare class HiddenDirective { elementRef: ElementRef; hidden: any; constructor(elementRef: ElementRef); }