import { default as React } from 'react'; import { InputProps } from '../Input'; export type TextInputProps = Omit; /** * A text field is an input that allows a user to write or edit text. * @see https://grapes.spendesk.design/docs/components/text-input */ export declare const TextInput: ({ className, fit, textAlign, variant, ref, ...rest }: TextInputProps) => React.JSX.Element; //# sourceMappingURL=TextInput.d.ts.map