import { TuiOptionWithValue } from '@taiga-ui/core/components/data-list'; import { type TuiItemsHandlers } from '@taiga-ui/core/directives/items-handlers'; import * as i0 from "@angular/core"; export declare class TuiMultiSelectOption { protected readonly option: TuiOptionWithValue | null; protected readonly handlers: TuiItemsHandlers; protected readonly value: import("@angular/core").Signal; protected readonly size: import("@angular/core").Signal<"m" | "l" | "s">; protected readonly selected: import("@angular/core").Signal; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "ng-component", never, {}, {}, never, never, true, never>; }