import { ElementRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { KeyValue } from '../../common/KeyValue'; import * as i0 from "@angular/core"; export declare class ToggleComponent implements ControlValueAccessor { leftOption: KeyValue; rightOption: KeyValue; leftToggle: ElementRef; rightToggle: ElementRef; activeIndex: number; constructor(); setValue(index: 0 | 1): void; propagateChange: (_: any) => void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; writeValue(obj: KeyValue): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }