export declare function useContext({ context_id, parent, component }: { context_id: string; parent: string; component: string; }): {} | null;