import { UIInterface } from '../types'; declare const render: (it: UIInterface, el: HTMLElement) => void; export default render; //# sourceMappingURL=Title.d.ts.map