import { ReactNode } from 'react'; export declare function getStrictContext(name?: string): readonly [ (props: { value: T; children?: ReactNode; }) => ReactNode, () => T ]; //# sourceMappingURL=get-strict-context.d.ts.map