import { FC } from 'react'; export type CustomItemComponent = FC<{}>;