import { EventEmitter } from '@angular/core'; import { FormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class SwitchComponent { model: any; style: any; onLabel: string; offLabel: string; disabled: boolean; readonly: boolean; size: "small" | "medium" | "large"; trackRounded: "small" | "medium" | "large" | "full" | "none"; thumbRounded: "small" | "medium" | "large" | "full" | "none"; fillMode: "solid" | "flat" | "outline" | "none"; control: FormControl; valueChange: EventEmitter; onChange(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_disabled: boolean | string; static ngAcceptInputType_readonly: boolean | string; }