import React from 'react';
/**
 * SVG with 3 vertical dots.
 *
 * @example
 * <MenuIcon  />
 */
export default function MenuIcon(): React.JSX.Element;
