export { DashboardById } from './dashboard-by-id'; export { Dashboard } from './dashboard'; export { useComposedDashboard, useComposedDashboardInternal, type ComposableDashboardProps, type UseComposedDashboardOptions, } from './use-composed-dashboard'; export { useDashboardTheme, type DashboardThemeParams } from './use-dashboard-theme'; export * from './hooks'; export type { DashboardByIdProps, DashboardProps, DashboardLayoutOptions, DashboardStyleOptions, DashboardConfig, DashboardByIdConfig, WidgetsPanelConfig, EditModeConfig, DashboardFiltersPanelConfig, } from './types'; //# sourceMappingURL=index.d.ts.map