export declare const version = "1.0.0"; export declare function addAttributes(element: HTMLElement, attributes: Record): void; export declare function removeAttributes(element: HTMLElement, attributes: string[]): void; export declare function findFirstAncestor(element: HTMLElement, ancestorInfo?: { tag: string; attributes?: Record; }): HTMLElement | null; export declare function loadBeforeHTML(element: HTMLElement, beforeHTML: string, beforeRegex: RegExp): void; export declare function loadAfterHTML(element: HTMLElement, afterHTML: string, afterRegex: RegExp): void; export declare function loadBefore(beforeElement: HTMLElement, nodeToAdd: HTMLElement): void; export declare function loadAfter(afterElement: HTMLElement, elementToAdd: HTMLElement): void; declare const _default: { version: string; addAttributes: typeof addAttributes; findFirstAncestor: typeof findFirstAncestor; loadBeforeHTML: typeof loadBeforeHTML; loadAfterHTML: typeof loadAfterHTML; loadBefore: typeof loadBefore; loadAfter: typeof loadAfter; }; export default _default; //# sourceMappingURL=elementAPI.d.ts.map