import { OnInit, EventEmitter } from '@angular/core'; export declare class TextToggleComponent implements OnInit { styleBorderColor: string; disabledValue: boolean; disabled: boolean; modelChange: EventEmitter; modelValue: any; model: any; readonly borderColor: "#a8d6fa" | "#2096F3"; readonly leftSelection: boolean; readonly rightSelection: boolean; readonly left: any; readonly right: any; constructor(); ngOnInit(): void; toggle(side: string): void; }