import { ElementParams } from "./Element";
export declare function Element_add<Type>(clazz: any, params: ElementParams<Type>): void;
