И вот еще у тебя ошибки: $ tsc --pretty --noEmit s

И вот еще у тебя ошибки:

$ tsc --pretty --noEmit
src/pages/_App/Layout/MainMenu/index.tsx:27:7 - error TS2322: Type '() => void' is not assignable to type 'FC<{}>'.
  Type 'void' is not assignable to type 'ReactElement<any, any> | null'.

27 const MainMenu: React.FC = () => {
         ~~~~~~~~

src/pages/_App/Layout/MainMenu/index.tsx:137:32 - error TS2304: Cannot find name 'DropdownMenuProps'.

137   const DropdownMenu: React.FC<DropdownMenuProps> = ({
                                   ~~~~~~~~~~~~~~~~~

src/pages/_App/Layout/MainMenu/index.tsx:217:32 - error TS2769: No overload matches this call.

Разве ты у себя их не видишь?