/**
* @import {AttributeValueAdapter} from "@html-eslint/core"
* @import {AttributeValue} from "@html-eslint/types"
*/
/** @implements {AttributeValueAdapter} */
export class HTMLAttributeValueAdapter implements AttributeValueAdapter {
/** @param {AttributeValue} node */
constructor(node: AttributeValue);
node: AttributeValue;
getLocation(): import("es-html-parser/dist/types/source-location").SourceLocation;
getRange(): import("es-html-parser/dist/types").Range;
hasExpression(): boolean;
getValue(): string;
}
import type { AttributeValueAdapter } from "@html-eslint/core";
import type { AttributeValue } from "@html-eslint/types";
//# sourceMappingURL=attribute-value.d.ts.map