import { Context } from 'react'; import { PrepareContext } from '../types'; declare const getContextValue: (prepareContext: PrepareContext, elementContext: Context) => T; export default getContextValue;