export declare function autosize(el: HTMLTextAreaElement): HTMLTextAreaElement;
export declare function autosize(el: NodeListOf): NodeListOf;
export declare function destroy(el: HTMLTextAreaElement): HTMLTextAreaElement;
export declare function destroy(el: NodeListOf): NodeListOf;
export declare function update(el: HTMLTextAreaElement): HTMLTextAreaElement;
export declare function update(el: NodeListOf): NodeListOf;