import React from 'react'; import { IconTheme } from '../../IconsCommonTypes'; function Mention(theme: IconTheme | undefined = undefined) { return ( ); } export default Mention;