import React from 'react' import { useTheme } from '../../themeContext' export const SeriousMouth = () => { const { colors } = useTheme() return ( ) }