import * as i0 from '@angular/core'; import { Provider } from '@angular/core'; type HyFormFieldSizeType = 'small' | 'medium' | 'large'; declare class HyFormFieldSizeDirective { hySize: i0.InputSignal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare const provideHyFormField: () => Provider; export { HyFormFieldSizeDirective, provideHyFormField };