import React from 'react';
declare const MenuIcon: ({ className, ...others }: {
    [x: string]: any;
    className?: string | undefined;
}) => React.JSX.Element;
export default MenuIcon;
