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