import React from 'react'; interface MenuIconProps { className?: string; width?: number; height?: number; } export declare const MenuIcon: React.FC; export {}; //# sourceMappingURL=menu-icon.d.ts.map