import { TemplateRef } from './template-ref.js'; export interface CodeBlock { templateRefs?: Array | null; code?: string | null; } //# sourceMappingURL=code-block.d.ts.map