import { EventEmitter } from '@angular/core'; import { FaIconComponent } from '@fortawesome/angular-fontawesome'; export declare class JhiSortDirective { predicate: string; ascending: boolean; callback: Function; predicateChange: EventEmitter; ascendingChange: EventEmitter; activeIconComponent: FaIconComponent; constructor(); sort(field: string): void; }