import { EventEmitter } from '@angular/core'; import { TableHelperService } from '../../services/table-helper.service'; import * as i0 from "@angular/core"; export declare class ColumnSelectorComponent { tableHelper: TableHelperService; columns: any; update: EventEmitter; id: string; currentTarget: any; constructor(tableHelper: TableHelperService); updateDisplay(e: any, index: any): void; enableChildren(parent: any): void; disableChildren(parent: any): void; move(key: any, i: any): void; emitColumns(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }