/** * This method checks whether or not the content of the node is computed * based on the light-dom slotting mechanism. This applies to synthetic slot elements * and elements with shadow dom attached to them. It doesn't apply to native slot elements * because we don't want to patch the children getters for those elements. * @param node */ export declare function hasMountedChildren(node: Node): boolean; export declare const getInternalChildNodes: (node: Node) => NodeListOf; //# sourceMappingURL=node.d.ts.map