import { type TuiSizeS } from '@taiga-ui/core/types'; import * as i0 from "@angular/core"; export declare class TuiLegendItem { active: boolean; color: string; text: string; size: TuiSizeS; disabled: boolean; protected get computedColor(): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }