export declare const hasNextSiblingWithAttribute: (element: Element, attribute: string) => boolean; export declare const hasPreviousSiblingWithAttribute: (element: Element, attribute: string) => boolean; //# sourceMappingURL=dom-helpers.d.ts.map