/** * EXPERIMENTAL: This function detects whether or not a Node is controlled by a LWC template. This * API is subject to change or being removed. */ export declare function isNodeFromTemplate(node: Node): boolean;