export declare function resolveUrl(url: string, baseUrl: string | null): string; export declare function toArray(arrayLike: CSSRuleList): T[]; export declare const isInstanceOfElement: (node: Element | HTMLElement | SVGImageElement, instance: T) => node is T["prototype"];