import { AdaptableBlotter } from './AdaptableBlotter'; import { AdaptableBlotterOptions } from '../BlotterOptions/AdaptableBlotterOptions'; export declare module BlotterFactoryAgGrid { function CreateAdaptableBlotter(blotterOptions: AdaptableBlotterOptions, renderGrid: boolean): AdaptableBlotter; }