///
import React from 'react';
export interface Props {
color?: string;
width?: string;
height?: string;
title: string;
titleId?: string;
theme?: any;
}
export declare const MenuIcon: React.ForwardRefExoticComponent & {
theme?: any;
}>;
export default MenuIcon;