declare function appendStyleElement(css: string | string[], attributes?: Record<string, any>, injectFirst?: boolean): HTMLStyleElement;
export default appendStyleElement;
//# sourceMappingURL=appendStyleElement.d.ts.map