/** * Modify the CSS of a DOM. * @param dom * @param css * @returns */ export declare function modifyCSS(dom: HTMLElement | null | undefined, css: { [key: string]: any; }): HTMLElement;