export * from "./IComment";
export * from "./ILike";
export * from "./IPeopleTagging";
export * from "./extensibilities";
export * from "./templates/ILikeListingTemplate";
export * from "./loc/localize";
export type { CommentLikeTemplateDynamicInput } from "./templates/CommentLikeTemplate";
