/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { EventEmitter, ElementRef } from '@angular/core'; import { LocalizationService } from '@progress/kendo-angular-l10n'; import { InputSize } from '../common/models'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class FlatColorPickerActionButtonsComponent { localizationService: LocalizationService; hostClasses: boolean; innerTabIndex: number; size: InputSize; actionButtonClick: EventEmitter; tabOut: EventEmitter; firstButton: ElementRef; lastButton: ElementRef; constructor(localizationService: LocalizationService); getText(text: string): string; onActionButtonClick(type: string, ev: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }