/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { MessageAlign } from './models/message-align';
import * as i0 from "@angular/core";
/**
* Displays a hint message under a form-bound component.
*
* @example
* ```html
* Hint message here
* ```
*/
export declare class HintComponent {
/**
* Sets the alignment of the hint message.
*
* @default 'start'
*/
align: MessageAlign;
/**
* @hidden
*/
readonly id: string;
hostClass: boolean;
get startClass(): boolean;
get endClass(): boolean;
get idAttribute(): string;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}