import { EventEmitter } from "@angular/core"; import { Observable } from "rxjs"; import { DestroyStreamService } from "../../../services"; import * as i0 from "@angular/core"; export declare class IntProcessSwitchComponent { private readonly destroy$; private readonly keyPressedStream$; checked: boolean | null; process: boolean | null; disabled: boolean | null; onChange: EventEmitter; isFocused: boolean; constructor(destroy$: DestroyStreamService, keyPressedStream$: Observable); get isChecked(): boolean; get loaderColor(): string; get _state(): "" | "checked" | "process"; get _d(): "none" | "disabled"; get _ti(): string; get _dis(): boolean; private _onFocus; private _onBlur; private _onClick; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }