/** * Retrieve the direct child elements of a given parent */ export declare const getDirectChildren: (parent: HTMLElement, sel?: string) => HTMLElement[];