import type { GridOption } from './models/gridOption.interface.js'; export declare class SlickgridConfig { options: Partial; constructor(); }