interface FormContextType { controlId?: any; } declare const FormContext: import("solid-js").Context; export default FormContext;