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