import { Node } from '../types'; export default function convertJSXAttributeValueReplacement(node: Node): Node;