/// export declare const useAutosizeTextarea: (autoFocus?: boolean) => [import("react").RefObject, (event: React.FocusEvent) => void, () => void];