import React from 'react'; export declare const MenubarItem: React.SFC; export declare namespace MenubarItem { interface Props { text: string; hidden?: boolean; } }