import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react' // declare const ComponentTypeWithForwardRef: ForwardRefExoticComponent & RefAttributes>; export interface ComponentTypeWithForwardRef extends ForwardRefExoticComponent & RefAttributes> {}