import React from 'react'; import { TextareaClasses } from './textarea.type'; declare const useAutoSize: (props: { autosize?: boolean | undefined; maxHeight?: string | number | undefined; value?: string | undefined; jssStyle?: { textarea?: (() => TextareaClasses) | undefined; } | undefined; }) => (el: React.ReactElement) => import("react/jsx-runtime").JSX.Element; export default useAutoSize; //# sourceMappingURL=use-auto-size.d.ts.map