/**----------------------------------------------------------------------------------------- * Copyright © 2026 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"; /** * Represents the prefix adornments container for the TextArea component. * * Nest the `` component inside `` to add elements before the input. * * @example * ```html * * * * * * ``` */ export declare class TextAreaPrefixComponent { /** * @hidden */ flow: string; /** * @hidden */ orientation: string; hostClass: boolean; get verticalOrientation(): boolean; get horizontalOrientation(): boolean; get alignItems(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }