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