/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
/**
 * Defines a container for custom content displayed at the end of the PromptBox.
 *
 * @example
 * ```html
 * <kendo-promptbox>
 *   <kendo-promptbox-end-affix>
 *     <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
 *   </kendo-promptbox-end-affix>
 * </kendo-promptbox>
 * ```
 */
export declare class PromptBoxEndAffixComponent {
    /**
     * @hidden
     */
    templateRef: TemplateRef<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<PromptBoxEndAffixComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PromptBoxEndAffixComponent, "kendo-promptbox-end-affix", ["kendoPromptBoxEndAffix"], {}, {}, never, ["*"], true, never>;
}
