import { JSXAttribute } from "estree-jsx"; /** Checks if an attribute value is a string, either as a Literal: * or a Literal in an expression container: */ export declare function attributeValueIsString(value: JSXAttribute["value"]): boolean; //# sourceMappingURL=attributeValueIsString.d.ts.map