import * as React from 'react';

export type ContainerTargetValue = Node;

declare const ContainerTargetContext: React.Context<ContainerTargetValue>;

export { ContainerTargetContext };
