import { Element } from "./ABSTRACT_Element"; export declare class Element_Manager { static rebuild(element: any): Element; }