import { type CorePanelProps } from './CorePanel'; import './WidgetPanel.scss'; import { type WidgetPanelDescriptor } from './WidgetPanelTypes'; export type WidgetPanelProps = CorePanelProps & { descriptor: WidgetPanelDescriptor; showTabTooltip?: boolean; isDisconnected?: boolean; }; declare const XWidgetPanel: import("@deephaven/components").XComponentType; export default XWidgetPanel; //# sourceMappingURL=WidgetPanel.d.ts.map