import * as React from 'react'; export declare const FormIsReadOnlyContext: React.Context; export default function useFormIsReadOnly(): boolean;