import { type Define } from '@sigx/lynx'; export type FormFieldProps = Define.Prop<'label', string, false> & Define.Prop<'error', string, false> & Define.Prop<'required', boolean, false> & Define.Prop<'class', string, false> & Define.Slot<'default'>; /** Labelled field wrapper — label (+ required marker), the control slot, and * an optional error line below. */ export declare const FormField: import("@sigx/runtime-core").ComponentFactory import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | undefined; }>; //# sourceMappingURL=FormField.d.ts.map