import type { GridOption } from './models/index';
/** Global Grid Options Defaults */
export declare const GlobalGridOptions: Partial<GridOption>;
