import { FC, PropsWithChildren } from 'react'; type FCC> = FC>; type FCAny> = FC | FCC; export { FCC, FCAny };