import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class VerbenaSwitchComponent implements ControlValueAccessor { label: string; checked: boolean; disabled: boolean; offColor: string; onColor: string; onText: string; offText: string; width: string; height: string; customStyles: string; change: EventEmitter; onChange: (value: boolean) => void; private onTouched; toggleSwitch(): void; writeValue(value: boolean): void; registerOnChange(fn: (value: boolean) => void): void; registerOnTouched(fn: () => void): void; setDisabledState(isDisabled: boolean): void; onChangeEvent(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }