import { OnChanges, SimpleChanges } from '@angular/core'; import { TerraSelectBoxValueInterface } from '../../../forms/select-box/data/terra-select-box.interface'; import { SortDirection } from '@angular/material/sort'; import * as i0 from "@angular/core"; export declare class SelectSortDirective implements OnChanges { inputListBoxValues: Array; disableSorting: boolean; sortDirection: SortDirection; ngOnChanges(changes: SimpleChanges): void; private sortListBoxValues; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }