/*! * Portions of this file are based on code from joshua comeau css reset. * * Credits to Joshua Comeau: * https://www.joshwcomeau.com/css/custom-css-reset/#the-css-reset */ import { ThemeVars } from "../types"; /** Hope UI global CSS reset. */ export declare function injectCssReset(vars: ThemeVars): void;