import { HTMLElement } from 'node-html-parser';
export default function injectStyleSafely(element: HTMLElement, root: HTMLElement): void;
