/**-----------------------------------------------------------------------------------------
* 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 top of the PromptBox when in `'multi'` mode.
 *
 * @example
 * ```html
 * <kendo-promptbox>
 *   <kendo-promptbox-top-affix>
 *     <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
 *   </kendo-promptbox-top-affix>
 * </kendo-promptbox>
 * ```
 */
export declare class PromptBoxTopAffixComponent {
    /**
     * @hidden
     */
    templateRef: TemplateRef<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<PromptBoxTopAffixComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PromptBoxTopAffixComponent, "kendo-promptbox-top-affix", ["kendoPromptBoxTopAffix"], {}, {}, never, ["*"], true, never>;
}
