/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { EventEmitter, TemplateRef } from '@angular/core'; import { LocalizationService } from '@progress/kendo-angular-l10n'; import { SVGIcon } from '@progress/kendo-angular-icons'; import { ActionSheetComponent } from '@progress/kendo-angular-navigation'; import { TextBoxComponent } from '@progress/kendo-angular-inputs'; import { AdaptiveService, AdaptiveSize } from '@progress/kendo-angular-utils'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class AdaptiveRendererComponent { localization: LocalizationService; adaptiveService: AdaptiveService; title: string; subtitle: string; showTextInput: boolean; sharedPopupActionSheetTemplate: TemplateRef; text: string; placeholder: string; searchBarValue: string; filterable: boolean; closePopup: EventEmitter; textInputChange: EventEmitter; navigate: EventEmitter; onExpand: EventEmitter; actionSheet: ActionSheetComponent; actionSheetSearchBar: TextBoxComponent; constructor(localization: LocalizationService, adaptiveService: AdaptiveService); animationDuration: number; checkIcon: SVGIcon; private expanded; messageFor(key: string): string; onValueChange(value: string): void; onOverlayClick(): void; handleExpand(): void; handleClose(): void; get windowSize(): AdaptiveSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }