/**-----------------------------------------------------------------------------------------
* Copyright © 2024 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 * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class FlatColorPickerActionButtonsComponent {
    localizationService: LocalizationService;
    hostClasses: boolean;
    innerTabIndex: number;
    actionButtonClick: EventEmitter<any>;
    tabOut: EventEmitter<any>;
    firstButton: ElementRef;
    lastButton: ElementRef;
    constructor(localizationService: LocalizationService);
    getText(text: string): string;
    onActionButtonClick(type: string, ev: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<FlatColorPickerActionButtonsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FlatColorPickerActionButtonsComponent, "[kendoFlatColorPickerActionButtons]", never, { "innerTabIndex": "innerTabIndex"; }, { "actionButtonClick": "actionButtonClick"; "tabOut": "tabOut"; }, never, never, true, never>;
}
