Version: 0.0.10.0.20.0.30.0.40.0.50.0.60.0.70.0.80.0.90.0.100.0.110.0.120.0.130.0.140.0.150.0.160.0.170.0.180.0.190.0.200.0.210.0.220.0.240.0.250.0.260.0.270.0.290.0.300.0.310.0.320.0.330.0.340.0.350.0.360.0.370.0.380.0.390.0.400.0.410.0.420.0.430.1.00.1.10.1.20.1.30.1.40.1.50.1.60.1.70.1.80.1.90.1.100.1.110.1.120.1.130.1.140.1.150.1.160.1.170.1.180.1.190.1.200.1.211.0.0-next.01.0.0-next.11.0.0-next.21.0.0-next.31.0.0-next.41.0.0-next.51.0.0-next.61.0.0-next.71.0.0-next.81.0.0-next.91.0.0-next.101.0.0-next.111.0.0-next.121.0.0-next.131.0.0-next.141.0.0-next.151.0.0-next.161.0.0-next.171.0.0-next.181.0.01.0.11.0.21.0.31.1.0-next.11.1.0-next.21.1.0-next.31.1.01.1.11.1.21.1.31.1.41.1.51.1.61.1.71.2.0-next.02.0.0-next.02.0.0-next.12.0.0-next.22.0.0-next.32.0.0-next.42.0.0-next.52.0.0
import * as tsModule from "typescript";
import { Program } from "typescript";
import { ComponentDeclaration } from "./types/component-declaration";
/**
* This function only analyzes the HTMLElement declaration found in "lib.dom.d.ts" source file provided by Typescript.
* @param program
* @param ts
*/
export declare function analyzeHTMLElement(program: Program, ts?: typeof tsModule): ComponentDeclaration | undefined;
//# sourceMappingURL=analyze-html-element.d.ts.map