import type { ComponentsObject, GlobalContext } from "../types.js"; export default function transformComponentsObject(components: ComponentsObject, ctx: GlobalContext): string;