import * as React from "react"; type FormItemContextValue = { id: string; }; export declare const FormItemContext: React.Context; declare const FormItem: React.ForwardRefExoticComponent & React.RefAttributes>; export default FormItem;