import { JSXAttribute, NodePath } from '../types'; import { CompiledReplacement, CompileReplacementOptions } from '.'; export default function compileJSXAttributeReplacement(path: NodePath, compileOptions: CompileReplacementOptions): CompiledReplacement | void;