/**
 * 注入 css
 * 反复注入到同一个 block
 */
export declare const injectCssText: (elementId: string, cssText?: string) => HTMLStyleElement;
