import { HTMLProps, ReactType } from 'react'; export interface DropdownItemProps extends HTMLProps { component?: ReactType; isDisabled?: Boolean; }