/** * Gets the ID selector for an element * @param element - The DOM element * @returns The ID selector string or null if no ID exists */ export declare function getID(element: Element): string | null; //# sourceMappingURL=getID.d.ts.map