import { WrapperUIProps } from './types';
/**
* Presentational wrapper component that renders the widget accordion UI with title, actions, options menu, and loading indicator. For uncontrolled usage without automatic widget store synchronization, use this instead of WidgetWrapper.
*
* @example
* ```tsx
*