import * as React from 'react';
export declare function withContext<T, X>(Component: React.ComponentType<T>, Ctx: React.Context<X>, prop: string): React.FC<T>;
//# sourceMappingURL=withContext.d.ts.map