export declare class TableElementFactory { static createTableElement(newElement: any): any; static isValidatorDefined(newElement: any): boolean; }