/**-----------------------------------------------------------------------------------------
* 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";
/**
* Specifies the adornments in the prefix container of the [Inputs](https://www.telerik.com/kendo-angular-ui/components/inputs/textbox/adornments#prefix-adornments) and [DropDowns](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/adornments#prefix-adornments).
* ```html
*
*
*
*
*
*
*
*
*
*
*
* ```
*/
export declare class PrefixTemplateDirective {
templateRef: TemplateRef;
/**
* Sets the `showSeparator` attribute of the `prefixTemplate`.
*
* @default false
*/
set showSeparator(value: boolean);
get showSeparator(): boolean;
private _showSeparator;
constructor(templateRef: TemplateRef);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaration;
}