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