/// export declare type Column = (props: T) => JSX.Element | null; export declare type WithHeaderType = (Column: Column) => (props: any) => JSX.Element | null; export declare const withHeader: WithHeaderType; //# sourceMappingURL=with-header.d.ts.map