import * as React from 'react'; export interface MenuToggleActionProps { /** Additional classes added to the MenuToggleAction */ 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