/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { SeparatorOrientation } from '@progress/kendo-angular-common';
import * as i0 from "@angular/core";
/**
* Represents a separator in the content of components like TextArea and TextBox. ([see examples](https://www.telerik.com/kendo-angular-ui/components/inputs/textbox/adornments#separator)).
*
* @example
* ```html
*
*
*
*
*
*
* ```
*/
export declare class InputSeparatorComponent {
/**
* Sets the orientation of the separator. Use this for the adornments of the [`TextAreaComponent`](https://www.telerik.com/kendo-angular-ui/components/inputs/api/textareacomponent).
*
* @default 'vertical'
*/
orientation: SeparatorOrientation;
get vertical(): boolean;
get horizontal(): boolean;
hostClass: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}