import { IAdaptable } from '../../AdaptableInterfaces/IAdaptable';
export interface AdaptableToolPanelContext {
    Adaptable: IAdaptable;
}
