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