import { Dictionary, ElementEntry } from "./validator"; import { TableBuilder } from "./tableBuilder"; export declare class ElementTableBuilder extends TableBuilder { constructor(type: string); static enrichWithDefaultElements(data: Dictionary): Dictionary; build(): Dictionary; } //# sourceMappingURL=elements.d.ts.map