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