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