import * as React from 'react'; import { type InputProps } from "../form/useInput.js"; export declare const TextInput: ({ multiline, type, ...props }: InputProps & { type?: React.HTMLInputTypeAttribute; multiline?: boolean; }) => React.JSX.Element; //# sourceMappingURL=TextInput.d.ts.map