import { OnInit, ElementRef } from '@angular/core';
import { Highlightable } from '@angular/cdk/a11y';
import * as i0 from "@angular/core";
export declare class TlDatatableRow implements OnInit, Highlightable {
    element: ElementRef;
    selected: boolean;
    content: any;
    row: any;
    index: any;
    get isSelected(): boolean;
    constructor(element: ElementRef);
    ngOnInit(): void;
    setActiveStyles(): void;
    setInactiveStyles(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TlDatatableRow, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TlDatatableRow, "tl-datatable-row", ["rowItem"], { "content": "content"; "row": "row"; "index": "index"; }, {}, never, ["*"], false, never>;
}
//# sourceMappingURL=datatable-row.d.ts.map