import { OnInit, EventEmitter } from '@angular/core'; import { FormItem, FormItemOptionItem, FormItemWidget } from '../form-item'; import * as i0 from "@angular/core"; export declare class FormItemSegments extends FormItem { segments: FormItemOptionItem[]; value: string; hasOptions: boolean; } export declare class FormItemSegmentsComponent implements FormItemWidget, OnInit { item: FormItemSegments; editable: boolean; changes: EventEmitter; constructor(); ngOnInit(): void; onSelectionChange(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }