import * as React from 'react'; export interface DropdownToggleActionProps { /** Additional classes added to the DropdownToggleAction */ className?: string; /** Flag to show if the action button is disabled */ isDisabled?: boolean; /** A callback for when the action button is clicked */ onClick?: (event: React.MouseEvent) => void; /** Element to be rendered inside the