/**-----------------------------------------------------------------------------------------
* 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 a spacer in the content of components like TextArea and TextBox.
*
* @example
* ```html
*
*
*
*
*
*
* ```
*/
export declare class InputSpacerComponent {
hostClass: boolean;
get sizedClass(): boolean;
get flexBasisStyle(): string;
/**
* Specifies the width of the Input Spacer.
* Accepts string values for the [CSS `flex-basis`](https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis) property.
* If not set, the Input Spacer takes all available space.
*/
width: string;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}