export declare class MyAppsModel { route: string; icon: string; title: string; constructor(route: string, icon: string, title: string); }