import { EventEmitter, OnInit } from '@angular/core'; export declare class LuciSwitchComponent implements OnInit { onSwitchText: string; offSwitchText: string; isWithoutLabel: boolean; isLableLeft: boolean; isSmallButton: boolean; switchStatus: boolean; callBackEvent: EventEmitter; constructor(); ngOnInit(): void; changeSwitch(status: any): void; }