/** * Finds the first child text node of an element * @param element The element to search into. */ export declare const findTextNode: (element: HTMLElement) => ChildNode | undefined;