import { type TextInputProps, type TextInputPayload } from "../types"; import { type NodeProcessor } from "./types"; export declare const TextInputNode: NodeProcessor; //# sourceMappingURL=TextInputNode.d.ts.map