import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CsSwitchComponent implements OnInit { disabled: boolean; ngValue: any; value: any; ngValueChange: EventEmitter; tooltipMessage: any; position: any; constructor(); ngOnInit(): void; valueChanged(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }