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