import { OnChanges } from '@angular/core';
import { FormControl } from '@angular/forms';
import { BaseFormControlComponent } from '../../../../shared/base/base-form-control.component';
import { FormControlComponentModel } from '../../../../core/models/component-models/form-control-component.model';
import * as i0 from "@angular/core";
export declare class HiddenComponent extends BaseFormControlComponent<FormControlComponentModel, FormControl> implements OnChanges {
    static ɵfac: i0.ɵɵFactoryDeclaration<HiddenComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<HiddenComponent, "nju-hidden", never, {}, {}, never, never, false, never>;
}
