import { InformationType } from 'silentium'; /** * Represents a function that renders HTML string into an element */ declare const render: (rootSrc: InformationType, htmlSrc: InformationType) => InformationType; export { render };