/** * Inject css style element into `document.body`. */ export declare const injectStyle: (css: string) => HTMLStyleElement | undefined; /** * Replace CSS style in html. */ export declare const replaceCSS: (css: string, dataKey: string, dataValue?: string) => HTMLStyleElement | undefined; //# sourceMappingURL=style.d.ts.map