import type { TextareaAutosizeReturn } from './textareaAutosize.types';
export declare const createTextareaAutosize: () => TextareaAutosizeReturn;
