declare function autoResizeInput(input: HTMLInputElement | null): (() => void) | undefined;

export { autoResizeInput };
