import { Common } from "elmer-common";
import { TypeUIRenderOptions } from "../interface/IElmerRender";
export declare class ElmerUI extends Common {
    private $;
    constructor();
    render(target: HTMLElement, htmlCode: string, bindComponent?: object | null, options?: TypeUIRenderOptions): any;
}
export declare const addResize: (id: string, callBack: Function) => void;
export declare const removeResize: (id: string) => void;
