import { Separator } from '../../Separator'; import { Container } from './styles'; export function SubMenuSeparator(): JSX.Element { return ( ); }