import { IonItem, IonLabel } from '@ionic/angular'; import { FieldWrapper, DeonFieldConfig, DeonFieldProps as CoreDeonFieldProps } from '@gram-deon/core'; import * as i0 from "@angular/core"; export interface DeonFieldProps extends CoreDeonFieldProps { hideRequiredMarker?: boolean; itemLines?: IonItem['lines']; labelPosition?: IonLabel['position']; } export declare class DeonWrapperFormField extends FieldWrapper> { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }