import { ChangeDetectorRef } from '@angular/core';
import { ControlValueAccessor } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class EmojiSwitchComponent implements ControlValueAccessor {
    private cd;
    set ncDisabled(value: boolean | string);
    ncSize: 'small' | 'default' | 'large';
    disabledMode: boolean;
    private innerValue;
    private onChangeCallback;
    private onTouchedCallback;
    constructor(cd: ChangeDetectorRef);
    get value(): any;
    set value(v: any);
    writeValue(value: any): void;
    registerOnChange(fn: any): void;
    registerOnTouched(fn: any): void;
    onInputChange(event: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<EmojiSwitchComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<EmojiSwitchComponent, "nc-emoji-switch", never, { "ncDisabled": "ncDisabled"; "ncSize": "ncSize"; }, {}, never, never>;
}
