import { Context } from 'react';
export default function getContext<T>(key: symbol, defaultValue: T): Context<T>;
