/**-----------------------------------------------------------------------------------------
* Copyright © 2024 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import * as i0 from "@angular/core";
/**
 * Specifies the adornments in the suffix container ([see example]({% slug textarea_adornments %})).
 * ```ts-no-run
 * _@Component({
 * selector: 'my-app',
 * template: `
 *  <kendo-textarea>
 *    <kendo-textarea-suffix>
 *        <button kendoButton look="clear" icon="image"></button>
 *    </kendo-textarea-suffix>
 *  </kendo-textarea>
 * `
 * })
 * class AppComponent {}
 * ```
 */
export declare class TextAreaSuffixComponent {
    /**
     * @hidden
     */
    flow: string;
    /**
     * @hidden
     */
    orientation: string;
    hostClass: boolean;
    get verticalOrientation(): boolean;
    get horizontalOrientation(): boolean;
    get alignItems(): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaSuffixComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaSuffixComponent, "kendo-textarea-suffix", ["kendoTextAreaSuffix"], { "flow": "flow"; "orientation": "orientation"; }, {}, never, ["*"], true, never>;
}
