import type { CuiSegmentedWindow, CuiSegmentedWindowTemplateContext } from '../models'; import * as i0 from "@angular/core"; export declare class CuiSegmentedWindowIconDirective { readonly cuiSegmentedWindowIcon: import("@angular/core").InputSignal; static ngTemplateContextGuard(directive: CuiSegmentedWindowIconDirective, context: unknown): context is CuiSegmentedWindowTemplateContext; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, "ng-template[cuiSegmentedWindowIcon]", never, { "cuiSegmentedWindowIcon": { "alias": "cuiSegmentedWindowIcon"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>; }