import { LitAnalyzerContext } from "../../../lit-analyzer-context.js";
import { HtmlNodeAttr } from "../../../types/html-node/html-node-attr-types.js";
import { LitCompletion } from "../../../types/lit-completion.js";
import { DocumentPositionContext } from "../../../util/get-position-context-in-document.js";
export declare function completionsForHtmlAttrValues(htmlNodeAttr: HtmlNodeAttr, location: DocumentPositionContext, { htmlStore }: LitAnalyzerContext): LitCompletion[];
//# sourceMappingURL=completions-for-html-attr-values.d.ts.map