import * as React from "react"; import { ITableQueryContext } from "./TableQueryContext"; export interface IWithTableQueryProps { tableQuery?: ITableQueryContext; } export declare const withTableQueryContext:
(WrappedComponent: React.ComponentType
) => React.SFC