import { OnInit } from '@angular/core'; import { ComponentType } from '../../../../../shared-form/enums'; import { BaseFieldComponent } from '../../base'; import { InputSwitchModel } from '../../../../models/elemets/inputs'; import { SwitchValueWithId } from '@myrtex-org/ui'; import * as i0 from "@angular/core"; export declare class InputSwitchComponent extends BaseFieldComponent implements OnInit { type: ComponentType; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }