import { LitAnalyzerContext } from "../../../lit-analyzer-context.js"; import { HtmlNodeAttr } from "../../../types/html-node/html-node-attr-types.js"; import { LitQuickInfo } from "../../../types/lit-quick-info.js"; export declare function quickInfoForHtmlAttr(htmlAttr: HtmlNodeAttr, { htmlStore }: LitAnalyzerContext): LitQuickInfo | undefined; //# sourceMappingURL=quick-info-for-html-attr.d.ts.map