import { FC, PropsWithChildren } from "react"; export type Component

= FC>;