import { GridPreferencePanelsValue } from './gridPreferencePanelsValue'; export interface GridPreferencePanelState { open: boolean; openedPanelValue?: GridPreferencePanelsValue; }