import { FormArray } from '@angular/forms'; import { Label, LogicalOperator } from '../public/modifier-options'; import { Observable } from 'rxjs'; import { LabelAsFormGroup, LabelOrTagSelection } from './LabelOrTagSelection'; /** * Heir of {@link FilterSelection} representing the selection from a label tab. */ export declare class LabelSelection extends LabelOrTagSelection