import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function MenuIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { MenuIcon, MenuIcon as default };
//# sourceMappingURL=Menu.d.ts.map