import { ReactElement } from "react"; export type StrictChildrenReactNode = ReactElement | null | boolean | undefined;