import { TextInputProps as BaseTextFieldProps } from '../ui/text-field'; import type * as React from 'react'; export type TextFieldProps = Omit; export declare const TextField: { (props: TextFieldProps & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=text-field.d.ts.map