import { type WebComponentDeclaration as ComponentDeclaration } from "../../ast.ts"; import { type ComponentAnalysisHost } from "./host.ts"; export declare function analyzeComponent(host: ComponentAnalysisHost, statement: ComponentDeclaration): void; //# sourceMappingURL=declaration.d.ts.map