import React from 'react';
export declare const MenuIcon: ({ title }: {
    title?: string;
}) => React.JSX.Element;
