import type { selector_T } from '../_types/index.js' /** * All matching HTMLElements from the selector */ export declare function parent__el_a_< E extends Element = Element >( selector:selector_T, parent?:Element ):E[] export { parent__el_a_ as parent__dom_a_, }