import { TransformState } from "../..";
import ts from "typescript";
export declare function transformJsxSelfClosingElement(state: TransformState, node: ts.JsxSelfClosingElement): import("@roblox-ts/luau-ast/out/LuauAST/bundle").CallExpression;
