export declare const clearDomChild: (el: HTMLElement | null | undefined) => void; export declare const addTestid: (el: HTMLElement, testid: string) => void;