/// <reference types="react" />
export declare const GridColumnProvider: import("react").Provider<Partial<import("./types").IGridColumn<any>>>;
