import * as React from 'react';
export declare function useResizeTextarea(onResize: ((el: HTMLTextAreaElement) => void) | undefined, grow: boolean): readonly [React.RefObject<HTMLTextAreaElement | null>, () => void];
//# sourceMappingURL=useResizeTextarea.d.ts.map