import type { AgDefaultWidgetDefinition } from './widgets/agDefaultWidget'; export interface AgDefaultRegistry { /** Types for custom widget definitions. */ widgets: readonly AgDefaultWidgetDefinition[]; /** Types for custom components. */ components: Partial>; }