/** * Check if we're in a form group. * * This is called from ScalarFormInput components. */ export declare const useFormGroupInput: () => boolean; /** * Set that this is a form group. * * This is called from ScalarFormInputGroup components. */ export declare const useFormGroup: () => void; //# sourceMappingURL=useFormGroups.d.ts.map