import * as i0 from '@angular/core'; declare class DaffErrorMessageComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DaffHintComponent { /** * Displays a validated hint UI. * */ validated: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DaffFormFieldLabelDirective { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * @docs-private */ declare const DAFF_FORM_HELPER_COMPONENTS: readonly [typeof DaffErrorMessageComponent, typeof DaffHintComponent, typeof DaffFormFieldLabelDirective]; export { DAFF_FORM_HELPER_COMPONENTS, DaffErrorMessageComponent, DaffFormFieldLabelDirective, DaffHintComponent };