/** * True when the element has only text child nodes (no element children). */ export declare function isPureStaticText(element: HTMLElement): boolean; //# sourceMappingURL=elementUtils.d.ts.map