export type AgPanelsState = Partial>; export interface AgPanelState { width?: number; collapsed?: boolean; }