export = Element; declare class Element { constructor(data: any); type: string; }