/** * Element id generator. */ export declare namespace EID { /** * Generates a new element id. * * @public * @param prefix - The optional prefix. */ function next(prefix?: string): string; } //# sourceMappingURL=EId.d.ts.map