/** * Remove a DOM element from the DOM */ export default function removeElementFromDom(id: string): void; //# sourceMappingURL=removeElementFromDom.d.ts.map