import { TextInputProps } from '../../types/components/input.types';
declare const TextInput: {
    ({ id, title, error, subtitle, type, iconLeft, iconRight, isRequired, tabIndex, className, containerClassName, ...inputProps }: TextInputProps): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
export default TextInput;
