import { ChangeDetectorRef, ElementRef, OnChanges, TemplateRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class UsaTableDataDef { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class UsaTableData { el: ElementRef; _isSortActive: boolean; constructor(el: ElementRef); setSortActive(): void; setSortInactive(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Represents one row of table data */ export declare class UsaDataRowDef implements OnChanges { templateRef: TemplateRef; private cdr; usaDataRowDefColumns: Iterable; ngOnChanges(): void; constructor(templateRef: TemplateRef, cdr: ChangeDetectorRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }