import * as React from 'react' export type SidebarItemSecondaryActionProps = React.HTMLAttributes export const SidebarItemSecondaryAction: React.ComponentType = function SidebarItemSecondaryAction( // eslint-disable-next-line @typescript-eslint/no-unused-vars props: SidebarItemSecondaryActionProps ): React.ReactElement { throw new Error( 'this is a stub for the implementation that will be provided by clarity' ) }