import { TuiControl } from '@taiga-ui/cdk/classes';
import type { TuiTextfieldAccessor } from '@taiga-ui/core/components/textfield';
import * as i0 from "@angular/core";
import * as i1 from "@taiga-ui/core/components/textfield";
export declare class TuiSelectDirective<T> extends TuiControl<T | null> implements TuiTextfieldAccessor<T> {
    private readonly textfield;
    private readonly open;
    private readonly itemsHandlers;
    protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
    protected readonly valueEffect: import("@angular/core").EffectRef;
    setValue(value: T | null): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiSelectDirective<any>, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSelectDirective<any>, "input[tuiSelect]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiWithTextfield; inputs: {}; outputs: {}; }, { directive: typeof i1.TuiSelectLike; inputs: {}; outputs: {}; }]>;
}
