/** * Gets attribute selectors for an element * @param element - The DOM element * @param attributesToIgnore - Array of attribute names to ignore * @returns Array of attribute selector strings */ export declare function getAttributes(element: Element, attributesToIgnore?: string[]): string[]; //# sourceMappingURL=getAttributes.d.ts.map