import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; export type NamedArrayTuple any> = Parameters; export type ForwardRefComponent = ForwardRefExoticComponent & RefAttributes>;