import { Rule } from "eslint"; import { JSXAttribute, JSXElement, Node } from "estree-jsx"; export declare function getAttributeText(context: Rule.RuleContext, attribute?: JSXAttribute): string; export declare function getAttributeValueText(context: Rule.RuleContext, attribute?: JSXAttribute): string; export declare function getNodesText(context: Rule.RuleContext, nodes: Node[]): string; export declare function getChildrenAsAttributeValueText(context: Rule.RuleContext, children: JSXElement["children"]): string; //# sourceMappingURL=getText.d.ts.map