import React from 'react'; import type { TextInputProps } from '../../../../../types/text-input'; /*** * Theme-aware text input with semantic sizing and optional leading/trailing icon slots. * * Use `TextInput` for single-line, multiline, and password form controls with ZORA styling. * * @example Search input * ```tsx * * ``` */ export declare const TextInput: (props: TextInputProps) => React.ReactElement | null; //# sourceMappingURL=TextInput.d.ts.map