import { ContextState, OverlayCommonProps, ParsedContextConfig } from './types'; export default function getContextProps
>(props: P, context: ContextState, displayName?: string): ParsedContextConfig;