import type { HTMLProps } from 'react';
export declare function TextareaAutosize(props: HTMLProps<HTMLTextAreaElement>): import("react/jsx-runtime").JSX.Element;
