import { ElementRef } from '@angular/core'; export declare class DataTdDirective { private _elementRef; _el: HTMLElement; checkbox: boolean; constructor(_elementRef: ElementRef); }