import { TransformState } from "../..";
import { MapPointer } from "../../util/pointer";
import ts from "typescript";
export declare function transformJsxAttributes(state: TransformState, attributes: ts.JsxAttributes, attributesPtr: MapPointer): void;
