import { TextareaProps } from './types'; declare function useTextareaAdapter(props: T): Omit; export default useTextareaAdapter;