/** * Add global css styles * @param doc The document object * @param cssRule The css rule that must added to the selection * @param styleId The id of the style tag */ export default function setGlobalCssStyles(doc: Document, cssRule: string, styleId: string): void;