import { TuiDataListComponent, TuiOptionWithValue } from '@taiga-ui/core/components/data-list'; import * as i0 from "@angular/core"; import * as i1 from "@taiga-ui/core/components/scrollbar"; export declare class TuiSelectOption { private readonly handlers; private readonly value; protected readonly datalist: TuiDataListComponent; protected readonly option: TuiOptionWithValue; protected readonly selected: import("@angular/core").Signal; protected readonly scrolled: import("@angular/core").Signal; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "ng-component", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiScrollIntoView; inputs: {}; outputs: {}; }]>; }