import { OnInit, EventEmitter } from '@angular/core'; export declare class ZrSwitchComponent implements OnInit { type?: string; icon?: boolean; disabled?: boolean; size?: string; state?: string; outline?: boolean; checked?: boolean; border?: boolean; radius?: string; shadow?: boolean; text?: any[]; checkedChange: EventEmitter; name: string; constructor(); ngOnInit(): void; handle(event: any): void; handleButton(): void; }