import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ToggleSwitchComponent { checked: boolean; disabled: boolean; class?: string; ariaLabel?: string; checkedChange: EventEmitter; change: EventEmitter; onModelChange(value: boolean): void; onChange(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }