import React from 'react';
import type { InputTextProps, InputTextRef } from './types';
export declare const TextSuggest: React.ForwardRefExoticComponent<Pick<InputTextProps, keyof InputTextProps> & React.RefAttributes<InputTextRef>>;
