import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class OSwitchComponent { id?: string; labelOn?: string; labelOff?: string; isDark?: boolean; isDisabled?: boolean; isSmall?: boolean; isFixed?: boolean; customClasses: string; customClassesLabel: string; private _switchValue; set switchValue(value: boolean); get switchValue(): boolean; switchValueChange: EventEmitter; onSwitchChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }