import { Reflection } from '@tygen/reflector'; import { ReactConverterSettings } from './settings'; export interface Manifest { [moduleName: string]: string; } export declare function renderHTML(ref: Reflection, settings?: Partial): string; //# sourceMappingURL=html.d.ts.map