import { EventEmitter } from "@angular/core"; import { TIntSortDirection } from "./type"; import { THorizontalAlign } from "../../types"; import * as i0 from "@angular/core"; export declare class IntTableSortingComponent { direction: TIntSortDirection | null; fieldName: string | null; horizontalAlign: THorizontalAlign; onSort: EventEmitter<[string, TIntSortDirection]>; onSortHandler(): void; get _va(): THorizontalAlign; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }