import { IAdaptableBlotter } from './IAdaptableBlotter'; export interface IAdaptableBlotterToolPanelContext { Blotter: IAdaptableBlotter; }