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