import { OnInit } from '@angular/core'; export declare class ArrSortComponent implements OnInit { constructor(); ngOnInit(): void; }