import { ComponentProps } from "react"; import { TextInputBase } from "./TextInputBase"; type TextInputProps = Omit, "rightElement" | "status" | "bottomMessageColor" | "isPassword" | "errorMessage">; export declare const TextInput: (props: TextInputProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TextInput.d.ts.map