import type { Machine, PropNormalizer } from "@qualcomm-ui/utils/machine"; import type { TextInputApi, TextInputSchema } from "./text-input.types.js"; export declare function createTextInputApi(machine: Machine, normalize: PropNormalizer): TextInputApi; //# sourceMappingURL=text-input.api.d.ts.map