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