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