/**
 * A Higher Order Component used to inject BlockContent using context to the
 * wrapped component.
 *
 * @deprecated
 *
 * @param OriginalComponent The component to enhance.
 * @return The same component.
 */
export declare function withBlockContentContext<T>(OriginalComponent: T): T;
//# sourceMappingURL=deprecated.d.ts.map