import type { HybridObjectSpec } from '../syntax/HybridObjectSpec.js';
import type { SourceFile } from '../syntax/SourceFile.js';
export declare function createHostComponentJs(spec: HybridObjectSpec): SourceFile[];
