The classical CLT states that: \begin{equation} \sqrt{n} (\bar{X} - \mathbb{E}(X)) \stackrel{d}{\rightarrow}\mathcal{N}(0,\textrm{Var}(X)), \end{equation} under an i.i.d sequence $X_1, \dots, X_n$ and finite second moment assumptions.
But what about functions of $X$ estimated with $n$ i.i.d. samples, denoted by $f_n(X)$? That is, suppose we can estimate a function $f(X)$ in the sense that $f_n(X) \stackrel{p}{\rightarrow} f(X)$, where $f(X)$ is the true underlying function. For example, with non-linear regression where $\widehat{E}(Y|X)=f_n(X)$.
Is there a CLT of the following form? \begin{equation} \sqrt{n} (\bar{f}_n(X) - \mathbb{E}(f(X))) \stackrel{d}{\rightarrow}\mathcal{N}(0,\textrm{Var}(f(X))), \end{equation}
How would we go about proving it?