/**
 * 插入样式
 */
declare function insertStyle(content: string): HTMLStyleElement;

export { insertStyle };
