rememberImagePainter

@Composable()
inline fun rememberImagePainter(data: Any?): <ERROR CLASS>
@Composable()
inline fun rememberImagePainter(data: Any?, onExecute: ExecuteCallback): <ERROR CLASS>
@Composable()
inline fun rememberImagePainter(data: Any?, builder: ImageRequest.Builder.() -> Unit): <ERROR CLASS>
@Composable()
inline fun rememberImagePainter(data: Any?, onExecute: ExecuteCallback, builder: ImageRequest.Builder.() -> Unit): <ERROR CLASS>
@Composable()
inline fun rememberImagePainter(request: ImageRequest): <ERROR CLASS>
@Composable()
inline fun rememberImagePainter(request: ImageRequest, onExecute: ExecuteCallback): <ERROR CLASS>