import { BitBaseEvent } from '@teambit/pubsub'; declare class OnComponentAddEventData { readonly idStr: any; readonly hook: any; constructor(idStr: any, hook: any); } export declare class OnComponentAddEvent extends BitBaseEvent { readonly timestamp: any; readonly idStr: any; readonly hook: any; static readonly TYPE = "on-component-add"; constructor(timestamp: any, idStr: any, hook: any); } export {};