export declare const findElement: (parent: HTMLElement, selector: string) => HTMLElement | undefined;
export declare const getElement: (parent: HTMLElement, selector: string) => HTMLElement;
export declare const closestAcrossShadows: (start: Element, selector: string) => HTMLElement | undefined;