import type * as ts from 'typescript'; import { Value } from '../utils/Value'; export declare function processImplicitComponents(node: ts.ClassDeclaration, shouldAddImports: Value): ts.Node;