export declare type emitsType = 'onComment' | 'onPraise' | 'onLike' | 'onShare' | 'onDetail';
