import { OnInit, EventEmitter } from '@angular/core'; import { MatSelectionListChange } from '@angular/material/list'; import { Attribute } from '../../data-model/attribute'; import * as i0 from "@angular/core"; export declare class AttributesSelectionLayoutComponent implements OnInit { /**---------- Inputs ----------*/ attributes: Array; searchedTerm: string; selectedAttribute: Array; attributeSelected: EventEmitter; attributeDeselected: EventEmitter; /** * Constructor */ constructor(); ngOnInit(): void; /*** * attributeSelectionChange get called on checkbox selection change. * @param event */ attributeSelectionChange(event: MatSelectionListChange): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }