import type { LazyExoticComponent, ComponentType } from "react"; export type LazyOrNot> = | LazyExoticComponent | Component;