import { InputFieldProps } from '../../types/InputProps'; export declare const renderInputField: (inputProps: InputFieldProps) => import("react/jsx-runtime").JSX.Element;