import { type OnDestroy, type OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TuiCheckboxRowDirective<T> implements OnInit, OnDestroy {
    private readonly control;
    private readonly parent;
    protected readonly checked: import("@angular/core").Signal<boolean>;
    readonly tuiCheckboxRow: import("@angular/core").InputSignal<T>;
    ngOnInit(): void;
    ngOnDestroy(): void;
    protected onChange(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiCheckboxRowDirective<any>, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCheckboxRowDirective<any>, "[tuiCheckbox][tuiCheckboxRow]", never, { "tuiCheckboxRow": { "alias": "tuiCheckboxRow"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
}
