import * as react from "react"; //#region src/parser/jsx/native.d.ts declare function factory(tag?: string): (props: Record, ref?: unknown) => Record | react.DetailedReactHTMLElement, HTMLInputElement>; declare const proxy: any; //#endregion export { factory, proxy };