import type { SortMediaQueryFn, FelaRendererStyleNodeAttributes, StyleNodeAttributes } from '../types'; export declare function createNode(attributes: StyleNodeAttributes, targetDocument: Document, sortMediaQuery: SortMediaQueryFn, styleNodeAttributes: FelaRendererStyleNodeAttributes): HTMLStyleElement;