export declare class Menu { title: string; action: string; icon: string; constructor(title: string, action: string, icon: string); }