LazyExoticComponent<T>: ExoticComponent<ComponentPropsWithRef<T>> & {
    _result: T;
}

Type Parameters