interface FormListContextValue { inFormList: boolean; } declare const formListContext: import("react").Context; export default formListContext;