import type { Signal, TemplateRef } from '@angular/core'; import { InjectionToken } from '@angular/core'; import type { CuiNullable } from '@cuby-ui/cdk'; import type { CuiSegmentedWindowTemplateContext } from './segmented-window.options'; export interface CuiSegmentedWindowTemplates { readonly headerTemplate: Signal>>; readonly iconTemplate: Signal>>; } export declare const CUI_SEGMENTED_WINDOW_TEMPLATES: InjectionToken;