import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ControlsSubCategoryListComponent implements OnInit { categoryData: any; selectedCategory: any; sortValue: number; set getCategoryData(category: any); loader: boolean; pageChange: EventEmitter; listSorting: EventEmitter; getControlsByCategoryId: EventEmitter; constructor(); ngOnInit(): void; selectCategory(category: any): void; changePage(pageNo: number): void; sort(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }