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