import type { DocumentContextType } from './shared/types.js'; declare const documentContext: React.Context; export default documentContext;