import HTMLLinkElement from './HTMLLinkElement.cjs'; /** * Helper class for getting the URL relative to a Location object. */ export default class HTMLLinkElementUtility { /** * Returns a URL relative to the given Location object. * * @param options Options. * @param options.element Element. * @param element */ static loadExternalStylesheet(element: HTMLLinkElement): Promise; /** * Triggered when an error occurs. * * @param element Element. * @param error Error. */ private static onError; } //# sourceMappingURL=HTMLLinkElementUtility.d.ts.map