import ts from "typescript";
import { ComponentsObject, GlobalContext } from "../types.js";
export default function transformComponentsObject(componentsObject: ComponentsObject, ctx: GlobalContext): ts.TypeNode;
