import React from 'react';
import { Entity } from '../types';
export declare const ParentEntityContext: React.Context<Entity | null>;
export declare function useParentEntityContext(): Entity;
//# sourceMappingURL=ParentEntityContex.d.ts.map