/** * 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(OriginalComponent: T): T; //# sourceMappingURL=deprecated.d.ts.map