export interface ISdtfBaseComponent { readonly componentId: string; toJson(): Record; } //# sourceMappingURL=ISdtfBaseComponent.d.ts.map