/// import { CommonWidgetProps } from './types'; /** * Facade component that renders a widget within a dashboard based on the widget type. * * @group Dashboards * @internal */ export declare const CommonWidget: React.FC;