export interface LifecycleListener { onCreate?(component: any): void; onDestroy?(component: any): void; }