import type { ComponentSetStateShallow, AllGroupContexts } from '../types'; type SubscribeToContextGroupProps = { setStateShallow: ComponentSetStateShallow; pseudoGroups?: Set; mediaGroups?: Set; groupContext: AllGroupContexts; }; export declare const subscribeToContextGroup: (props: SubscribeToContextGroupProps) => (() => void) | undefined; export {}; //# sourceMappingURL=subscribeToContextGroup.d.ts.map