/**----------------------------------------------------------------------------------------- * 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 { ButtonComponent } from '@progress/kendo-angular-buttons'; import { TextBoxComponent } from '../../textbox/textbox.component'; 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; actionSheetTemplate: TemplateRef; isActionSheetExpanded: boolean; preview: boolean; actionSheetClose: EventEmitter; onExpand: EventEmitter; onCollapse: EventEmitter; onApply: EventEmitter; onCancel: EventEmitter; actionSheet: ActionSheetComponent; actionSheetSearchBar: TextBoxComponent; cancelButton: ButtonComponent; applyButton: ButtonComponent; constructor(localization: LocalizationService, adaptiveService: AdaptiveService); animationDuration: number; checkIcon: SVGIcon; messageFor(key: string): string; get windowSize(): AdaptiveSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }